diff --git a/answers_sap_com/answers_sap_com_samples_markdown.json b/answers_sap_com/answers_sap_com_samples_markdown.json
new file mode 100644
index 0000000000000000000000000000000000000000..7d2cfbcf954f43b65b2c2914aecacced3fa27a3b
--- /dev/null
+++ b/answers_sap_com/answers_sap_com_samples_markdown.json
@@ -0,0 +1,702 @@
+[
+ {
+ "url": "https://answers.sap.com/questions/6422874/is-there-a-way-to-not-have-the-data-from-a-formatt.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Aug 25 4:41 PM\n\nHi all,\n\nI have a formatted search that returns a big chunk of data, some comments that are then added to. When the fs is fired, it returns the data, but all of the data is highlighted so when the user starts typing they overwrite the data that was just returned. I know they could just hit the right arrow key or click their mouse at the end, but they don't do that half of the time. I also know they could use ctrl-z or undo when they do this, but they don't do that either. It would just be nice if they could fire the fs and when the data is returned, the cursor would be at the end of the data.\n\nAny thoughts?\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou could possibly achieve this with the B1UP Addon using a macro on form load to click in another field\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nWhere is this formatted searched linked to and when is it fired?\n\nWhat is the query to it.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nI don't think there are any options for you to change default system behavior like this. What you may do is to change your FMS logic to get only one record if possible. Post your query here if you can.\n\nThanks,\n\nGordon\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 122 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/12375458/dynamic-values-in-dropdown-in-webdynpro-alv.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2016 May 07 10:16 PM\n\nHello Experts,\n\nI am just wondering if we can have dynamic values in webdynpro alv cells of some column.\n\nsuppose if I have three column in my alv display plant, material and mrp type.\n\nso in the first row of alv for one material plant combination we have some mrp type values in drop down (say a, b, c).\n\nand in second row for another material plant combination we have some other mrp type values in drop down (say e, f).\n\nPlease suggest some sample code if we can achieve this kind of functionality.\nP.S. In actual scenario there would be approx. 20 columns to display as dropdown in alv.\n\nThanks,\n\nPuneet\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nfor example currently m having the alv values like :\n\n| plant | mat | mrp type |\n| --- | --- | --- |\n| 1 | 1 | a |\n| 1 | 1 | u |\n| 1 | 1 | v |\n| 1 | 2 | b |\n| 1 | 3 | c |\n| 1 | 3 | t |\n| 1 | 4 | d |\n\nand I want my alv to display like:\n\n| plant | mat | mrp type |\n| --- | --- | --- |\n| 1 | 1 | a, u, v (in dropdown) |\n| 1 | 2 | b |\n| 1 | 3 | c, t (in dropdown) |\n| 1 | 4 | d |\n\nPlease guide me how to achieve this.\n\nThanks in advance,\n\nPuneet\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nCheck this doc\n\nFrom the doc:\n\n\"Some times we may have a requirement to show the different values in each row of an ALV using Drop down. This is possible with dropdown by index using which we can assign different values to each and every row of an ALV\"\n\nYou can fill the table VALUESET dinamically using the event ON_DATA_CHECK here you have how to use it : link\n\nRegards,\nRicardo.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/11153983/work-item-set-to-error-following-03-failed-attempt.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2014 Aug 25 8:10 AM\n\nHi,\nI have a workitem that calls a method and run as background job. This method is raising temporary exceptions if certain logic fails. After 3 attemps I'm getting above error message and unable to re-run the workitem via SWIA t.code. Is there any way I can execute the workitem and resolve this issue?\n\nerror message is\n\nWL038 - Work item set to error following 03 failed attempts\n\nRegards\n\nKishore\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nPlease mark this thread as Answered if it resolved your problem.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello,\n\nYou can search for and restart work items in error using SWI2_DIAG and SWPR.\n\nRegards,\n\nMike\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/10575072/printing-text-as-paragraph-in-sap-adobe-form.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00216-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2014 Jan 11 6:36 AM\n\nHi Experts,\n\nI have a requirement in my adobe form to print the Notification number, shorttext and longtext as one paragraph.\n\nSince for a single Notification, there can be multiple lines of Longtext, I have designed a nested table in SE11, where the main table contains Notification no and shortext and the nested table has the longtext.\n\nUp to this part, everything is fine. I have the correct data with me.\n\nBut the problem arises while printing the data in the form as a PARAGRAPH.\n\nLike smartforms, how can we create a paragraph for texts in adobe form?\n\nAnd how shall I display data of a nested table in one paragraph.\n\nCan anybody please answer this query.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Rupsa,\n\nthis isn't that hard to fix, that you think.\n\nYou can use a smartforms-style in Adobe.\n\nGet into the Adobe-Interface and in the contex you create a textnode. Afterwards you will be able to put the smartforms-style right into the new node and the output match the same style as you got in Smartforms.\n\nMake sure, that you got enough space horizontal, that the tabulators are printed in the same wise.\n\nHere are two links to the official Sites:\n\nThis one explains, how to use.\n\nInserting a Text - SAP Interactive Forms by Adobe - SAP Library\n\nAnd that one, what is supported by Adobe ( But you can refere to that from the first link )\n\nEntering Text Module Properties - SAP Interactive Forms by Adobe - SAP Library\n\nRegards\n\nFlorian\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Florian,\n\nThanks for the information. But text modules are used are used for constant text right? But in my requirement, the text is dynamic which comes from sap. It may be any text and the length us also dynamic, as it's the notification long text.\n\nCan you please let me know if I can still use the text module option?\n\nNo, you just can put any text in. Can be a constant, as well as a dynamic.\n\nI want to write an article about it, but hey, I give you a short instruction.\n\nYou got an include text, such as VBBK 0001 (-->Customer clue I think)\n\nTo get this dynamic text right in your form with the same formatting options, you used right there, you have to create a smartstyle with all needed options. Important is, that you name formats and everything similar.\n\nAfter doing that, you use it like mentioned above and you just have to modify your interface, that you put your text into that context.\n\nFor that, you have to create a table type tline_tab and here we go.\n\nI hope, that explaination help you. In other case you have to wait a few days, till I can grab some time to create the blogpost with screenshots and stuff in.\n\nRegards\n\nFlorian\n\nFlorian, can you please give me brief overview on how can I use the Dynamic text option in Adobe form?\n\nOr for that matter, I am still confused about how to use the text module to print my notification long text, which is dynamic.\n\nI have prepared my Longtext table in SE38 driver program.\n\nShould I prepare and fill it in the Context of the adobe form, instead of the driver program?\n\nNo, it is recommended by SAP, that you fill the text in the driver program. I'm not really sure, what point you reached right now.\n\nYou read your text dynamic in the driver program with the Function read_text i suggest.\n\nYou have created a smartstyles wich hits the options from the text as mentioned before?\n\nYou throw your text in the interface and created a textvariable in the interface --> not the given from the driver program, you have to right click on the right side, of your interface, you know, where you can activate the transported variables\n\nNow you got the options, that you have to link your text there. In this example, text zzmark_tdname is linked, but you also got the option right here, that you can link a dynamic text.\n\nUnfortunately i just found pictures in german, because I do not got a system available atm. But I think, this is the issue you facing and an english system looks very similar in the marked passages.\n\nRegards\n\nFlorian\n\nPS: The pictures are from that website Textbausteine in Adobe Forms – SAP-Wiki\n\nJust in case somebody want to read that in german.\n\nThanks Florian for such a detailed explanation. I have got the option to insert Dynamic text in my Adobe form. Also I will populate the text field in the driver program.\n\nIn the mean time, can you please also tell me, when the text from SAP is getting displayed on the form, the box size remains fixed according to the number of lines of text coming from SAP.\n\nIf I want to add more text, the box doesn't get increased in size, instead a scroll bar appears on the box.\n\nI have wrapped the textbox in a subform, which is flowed.\n\nThat means, you develop a interactive form atm?\n\nTo increase the size, you need to put your text into the designview, I think your settings are correct. Subform has to be flowed, and the text itself also has to be flowed. It just shows a very small line in the designer, but that is normal.\n\nMasterpages are only for \"static\" things. I mean, there are just things, which got a static positioning.\n\nCan that be your mistake?\n\nRegards\n\nFlorian\n\nI have the requirement, where I am displaying the Notification longtext fro SAP.\n\nI have made the text box editable, so that the user can input as many text lines as he wants. This is client's requirement.\n\nI have wrapped my textbox in a Flowed subform and also checked the Expand to fit property for the text box.\n\nBut still my text box's height is not dynamic. The height of the box is fixed according to the no of lines coming from SAP. If I want to add more lines, the box is not increasing in height. Similarly, when I am deleting some of the text, the box size is not reducing.\n\nDo you have any idea, how can I achieve this requirement?\n\nDo I need to use script for this? Or I can achieve this without scripting?\n\nHi Rupsa,\n\nnow i got it. That is not a possible scenario. Because the interactive form is a fixed layout. It is not possible, to enlarge the box at that moment, the user in fornt puts text in there.\n\nThat comes from, because the ADS is building the form and after the ADS finished it, the layout is \"fixed\".\n\nRegards\n\nflorian\n\nSee, I got a link in youtube displaying to achieve this functionality. The only thing is, I have tried everything, which is shown here, but still it's not happening.\n\nhttp://www.youtube.com/watch?v=LNki6UwJFeA.\n\nCan you please have a look at the video and let me know how this functionality has been achieved?\n\nIs there any possibility that, I need to update my ALD version to achieve this?\n\nHi Florian, this can be achieved by making the subform Flow direction as Western text.\n\nThanks for all your help Florian.. I have achieved my requirement finally.\n\nAfter long hours of research and brain storming, the solution that I found was:\n\nAlong with making the form properties as Dynamic in Defaults and preview, I also had to pass 'X' in\n\nSFPDOCPARAMS-DYNAMIC, when calling the form from driver program.\n\n| User | Count |\n| --- | --- |\n| 58 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/12377773/how-to-evalauate-complex-ckfs-built-in-bex-queires.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2016 May 09 4:11 PM\n\nHi Gurus,\n\nI am wondering, is their any way we can evaluate the complex nested existing CFKs to see how to they behave since it is very difficult for a new comer to gain understanding the CKFs built & logic besides it.\n\nLet say for example , I open a CKFs & I found it is build or addition of other another 2 CKFs. When I start drilling these 2 CKFs , I found these are further nested with multiple CKFs & RKFs in it.\n\nUnder such scenario , It is difficult to debug or answering questions why this particular column is empty or contains a right/wrong data.\n\nAttaching a scenario, please provide on your experiences how to deal with such scenarios.\n\nHere for this scenario my favorite Bex Option ( running in RSRT , then selecting the Key figure -.right click->extended menu-> key figure details-> details also do not work which gives all the static & dynamic filters used to fetch the report value .\n\nBest Regards,\n\nFox\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Sai,\n\nThe same we can achieve as I mentioned in my post. its just a another way of navigation. But may be surprise for you, this does not drill at the lowest granularity level. Infact for one of CKF which I have attached for reference the moment I select the Key figure definition it says ' Definition cannot be shown since it has constant selections) ..\n\nAny more tricks & techniques that you found.\n\nThanks for the reply.\n\nRegards,\n\nFox\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/969024/wsdl---eclipse-and-sap-portal.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2005 Jul 27 7:16 PM\n\nI have a problem that I have been\n\nfighting for a couple of days. I have a j2ee app\n\ndeployed on WebSphere App Server and a an EJB from that APP is exposed as a Web Service via\n\nWSDL. I am developing a Portal Client using SAP\n\nPortal. I was able to generate the Portal Service and send a request successfully and I see\n\nthe debug messages in my WAS log but the portal\n\nclient does not get it.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nKiran,\n\nIf you create a portal web services client from WSDL you only get the service but no user interface. So please create a simple user interface (e.g. HTMLB JSP page) which calls the service and displays the result.\n\nBelow you find an example of a SAP Enterprise Portal Web services client accessing a SOAP Web Service on Lotus Domino Server.\n\n(1) PortalApp.xml (generated)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n(2) UI that calls that service (authentication with LtpaToken) and renders a Notes Document that was retrieved via DXL\n\npublic void onViewDocumentList(Event event) throws PageException {\n\n// get the current request object\n\nIPortalComponentRequest componentRequest = (IPortalComponentRequest) this.getRequest();\n\nIPortalComponentSession componentSession = componentRequest.getComponentSession();\n\nHttpServletRequest req = (HttpServletRequest) componentRequest.getServletRequest();\n\n// get the notes view name entered by the user\n\nInputField idField = (InputField) getComponentByName(\"view_name\");\n\nString viewName = idField.getValueAsDataType().toString();\n\n// place a new tableBean in the Session to reset the old results and store the new\n\ntableBean = new TableBean();\n\ncomponentSession.putValue(\"tableBean\", tableBean);\n\n// create vectors to fill the table later on\n\nVector data = new Vector();\n\nVector colName = new Vector();\n\ncolName.addElement(\"Replica ID\");\n\ncolName.addElement(\"Universal Id\");\n\ncolName.addElement(\"Status\");\n\ncolName.addElement(\"Created by\");\n\ncolName.addElement(\"Agent\");\n\ncolName.addElement(\"Category\");\n\ncolName.addElement(\"Subject\");\n\ncolName.addElement(\"Content\");\n\n// get the documents from Notes via DXL\n\ntry {\n\nIPortalRuntimeResources runtimeResources = PortalRuntime.getRuntimeResources();\n\nIService aService = runtimeResources.getService(\"com.sap.consulting.domino.soap.SapSoapNotesService\");\n\nSapSoapNotesService myService = (SapSoapNotesService) aService;\n\n// add the existing cookies and esp the LTPA token for authentication to the soap request\n\nCookie cookies[] = req.getCookies();\n\nif (cookies != null) {\n\nfor (int i = 0; i < cookies.length; i++) {\n\nmyService.addCookieInSOAPRequest(cookies);\n\n}\n\n}\n\n// get all documents\n\nString documents = myService.NotesView(viewName);\n\nif (documents == null) {\n\ndocuments = \"[No Document]\";\n\n}\n\nif (\"[No Document]\".equals(documents)) {\n\n// siganlize error and put error message in request\n\nreq.setAttribute(\"error\", \"true\");\n\nreq.setAttribute(\"errorMsg\", \"Could not find any documents!\");\n\n} else if (\"[Access Denied]\".equals(documents)) {\n\n// siganlize error and put error message in request\n\nreq.setAttribute(\"error\", \"true\");\n\nreq.setAttribute(\"errorMsg\", \"You are not allowed to view documents\");\n\n} else {\n\nStringTokenizer alldocTokenizer = new StringTokenizer(documents, \";\");\n\nwhile (alldocTokenizer.hasMoreTokens()) {\n\nString documentId = alldocTokenizer.nextToken().trim();\n\n// add the existing cookies and esp the ltpa token to the soap request\n\nif (cookies != null) {\n\nfor (int i = 0; i < cookies.length; i++) {\n\nmyService.addCookieInSOAPRequest(cookies);\n\n}\n\n}\n\n// get all fields of the docuemnt with the current docId\n\nString document_dxl = myService.NotesDocumentContent(documentId);\n\nLOCATION.debugT(document_dxl);\n\n// fill the table vector with all fields\n\nVector docDetailsVec = parseDxl(document_dxl);\n\ndata.addElement(docDetailsVec);\n\n}\n\n// create a hmtlb table model, fill it and store in the request\n\nDefaultTableViewModel model = new DefaultTableViewModel(data, colName);\n\nmodel.setKeyColumn(1);\n\ntableBean.setModel(model);\n\nreq.setAttribute(\"viewDocumentList\", \"true\");\n\n}\n\n} catch (Exception ex) {\n\nLOCATION.debugT(ex.toString());\n\nreq.setAttribute(\"error\", \"true\");\n\nreq.setAttribute(\"errorMsg\", \"The following exception was thrown: \" + ex.getMessage());\n\n}\n\n}\n\nPlease also post your WSDL in this forum so that I can have a look at it.\n\nRegards\n\nMichael\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 59 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/953457/rss-feeds---link-from-aggregator-not-working.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2005 Jul 10 10:04 AM\n\nHi all\n\nI've got a problem with checking the forums from my RSS aggregator (and it's hard to cover a lot of forums in a busy day without RSS).\n\nThe RSS doesn't contain full posts, only excerpts. I'd rather have full posts if you can supply another feed, but we'll leave that for the moment.\n\nAnyway, the problem is that the RSS aggregators can't render the URLs to the full post from the excerpt.\n\nIf you look at the raw feed and cut'n'paste the link into a browser address bar, it doesn't work (top and side navigation render, workspace frame gives 404 error). If you change the initial 'https' to 'http' of the url it works fine.\n\nExample:\n\nhttps://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&contenttype=url&content=https://\n\nThis link will work from within this post though, I think - close your browser sessions down, create a new one and see.\n\nThis is on standard SAP laptop images. I've tried this with two aggregators - FeedReader and SharpReader.\n\nCan anyone help? Are others experiencing it? Can we get full content in the feeds? I can check hundreds of posts in a busy day using my aggregator, but not many if I have to browse.\n\nCheers\n\nDom\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Tom,\n\nIt works for me using bloglines.com. They can process https not all RSS readers are able to do that.\n\nWe may want to rework this, but because it is working with some readers it is not on top of our priority list.\n\nSorry, Mark.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHmmm...\n\nI don't use Bloglines as you need to be online. You can't read your feeds when you are on the plane or train.\n\nAnyway, I worked out on my own how to get full post feeds. You just add &full=true to the feed url.\n\nSo the feed url for this forum with full posts would be:\n\nhttps://forums.sdn.sap.com/rss/rssmessages.jsp?forumID=40&full=true\n\nYou can also do other things such as get more messages in your feed (&messageCount=50) etc. Check here:\n\nhttp://www.jivesoftware.com/builds/docs/prof/3.2.10/documentation/rss.html\n\nThe page also discusses how to adjust the link prefix to 'http', for when this problem does make it up the list.\n\nThanks\n\nDom",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4544012/configuration-of-ldap-to-ms-ad-server.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Aug 05 9:12 AM\n\nHi all,\n\nWe are planning for Configuration of LDAP to MS AD Server. There are around 35000 portals users are there in portal database. Now we are planning to move to ADS which has the same ids as portal database.\n\nMy doubt is:-\n\n1. Is there will be any conflict between ids(as there is same ids are there in\n\nADS & Portal database).\n\n2. Before starting the configuration do I need to delete the portal database ids.\n\n3.Is there any way disable the portal database and make the AD database avialable\n\nPlease help me in this\n\nRegards\n\nPonnusamy\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Ponnusamy,\n\n1) In Portal you will not have any conflicts if you use LDAP account and UME account with the same name, but for Portal UME account is primary.\n\n2) If you will use LDAP accounts only and don't need UME accounts make since delete UME accounts. Two type accounts in Portal can live together without any conflicts. It's your choice delete or not delete Portal UME accounts and depend from your needs.\n\n3) To disable Portal database you can't. You can only lock UME account or delete it. Idea disable Portal database don't have deep sence, because UME and LDAP accounts can exist together without conflict.\n\nTip. If you will use LDAP (Active Directory) you must to know when you will communicate LDAP and Portal in Active Directory OU(Organization Unit) have restricted 5000 accounts in one container.\n\nRegards\n\nDmitriy\n\nEdited by: Dmitriy Korolev on Aug 5, 2008 3:05 PM\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDear GLM & Dmitriy,\n\nThanks for your reply, I have configured the LDAP successfully. Now i am facing the problem in user ids available in UME & AD.\n\nAs I said earlier, there are users available with the same id in UME & AD. when I try to login i am facing the problem user authentication failed. when he try to login with AD password. But when I delete the user from UME and try to login with AD password and i am able to login successfully.\n\nIs there any parameter/ configuration to be done separately to authenticate users only for AD and skip UME database\n\nPlease help\n\nRegards\n\nPonnusamy\n\n1. Is there will be any conflict between ids(as there is same ids are there in ADS & Portal database).\n\nThe last time i did that, there werent any issues which i faced\n\n2. Before starting the configuration do I need to delete the portal database ids.\n\nNo - you wouldnt have to delete the id's\n\n3.Is there any way disable the portal database and make the AD database avialable\n\nIf you select the LDAP as your UME datasource, the users will be able to logon using the uid/pwd which is stored in the LDAP.\n\nThanks,\n\nGLM\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/9487142/unable-to-delete-a-job-definition.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2012 Aug 16 10:16 PM\n\nHi everyone,\n\nI've imported the process chain definition from BW system, say ZPC_XX_DAILY_LOAD.\n\nI have used it in one of my job chains as a step. Later on, I made changes to the job chain, including changing its name and removing the ZPC_XX_DAILY_LOAD from it.\n\nNow when I am trying to delete the job definition - ZPC_XX_DAILY_LOAD, it gives me the following error:\n\n```\nJCS-102090: Object 'Job Definition JOB_CHAIN_DAILY_LOAD (Copy from 2012/08/06 20:08:13,753 America/Los_Angeles)' of type Job Definition cannot be modified\n```\n\nthe job chain doesn't exist, because I edited the same chain and saved it in a different name, and that job chain doesn’t event include that job definition.\n\nI can’t find anything in the related objects either.\n\nCan some one please let me know how to solve this?\n\nThanks\n\nNanda\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Nanda,\n\nCan you help me on deleting job using script by their JobIDs?\n\nThanks!\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Nanda ,\n\nYou have to delete each and everything associated with that job. i.e. chain, any dependent job & the import result also ( mentioned above... you have imported it into CPS) ..in addition if you already ran that job even once delete that too.\n\nRegards.\n\nFG\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nEvery job containing the timestamp from the error message needs to be deleted using the job monitor. Then, the job System_ProcessKeepClauses needs to run. There will be a line saying \"Deleting unreferenced branched object copies\" in the job log. Afterwards, the job definition should be deletable.\n\nCreating Isolation Groups and Assigning them to Users\n\nUse\n\nWith an isolation group, a user is limited to interacting with objects of the same isolation group as well as objects\n\nfrom the GLOBAL isolation group. You assign users to isolation groups in the Security section in the navigation\n\nbar. The user must either have the role scheduler-isolation-administrator or a custom role granted which has the\n\nredwood.com/ManageSchedulerIsolation action to be able to add users to an isolation group. Users can have\n\nmultiple isolation groups; in this case, the user needs to choose an isolation group for the session during login.\n\n(I cant find my own Isolation group - but maybe you can)\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nNanda,\n\nHave you run the job before you changed the jobdefinition and name?\n\nIf you have run the job (even just once) and after that you renamed it and cant find it anymore, try to find in the job overview the old job(I had to do this once too - you can also search for this job in the job definitions overview(I mean the view you get, when enlarging that triangle symbol in the jobdefintion view).\n\nCPS keeps a history of jobs - delete that and all other related jobs(-Logs), and then you can try to delete that jobdefintion.\n\nas long as CPS has a history of that job, you cannot delete it.\n\nHope that works for you.\n\nregards\n\nGreg\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhi Gregor,\n\nI have deleted all the job logs, and the only related objects i could find in the overview are self-referential (screenshot).\n\nWhen i try to delete the job, i get only one error log, saying it is used in a job chain, which doesnt exist any more. (If there are any more related object i should have got them as extra errors, but i didnt)\n\nthis is the stack trace:\n\nPlease help me solve this issue.\n\nHi Nanda,\n\nWell, now it gets tricky.....and you're stuck at the same thing as I found myself to be stuck too...\n\nI have found a special reference guide.....and I'v searched for the errormessage:\n\nJCS-102090 An object refers to another object that is not allowed due to isolation.\n\nNow....that Isolation thing might point us to a solution.\n\nBut I do not know how to access isolation groups.....\n\nMaybe it's worth a try to stop the process server on which that job was defined(or the queue) and then try to delete that job?\n\nmaybe this helps?\n\nBR\n\nGreg\n\ni am using M33.7 - licensed version, if that matters.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4151655/integration-repository.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00529-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 May 29 6:10 PM\n\nHi SAP gurus,\n\nI am pretty sure about this, but I wanted to ask is, what would be the KEY of an object or how can it be uniquely identified;\n\nI look at IR and what I found is this SWCV, Namespace, and Name.\n\nI think a combination of these would make it unique. Can someone please\n\nback me up on this.\n\nThanks,\n\nAdnan Abbasi\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nU can say that form a object key...\n\nchirag\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nFor easy identification it will take the combination of two values.\n\nReward points if needful.\n\nThanks,\n\nRamuV\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 48 |\n| 10 |\n| 8 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/792649/how-to-connect-sap-r3-46c-to-integration-builder-d.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2004 Feb 23 8:28 AM\n\nI am trying to import a RFC from 4.6C in Integration Builder (Design). I have Imported Software COmponent Version 4.6C in IB. In connection data for import I had put proper (case sensitive) values, group as PUBLIC. Saved & activated the configuration. After that right clicked on Imported objects - Inport RFC/IDoc - A window for entering suerid & password appears. After entering the details I get error \"Unable to establish connection to R/3 system\" The userid & password is correct with proper authorizations.\n\nCan you tell me how to solve the problem? With the same way I am able to connect to 4.7 system. Is there other way to connect to 4.6C systems?\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nBhush:\n\ncan you check your RFC Adapter configuration file. 4.6C is not a unicode system.In your configuration file you might have to set unicode =0.\n\nhope this helps.\n\nRegards,\n\nPraveen\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhello :\n\nUsually message server port 3200 should be used in etc/hosts for the back end system.\n\nPlease make sure you have an entry like this -\n\n/H/ or IP /S/3200 on xi box for the back end system.\n\nAlso in the backend system create a logon group using SMLG and make sure you specify the same logon group under group for connection data in IR for software component.\n\nHope this helps.\n\nBest Regards,\n\nRajan Kedambi\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi there!\n\nHas your problem been solved in the meantime? We are experiencing exactly the same problem. We have been advised to delete and newly create logon group SPACE and use it for logon in the Import Popup. Unfortunately, this didn't help. If the problem has been solved in your case, I would be very thankful, if you'd share the solution with me...\n\nThanks, Kathrin!\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi!\n\n> that right clicked on Imported objects - Inport\n\n> RFC/IDoc - A window for entering suerid & password\n\n> appears. After entering the details I get error\n\n> \"Unable to establish connection to R/3 system\" The\n\n> userid & password is correct with proper\n\n> authorizations.\n\nHave you inserted \"sapms 36/tcp # SAP System Message Port\" into the /etc/services of the Integration Repository machine?\n\nRegards, Tanja\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi!\n\n> I had added the entry in the etc/services\n\n> file.\n\n> But still I am not able to connect. Do I need to\n\n> restart the Integration Repository m/c?\n\nI had the same problem but in my case it worked without restarting the Integration Repository when I made the appropriate entries to the etc/services file.\n\nRegards, Tanja\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/10602122/provisioning-users-with-different-sap-backend-id-a.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2014 Jan 21 7:36 PM\n\nWe are going through upgrade from AC 5.3 to AC 10.0 system. We have AD as the User search data source for AC10. Portal or LDAP can be the user detail data source. Field mappings/corresponding portal group mapping are also maintained as per the SAP documentation. We have 2 different IDs maintained; one for users to login which is the LDAP AD authentication ID (long ID) and another backend ID which is a short ID. The AD has both the long ID (cn) and the short ID (short ID) maintained. In the backend systems, the Long Id of the LDAP is stored in the User Alias. This set up worked fine with AC 5.3 using the SAP_USER_ID field.\n\nAs part of the LDAP field mapping in AC10, we mapped the User ID to long ID (cn) in LDAP and the SAP_User_ID is mapping to the short ID. So when a user look up is done in access request, it should look up for the long Id but when it populates the user info back to the access form, the IDs should be in the right place i.e. USERaLIAS field in Access form should have the long Id and the SAP_USER_ID/ USER_ID should have the short Id. But it never populates both the fields. We are on AC 10 SP13.\n\nSAP_USER_ID was not showing up before. So I checked 1724954 and added the field to the GRACV_ACFIELD view and I was able to finish up the field mapping. But still the user ID are not getting populated in the Access request form correctly for provisioning. I also checked the 1834706 which came with SP 13. Since we are already on this SP level, this change is already in our system.\n\nHas anyone dealt with multiple Id across EP and backend systems? How did you go about provisioning in that scenario?\n\nAny insight would help.\n\nThanks\n\nK\n\nHelp others by sharing your knowledge.\n\nAnswer\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nI am in similar situation but i am proposing to change the AD account names to short ids that can be used across systems. The proposal is more from the Identity management perspective across systems within Organisation.\n\nPlease let me know if there is any technical solution within GRC.\n\nRegards,\n\nPrasad\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/929060/debugging-module-pool-program.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2005 Jun 09 9:30 PM\n\nhi guys,\n\nhow to debug module pool program.\n\nI have written one user exit in this module pool program, i want to check the value.i don't know the screen number and program name where it is going to effect'?\n\nactually i am validating in this userexit...\n\nanybody knows this....\n\nthanks in advance,\n\nYad\n\n2005 Jun 09 9:42 PM\n\nHi,\n\nput break user-id.(user login name)\n\nin the user exist , it will stop there any you can check the rest .\n\nRgds,\n\nMano Sri\n\n2005 Jun 09 9:42 PM\n\nHi,\n\nput break user-id.(user login name)\n\nin the user exist , it will stop there any you can check the rest .\n\nRgds,\n\nMano Sri\n\n2005 Jun 09 9:52 PM\n\nhi mano,\n\nI know this...\n\nbut how can i go to debug mode, because it's a module pool program, i can't run from here, u know that...\n\nIn which way i can go to debug mode and see the values.....\n\nYad.\n\n2005 Jun 09 11:56 PM\n\nHi ,\n\nCould you please expalin it little more , what exactly you are doign.\n\nWaht is the exsit you are using, which is the Transaction you are implementing the enhancment ?\n\nI can try to assist you if can answer with more details.\n\nOne quick solution is to use ws_download to get the values in to a file on to your PC .\n\nStill i would be good if you can provide more details, i am not able to imagine what exctly you are soing.\n\nRgdds,\n\nMano Sri\n\n2005 Jun 10 6:49 AM\n\nHi,\n\nMake use of the following code to debug the program where you cant call the debugger, you just have to copy the code in a notepad, save it in your hard disk and this file can be dragged & dropped to the destination where you would like to switch on the debugger, it will automatically start the debugger, hope this helps. Get back for any clarifications.\n\n[FUNCTION]\n\nCommand=/H\n\nTitle=Debugger\n\nType=SystemCommand\n\nRgds\n\n2005 Jun 10 7:32 AM\n\nHi,\n\nPlace a break point in ur code and run the transaction code attached to the module pool program.\n\nRehan\n\n2005 Jun 10 7:33 AM\n\nHi Yad,\n\nThere must be a tcode for the program., execute the transaction and give /h in the command line. You can check the value for the field by giving the field name in the watch point , and press function f8 button. It takes you to the field given in the watch point. From there it is easy to proceed... Let me know if you have any specific doubts.\n\nRegards,\n\nPadma.\n\n2005 Jun 10 7:45 AM\n\nHi Yad,\n\nThere is a very convenient way of debugging anything in SAP.In the SAP easy access screen choose the icon which denotes the 'Generated a Shortcut on the Desktop'.In the resulting window that appears choose the part where the 'Application' Details are present.Change the TYPE to SYSTEM COMMAND and enter the COMMAND as /H and give some title for e.g 'MYDEBUGGER'.Click on O.K and a shortcut will be placed on your desktop with the title that you have given.Anyplace and anywhere on the SAP screen if you wish to debug just drag the shortcut from ur desktop on to the screen.This is very helpful and would help u to understand the debugging process.\n\nAs far as your present scenario is considered put a breakpoint in the user-exit.If your user-exit is getting triggered then the breakpoint will automatically put you into the debugging screen.There is always a way to debug anything.Hope this helps.\n\nCheers\n\nNishanth",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4316270/problem-with-delivery-type-determination-in-purcha.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Jun 25 11:42 AM\n\nDear All,\n\nWe are working on a IS-Retail Scenario where we are dealing with generic articles. While creating a PO, we have encountered an error which says:\"Also specify a delivery type in case of shipping data relevance\". The error message number is MEPO 099. We have checked that Delivery type NL is attached to the document type under the supplying site customizing, and supplying site is attached to the receiving site with the correct document type. Can anybody throw some light on what we might be missing out in this scenario?\n\nThanks and Sincere Regards,\n\nAmitabha\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nI suppose you are creating a retuns PO ,\n\nPlease maintain the customizing of the same in SPRO-> MM -> Purchasing-> Purchase Order-> Returns Order-> Store Return / Return Plant to Plant\n\nhere you need to maintain the delivery type for returns.\n\nThis message is trigerred only in case of Returns order\n\nIn SAP Retail, plants are referred to as distribution centers or stores. With store returns, you can map the return delivery of goods from\n\na store to a distribution center (this is the most common case),\n\nfrom one distribution center to another distribution center,\n\nfrom one store to another store,\n\nfrom a distribution center to a store (although this is not very common).\n\nRequirements\n\nFor the return delivery types, you have to make settings for the item category determination.\n\nPartner schema must be assigned to the return delivery types.\n\nThe relevant goods movement types must be assigned to the schedule line categories (for the returns in Sales). The following schedule line categories are also available in the system:\n\nNR - Replenishment Returns and\n\nNS - Replenishment Cross Company Returns\n\nActivities\n\nAssign the required return delivery type to\n\npurchasing document category F (purchase order),\n\npurchasing document type (NB - standard purchase order, UB - stock transport order),\n\nthe supplying plant (the one to which the goods are being returned)\n\nThe following return delivery types are available in the system:\n\nNLR - intra-company-code store returns (purchasing document type UB for replenishment and return orders, delivery type NL for the replenishment delivery)\n\nNCR - cross-company-code store returns (purchasing document type NB for replenishment and return orders, delivery type NLCC for the replenishment delivery)\n\nPlease maintain the required customizing\n\nThanks & Regards\n\nKishore\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nwhat type of PO r u doing i.e. STO/subcontracting etc?\n\nregards,\n\nindranil\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nGo to SPRO > MM > Purchsing > Purchase Order > Set up Stock Transport Order > Assign Delivery Type and Checking Rule > Here check, Delivery Type \"NL\" is assigned to PO Documnet Type, in combinatin with Supplying Site, also check \"Shipping\" indicator is active or not?\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 122 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/5200984/jdbc-receiver-adapter-.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Dec 10 10:14 AM\n\nHi Experts,\n\nI was working on a existing adapter scenerio from SDN\n\nI am getting the following error !\n\nMessage processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'jdbc:Microsoft:sqlserver://XXX.XX.XX.XX:1433;DatabaseName= XXXXXXXXXX': ClassNotFoundException:com.microsoft.jdbc.sqlserver.SQLServerDriver\n\nAlso I have another doubt.\n\nThough I have made receiver data types, for the JDBC adapter, I donnow what will be the nature of the empty table in SQL server. I mean the blog does not clearly say, where will this table be in SQL that will be updated with data from XI, and what will be the name of the table and how will it automatically populate SPECIFICALLY that peticular table, I mean is there no codings/ settings required at the SQL server side to populate the specific table in SQL server! .\n\nComments Pls\n\nArnab.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Arnab,\n\nMessage processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'jdbc:Microsoft:sqlserver://XXX.XX.XX.XX:1433;DatabaseName= XXXXXXXXXX': ClassNotFoundException:com.microsoft.jdbc.sqlserver.SQLServerDriver\n\n--->Drivers not uploaded properly or error in connection string.....\n\nyou will have to deploy the drivers on xi server.\n\nThough I have made receiver data types, for the JDBC adapter, I donnow what will be the nature of the empty table in SQL server. I mean the blog does not clearly say, where will this table be in SQL that will be updated with data from XI, and what will be the name of the table and\n\n--->Table Name is XITraining and columns are GroupID, GroupText and Rec_Date\n\nhow will it automatically populate SPECIFICALLY that peticular table, I mean is there no codings/ settings required at the SQL server side to populate the specific table in SQL server! .\n\n---> receiver data type contains table name in its structure that will be used by xi(receiver jdbc adapter) to generate a sqlquery for insertion/deletion...etc\n\nhope your doubts are clear now...\n\nRegards,\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nI think you will have to deploy the drivers on xi server.\n\nCheck this:\n\nThis should resolve class not found error.\n\nTable Name is XITraining and columns are GroupID, GroupText and Rec_Date\n\nThanks,\n\nBeena.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nIn this scenario table name is XITraining\n\nThis error may be due to the following reasons\n\n1. The database is not running.\n\n2. The database connection listener is not running.\n\n3. You have supplied the wrong database connection URL.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/1027905/recent-notification-iview-and-layout-set.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/12430493/regarding-updating-notification-no-in-ik11.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2016 Jun 07 10:49 AM\n\nHi ,\n\nMy requirement is as follows,\n\nWhile creating a Measurement document, I need to generate a notification and update the notification no in IK11.\n\nFor this I have used the user Exit - IMRC0001 and able to generate the notification successfully. The issue is I am not able to update the generated Notification no. in IK11.\n\nPlease find the image attached.\n\nThanks,\n\nPavan\n\n2016 Jun 13 3:58 PM\n\nPavan\n\nI think you have misunderstood the objects.\n\nThen where from this Notification number comes into a Measuring document?\n\nRegards\n\nKJogeswaraRao\n\n2016 Jun 13 2:30 PM\n\n2016 Jun 13 2:44 PM\n\n2016 Jun 13 3:58 PM\n\nPavan\n\nI think you have misunderstood the objects.\n\nThen where from this Notification number comes into a Measuring document?\n\nRegards\n\nKJogeswaraRao\n\n2016 Jun 15 7:46 AM\n\nHi,\n\nThanks for your reply, Yes I checked what you explained and understood it.\n\nHowever, My requirement is to display that, can we try to enable that field and pass the data using some implicit enhancements??\n\nThank,\n\nPavan.\n\n2016 Jun 15 9:03 AM\n\nHello Pavan\n\nMy opinion\n\nThe message is:\n\nThis area has only Menu exits (no screen exits to have Zfields to IK11 screen). So you can make use of it as above.\n\nLastly\n\nYou may look into the interface CUSTOM_USER_DATA in the BAdi ALM_ME_040_MEASUREMT . (I haven't worked on it)\n\nGood luck\n\nKJogeswaraRao",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/7124627/error-in-asset-full-settlement.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2010 Mar 15 11:53 AM\n\nDear Experts,\n\nI need to post some value from AUC to GLs as charges which has been erroniously posted to AUC through WBS element.\n\nBut This has been posted to AUC in FY 08/09 throug CJ88 (Automatic posting)\n\nBut now when I try to post it through the CJ 88 Its giving an error \"\"Settlement of Old Asset Data to Receiver Type G/L Not Allowed\"\n\nI have already assign this to GL in CJIC.\n\nCan someone help me to post the value in AUC to GL ?\n\nthanks in Advanced,\n\nNalaka\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello ,\n\nCheck your settlement profile , whether GL account is allowed . The settlement profile must be allowed for GL as the receiver object.\n\nThis will resolve your issue.\n\nThanks\n\nDasa\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhi..\n\nif settlement was carried out erroneously to an AuC, you can do settlement > reverse.\n\nonce it is reversed, use the correct settlement rule to the G/L\n\nalso, check your allocation structure (settlement cost elements - be sure G/L is included in the receiver category) and settlement profile if it allows posting to G/L account(settlement optional) as well.\n\nregards.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 123 |\n| 8 |\n| 8 |\n| 6 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/13188145/field-missing-in-asynchronous-response-api-structu.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00216-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2020 Nov 12 11:54 AM\n\nHi Experts,\n\nWe have an integration flow S4->CPI->SFDC.\n\nI have a situation in which I have to suppress the message (Service Contract Reponse (Aync)) , from S4 based on who is the receiver.\n\nI see in Communication arrangement that we set both sender (S4 by default) and receiver(we set), but the paylaod what comes out of S4 does not have the recipient field , which should come since the wsdl file of response has it.\n\nAny idea how I can bring that ?\n\nPlease see the screen shots.\n\nIn the below screenshot the Contract response API has these fields under header.\n\nBut the response payload which we receive from S4 has below fields in header. RecipientBusinessSystemID missing.\n\nIn the communication arrnagement the receiver is given in communication systems field.Any idea how I can bring the field in reponse paylaod?\n\nThanks in advance.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi dilip.mehra,\n\nThank you for your question.\n\nI just want to make check if you were able to get the answer of your question, otherwise let us know in case you still need help on this topic.\n\nBest regards,\n\nDaiana.\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 115 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/628601/hidden-applet-is-displayed-when-using-jre18181.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/8242439/bapicontractcreatefromdata-document-number.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2011 Mar 30 8:50 AM\n\nHello,\n\nI'm using the function 'NUMBER_GET_NEXT' for obtaining the next contract document number from the sap system, and I'd like to use this document number with the function 'BAPI_CONTRACT_CREATEFROMDATA'. In other words I want to generate a contract with this function with the document number speficied by me. Is there any way to do that ?\n\nAny help would be greatly appreciated. Thanks in advance.\n\n2011 Mar 30 8:58 AM\n\nIf you are using INTERNAL number range for Contract document type, why you want to determine next number and pass it to BAPI ? The value passed to BAPI parameter SALESDOCUMENTIN will have effect only if the document type number range is EXTERNAL other wise number will be determined by BAPI.\n\n2011 Mar 30 8:58 AM\n\nIf you are using INTERNAL number range for Contract document type, why you want to determine next number and pass it to BAPI ? The value passed to BAPI parameter SALESDOCUMENTIN will have effect only if the document type number range is EXTERNAL other wise number will be determined by BAPI.\n\n2011 Mar 30 9:17 AM\n\nThank you for the quick answer, Vinod\n\nI am trying to generate an ADRNR number with the function 'ADDR_NUMBER_GET', to populate the ADRC table with some data for the partner adresses.\n\nThis function uses the address_reference line where I need to update the APPL_KEY with sy-mandt + VBELN (concatenated). Well, the function successfully generates a document number, let's say 0040000333, but then the BAPI generates the next one, 0040000334.\n\nIf I uncomment SALESDOCUMENTIN and set it with the number given by the NUMBER_GET_NEXT FUNCTION, I get an error in the return table, wich tells me to use the external number range (in my case between 0045000000 and 0049999999).\n\nHere's what I do:\n\ncall function 'NUMBER_GET_NEXT'\n\nexporting\n\nnr_range_nr = '09'\n\nobject = 'RV_BELEG'\n\nquantity = '1'\n\n\" SUBOBJECT = 'AMBI'\n\nTOYEAR = '0000'\n\nIGNORE_BUFFER = ' '\n\nimporting\n\nnumber = l_vbeln\n\nQUANTITY =\n\nRETURNCODE =\n\nexceptions\n\ninterval_not_found = 1\n\nnumber_range_not_intern = 2\n\nobject_not_found = 3\n\nquantity_is_0 = 4\n\nquantity_is_not_1 = 5\n\ninterval_overflow = 6\n\nbuffer_overflow = 7\n\nothers = 8\n\n.\n\nif sy-subrc <> 0.\n\nMESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO\n\nWITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.\n\nendif.\n\nconcatenate sy-mandt l_vbeln into wa_ref-appl_key.\n\nmove: 'VBUK' to wa_ref-appl_table,\n\n'VBELN' to wa_ref-appl_field,\n\n'SD01' to wa_ref-addr_group.\n\ncall function 'ADDR_NUMBER_GET'\n\nexporting\n\naddress_handle = 'AG $00000'\n\naddress_reference = wa_ref\n\npersonal_address = ' '\n\nNUMBERRANGE_NUMBER = '01'\n\nE071K_WA =\n\nGENERATE_TRANSPORT_ENTRIES =\n\nOWNER = 'X'\n\nTABLE_NAME =\n\nFIELD_NAME =\n\nOBJKEY =\n\nimporting\n\naddress_number = l_adrnr\n\nRETURNCODE_NUMBERRANGE =\n\nTABLES\n\nE071K_TAB =\n\nEXCEPTIONS\n\nADDRESS_HANDLE_NOT_EXIST = 1\n\nINTERNAL_ERROR = 2\n\nPARAMETER_ERROR = 3\n\nOTHERS = 4\n\n.\n\ncall function 'BAPI_CONTRACT_CREATEFROMDATA'\n\nexporting\n\nsalesdocumentin = l_vbeln\n\ncontract_header_in = wa_bapihead\n\ncontract_header_inx = wa_bapiheadx\n\nSENDER =\n\nBINARY_RELATIONSHIPTYPE = ' '\n\nINT_NUMBER_ASSIGNMENT = ' '\n\nbehave_when_error = 'P'\n\nLOGIC_SWITCH =\n\ntestrun = 'X'\n\nconvert = 'X'\n\nimporting\n\nsalesdocument = l_sapdoc\n\ntables\n\nreturn = it_return\n\ncontract_items_in = it_bapiitem\n\ncontract_items_inx = it_bapiitemx\n\ncontract_partners = it_bapipartn\n\ncontract_conditions_in = it_bapicond\n\ncontract_conditions_inx = it_bapicondx\n\nCONTRACT_CFGS_REF =\n\nCONTRACT_CFGS_INST =\n\nCONTRACT_CFGS_PART_OF =\n\nCONTRACT_CFGS_VALUE =\n\nCONTRACT_CFGS_BLOB =\n\nCONTRACT_CFGS_VK =\n\nCONTRACT_CFGS_REFINST =\n\ncontract_data_in = it_ctr_in\n\ncontract_data_inx = it_ctr_inx\n\nCONTRACT_TEXT =\n\nCONTRACT_KEYS =\n\n\" extensionin = it_extension\n\npartneraddresses = it_bapiaddr\n\n.\n\nEdited by: adrian_marchis on Mar 30, 2011 10:27 AM\n\n2011 Mar 30 2:20 PM\n\nCheck the Number range type (EXTERNAL/INERNAL) for the document type (Transaction VOV8). If the number range is defined as external (most probable in your case), you need to not generate the number using NUMBER_GET_NEXT. Instead of that you should pass the document number manually (within the range mentioned in number range) to the BAPI and the same can be used for function module ADDR_NUMBER_GET.\n\n2011 Mar 30 2:57 PM\n\nIt seems that the function ADDR_NUMBER_GET works even without providing the document number in the appl_key concatenation (sy-mandt is sufficient), do the NUMBER_GET_NEXT function is not necesarry anymore. So the contract numbers are consecutive now.\n\nThank you for the ideeas.\n\nconcatenate sy-mandt l_vbeln into wa_refwa_ref-appl_key.\n\nmove: 'VBUK' to wa_ref-appl_table,\n\n'VBELN' to wa_ref-appl_field,\n\n'SD01' to wa_ref-addr_group.\n\ncall function 'ADDR_NUMBER_GET'\n\nexporting\n\naddress_handle = 'AG $00000'\n\naddress_reference = wa_ref\n\npersonal_address = ' '\n\nNUMBERRANGE_NUMBER = '01'\n\nE071K_WA =\n\nGENERATE_TRANSPORT_ENTRIES =\n\nOWNER = 'X'\n\nTABLE_NAME =\n\nFIELD_NAME =\n\nOBJKEY =\n\nimporting\n\naddress_number = l_adrnr\n\nRETURNCODE_NUMBERRANGE =\n\nTABLES\n\nE071K_TAB =\n\nEXCEPTIONS\n\nADDRESS_HANDLE_NOT_EXIST = 1\n\nINTERNAL_ERROR = 2\n\nPARAMETER_ERROR = 3\n\nOTHERS = 4\n\n.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/2519321/file-ftp-to-as400-library-folder.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Jun 15 10:15 PM\n\nhi mates,\n\nUsing the receiver FTP adapter & content conversion, I'm dropping a file on AS400 in a library folder (/QSYS.LIB/XYZ.LIB/). The file is getting created with 'FILE' extension. When I download it on to my desktop and view it with wordpad, I see the actual contents and a line with non-readable character (the char looks line a box).\n\nHowever, AS400 people say that the file is not usable for their programs. Because ithey run some SQL queries on it and that doesnt return any data and also when they view the content with their toold they see some non-readable characters.\n\nWhat is the Receiver FTP config for dropping the fille onto a AS400 library?\n\nI've tried using file type, Text with diff encodings given in file adapter help & Binary. It dint help.\n\nDid any one do this kind of thing earlier? Am I missing something here.\n\nI appreciate your inputs & references.\n\nthx\n\npraveen\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhey\n\nplease try to open up the File in MS word and see if you still get that special characters?\n\nthanx\n\nahmad\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHey\n\nin the first reply you said that file is being created with a FILE extension,can't you change it to .txt,so that AS400 people can read it?\n\nalso you can definitely use File adapter to integrate AS400,JDBC is just another option but for that you need to deploy drivers first.\n\nNote:I m assuming that you have FTP server on AS400\n\nthanx\n\nahmad\n\nMessage was edited by:\n\nAhmad\n\nMessage was edited by:\n\nAhmad\n\nHey\n\nyeah,its some encoding problem.anyways, have a look at the following to make sure that you are using the correct encoding for you iSeries\n\nhttp://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=/rzaha/fileenc.htm\n\nalso try asking the AS400 people which encoding they expect.\n\ni would say,dont do any FCC right now and see if the XML is going properly or not and are they able to read thata XML.if XML goes fine,then use the same encoding and do FCC.\n\nalso if you are seeing the special character(the box) in the bottom of the file,then it means that AS400 is behaving funny for new Line('nl').\n\nUse '0x2B' instead of 'nl'\n\nthanx\n\nahmad\n\nMessage was edited by:\n\nAhmad\n\nPraveen,\n\nAre u using any encoding format ? If not can u try with the encoding format ISO8859_1\n\nPraveen read the below link ,it might be useful\n\nhttp://www-1.ibm.com/support/docview.wss?uid=nas1b919ff1b461a3b7386256fcc0080d66a\n\nBest regards,\n\nraj.\n\nMessage was edited by:\n\nRaj\n\nAhmad,\n\nUsing the code page 'Cp037' did the job....thanks a lot and points too...\n\nRaj,\n\nI did not try the option you gave me...setting the encoding for the entire FTP as the codepage specification did the job..anyways...thats very useful information..I appreciate it..and points for you as well\n\nI'm very happy that a not-a-regular issue like this has been resolved with help of forum members...\n\nAs usual..SDN XI Forum rocks !!\n\nthx\n\npraveen\n\nPraveen,\n\nThe easiest solution is to map a drive to the as400 from your windows machine, let me know if you need instructions on how to do that. As once you do that then you can map a drive to /QOpenSys/QIBM.......then the party begins..\n\nI also have a cl program i wrote by which u can map directly to the root and that also resolves the ascii character issues with this.\n\nRegards\n\nRavi Raman\n\nThere is a simple solution for this issue.\n\nBest way for sending text files to systems like AS400 whcih has defferent encoding and new line characters, is using text mode for transfer which leaves the translation process to FTP server connecting to unlike binary mode where transfer happens in exact bytes w/o any translation.\n\npraveen\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/1206535/how-to-filter-choose-from-list-object-rows.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2006 Feb 13 7:23 PM\n\nHi everyone,\n\nI'd like to show Choose from list window using SBO 2005 PL07, Actually I want to show the Active Account of G/L Account, I set the CFL object to one column as following:\n\noCFLCreationParams.ObjectType = SAPbouiCOM.BoLinkedObject.lf_GLAccounts\n\noCFLCreationParams.UniqueID = \"CFL\"\n\noCFL = oCFLs.Add(oCFLCreationParams)\n\nWho knows how to set Choose From list object only show Active Account and do not show Title Account.\n\nThanks for your help!\n\nKathy\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Kathy,\n\nI think this should work after you've added your choose from list as in your post above.\n\n```\nDim oCons As SAPbouiCOM.Conditions\n Dim oCon As SAPbouiCOM.Condition\n oCons = oCFL.GetConditions()\n oCon = oCons.Add()\n oCon.Alias = \"Postable\"\n oCon.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL\n oCon.CondVal = \"Y\"\n oCFL.SetConditions(oCons)\n```\n\nHope it helps,\n\nAdele\n\nMessage was edited by: Adele le Roux\n\nSee now that Louis basically said the same\n\nI'm a bit slow this early in the morning ;)\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi kathy\n\nI have not tried it on the gl accounts. But basicaly you need to add conditions to filter it. The following is an example that you would of used for business partners but only customers.\n\nDim oCFLs As SAPbouiCOM.ChooseFromListCollection\n\nDim oCons As SAPbouiCOM.Conditions\n\nDim oCon As SAPbouiCOM.Condition\n\noCFLs = oForm.ChooseFromLists\n\nDim oCFL As SAPbouiCOM.ChooseFromList\n\nDim oCFLCreationParams As SAPbouiCOM.ChooseFromListCreationParams\n\noCFLCreationParams = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_ChooseFromListCreationParams)\n\n' Adding 2 CFL, one for the button and one for the edit text.\n\noCFLCreationParams.MultiSelection = False\n\noCFLCreationParams.ObjectType = \"2\"\n\noCFLCreationParams.UniqueID = \"CFL1\"\n\noCFL = oCFLs.Add(oCFLCreationParams)\n\n' Adding Conditions to CFL1\n\noCons = oCFL.GetConditions()\n\noCon = oCons.Add()\n\noCon.Alias = \"CardType\"\n\noCon.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL\n\noCon.CondVal = \"C\"\n\noCFL.SetConditions(oCons)\n\noCFLCreationParams.UniqueID = \"CFL2\"\n\noCFL = oCFLs.Add(oCFLCreationParams)\n\nThe above also compensates for the tab.\n\nHope it helps\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 122 |\n| 8 |\n| 8 |\n| 6 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/11743261/ds-42-reading-sap-table-issue-with-rfc-data-transf.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00377-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2015 May 29 6:27 PM\n\nAll,\n\nI am trying to read tables from SAP using ABAP data flow, in SAP data store settings we used data transfer method as RFC and job failing with below error\n\n\"ODBC data source error message for operation <[Microsoft][SQL Server Native Client 10.0]Invalid character value for cast specification>\"\n\nwhen i change Data transfer method from RFC to shared directory , its working fine. I just didn't get it.\n\ncan you please help me if you have faced this issue before or any idea about this issue.\n\nThanks a lot\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/10058888/bpc-nw-10-calculate-cells-in-input-form-based-in-o.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00229-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2013 Jun 07 3:56 AM\n\nhi bpc gurus:\n\nI m building 3 input forms on a single sheet, like this:\n\nBut I have a doubt on how to build the Input Form \"Cost\", since every cell of this input form is calculated by multiplying input form \"Sell\" and input form \"Rule\" (the user doesnt have to input anything in input form \"Cost\", BPC must calculate every cell). How can I achieve this? Obviously when the user press \"Save Data\", BPC must save the data of the 3 input forms.\n\nis there some way to achieve this?\n\nPS: the number of rows of these 3 input forms is the same, they can change based on the context values which affect the 3 input forms.\n\nregards\n\njav\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Jav,\n\nYou can use EPMCopyRange() Function for Input Form \"Cost\". In function give the report id, range.It will apply both formatting and formula to the whole report.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Jav,\n\n1) You can write script logic in Default to calculate the Cost.\n\n[Dimension].[COST] = [Dimension].[SELL] * [Dimension].[RULE]\n\nif you want the Cost values to be saved in Database. This logic will calculate Cost automaticaly whenever you save the Sell or Rule.\n\n2) You can write dimension member formula for Cost\n\n[Dimension].[SELL] * [Dimension].[RULE]\n\nThis will be calculated at runtime.\n\n3) if you are using BPC 10 , you can use Local Member Formula for the same.\n\nBest Regards\n\nObaid\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Jav,\n\nBut why don't use script logic in the default.lgf to perform this calculation?\n\nB.R. Vadim\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 7 |\n| 2 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/2265723/purchase-info-record.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2007 Apr 20 6:46 AM\n\nHello Experts,\n\nI have on requirement where in i need to read the Purchase infor record along with the text for a given material vendor plant.\n\nin the same requirement i need to create the Purchase infor record.\n\ni need any program or function modules which would be helpful in getting these two things done.\n\nBDC is not recommended.\n\nPlease help me in this regard.\n\nBR,\n\nRavi\n\n2007 Apr 20 7:10 AM\n\nRavi ,\n\nhave u checked Tcode BAPI or SE37 with string BAPIPURINFO*\n\nu can get it on ur own ?\n\nRegards\n\nprabhu\n\n2007 Apr 20 7:29 AM\n\nHi Prabhu,\n\nThere is only one bapi I.e Bapi get detail.\n\nBut it dosenot slove my problem\n\nBR,\n\nRavi\n\n2007 Apr 20 7:30 AM\n\nHi,\n\nCheck the following fun modules\n\nME_POST_INFORECORD\n\nME_DB_UPDATE_INFORECORDS\n\nME_UPDATE_INFORECORD\n\nME_UPDATE_INFORECORD_COND\n\nME_UPDATE_INFORECORD_PD\n\nME_GET_INFORECORD_CONDITIONS\n\nME_GET_INFORECORD_CONDITIONS_1\n\nME_GET_UNITS_FOR_INFORECORD\n\nME_GET_VARCONDS_FOR_INFORECORD\n\nME_PRICING_INFORECORD\n\nME_GET_INFORECORD\n\nME_READ_INFORECORD\n\nME_READ_INFORECORDS_MAT\n\nME_READ_INFORECORD_MAT_ML\n\nME_READ_INFORECORD_SUPPLIER\n\nME_READ_INFORECORD_SUPPLIER_ML\n\nME_SELECT_EKORG_FOR_INFORECORD\n\nBAPI_INFORECORD_GETLIST Display Purchasing Info Records\n\nreward if useful\n\nregards,\n\nAnji",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/1198971/problem-while-creating-a-new-track.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/5318365/cr-2008-sp1-redistributable-does%27t-include-the-sal.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00529-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Jan 07 7:59 PM\n\nI am trying to deploy a Crystal Reports application which utilizes the Salesforce.com driver. The application works fine on my development machine (which has Crystal Reports 2008 installed) , but it does not work on the server (which has the Crystal Reports 2008 redistributable installed).\n\nUsing the modules.exe tool I found that the server does not have the crdb_sforce.dll nor the crdb_sforce_res_en.dll installed. It looks like the server has all the other crdb_* drivers installed, except crdb_universe* and crdb_xml*.\n\nHow can i get the Salesforce.com drivers installed on the server?\n\nThanks in advance!\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nPlease re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Adam,\n\nPlease go through this link for info\n\n[http://www.businessobjects.com/product/catalog/crystalreports/# ]\n\nCrystal Reports 2008 is integrated with Salesforce driver.com driver.\n\nYou can download latest service pack from [here|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm]\n\nRegards,\n\nShweta\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nI have already installed the redistributable for Crystal Reports 2008 SP1 - https://smpdl.sap-ag.de/~sapidp/012002523100011722132008E/cr121_redist_install.zip\n\nMy issue is that this redistributable does not include the Salesforce.com driver. It appears to contain the others that are included in the full install of Crystal Reports 2008, it just omits the Salesforce.com driver.\n\nWhy would i close the thread when my questions has not been answered?\n\nI can't go around installing a full version of CR 2008 on everymachine that is going to run my Crystal Report application. That's what a redistributable is for, so other machines can run applications built on CR technology without having a full install of CR.\n\nMy problem is that the redistributable is incomplete. Was it a conscious decision by BusinessObjects or an oversight to leave out the Salesforce.com driver from the redistributable package? All the other drivers are there, why not the Salesforce driver?\n\nHi,\n\nDid you try patching the CR 2008 service pack to 5 or any latest version? Try the latest service pack to detect the SalesForce driver.\n\nRegards,\n\nClint\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nI have overlooked the version i thought CR XI anyways, please try to check the compatibility regarding redistributable if it supported, I have only seen the CR 2008 but not the redistributable .\n\ntry this https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm\n\nRegards,\n\nClint\n\nEdited by: clint pow on Jan 8, 2009 8:57 AM\n\n| User | Count |\n| --- | --- |\n| 58 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/8105503/how-to-get-an-ufl-into-crystal-reports-2008.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Feb 08 10:41 AM\n\nHello,\n\nI created an UFL in Visual Basic, built .dll, registered it successfuly with RegAsm and added to GAC. Yet I still can't see the functions in Additional Functions.\n\nDLL source code:\n\n\n\nPublic Class Class1\n\nPublic Function UFLTest1() As String\n\nUFLTest1 = \"Hello\"\n\nEnd Function\n\nPublic Function UFLTest2(ByVal sVal As String) As String\n\nUFLTest2 = \"Hello, \" & sVal\n\nEnd Function\n\nEnd Class\n\nIn VB project properties, Make assembly COM-visible is checked. .NET framework 3.5 has been used. I copied the .dll to directory c:\\Business Objects\\BusinessObjects Enterprise 12.0\\win32_x86\\ and registered by RegAsm from there (and added to GAC).\n\nAny idea what can be wrong ?\n\nThanks,\n\nJakub\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nOk seems the problem is the whole Visual Basic .NET custom function library (u2lcom.dll) is missing in the list of custom functions, which is being discussed in many threads with no helpful result. Any hint on that would be helpful.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nOk, solved it.\n\nIf anyone fights with writing UFL, check [Microsoft MSDN|http://msdn.microsoft.com/en-us/library/ms227603%28v=VS.90%29.aspx] and follow it step by step (and I mean STEP BY STEP, any single checkbox missed and it's not gonna work).\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 9 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4522185/sdm-not-accepting-password.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Jul 31 10:51 AM\n\nHi All,\n\ni am trying to deploy my WD Application i am using sneak preview . I is not accepting the given SDM password which is an administrator.\n\nIt is showig the folowig error.\n\nCannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool. For more information, see SAP note 701654.\n\nI don't have access to SMP notes. So could anyone help me out in this regard.\n\nI have also tried by changig my administrator passowrd. But its is nnot working.\n\nplz help me to resolve the issue.\n\nThanks in advance!\n\nBhavyasri.M\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\ndefault password expires on first logon. you need to set it back to the prior password again.\n\n1) go to http://:500/useradmin\n\n2) log in as administrator\n\n3) change password for administrator & SLDDSUSER\n\n4) put dummy password here, save and log off\n\n5) re-login again with each user, the password expires for first time, here, enter actual password.\n\n6) if still not working, change the password of secure store as santhosh described.\n\nnikhil\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Bhavyasri,\n\nIf you had changed the admin password you need to update the same in Secure Storage as well using config tool.\n\nFollowing is extract from SAP note 701654\n\nUse the Config Tool to change the entry in secure storage as follows:\n\n1. Start the Config Tool.\n\n(Execute \\configtool\\configtool.bat.)\n\n2. Select the secure store node.\n\nThe configuration for the secure storage in the file system appears.\n\n3. Select the admin/password/ entry.\n\n4. Enter the administrator user's new password in the \"Value\" field and choose \"Add\".\n\n5. Choose \"File\" --> \"Apply\" to save the data.\n\nNote: Contrary to the message that appears, you do not need to restart the server or cluster for this change to take effect.\n\n6. Finally restart SDM server\n\nLet me know if this solves ur problem\n\nCheers,\n\nSanthosh\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/6237569/problem-with-sales-set-in-ecc-60.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Jul 14 2:05 PM\n\nHai Guys,\n\nI am having a problem on having a Sales Set. We have two company codes.\n\nI am creating the sales set by the following steps.\n\n1. Create an article, (type: Sales set instead of single article) and in the Basic Data, click the components button, in the subsequent screen entered the component articles and the qty.\n\n2. After listing that Sales set article to the desired sites, I am creating the sales set article using the movement type 317 in tcode mb1b.\n\n3. In my inventory, the component's stocks are reduced and the stock of the Sales set article is increased.\n\n4. Once the Sales is made for the Sales set article, and PGI is done, the system reduces the stock of the Sales stock and no changes is made to the remaining component article stocks.\n\nHere is where I encounter the issue.\n\nIn one of the company code, this is working fine.\n\nBut in the another company code's sites, when I do the PGI for Sales Set article, the stock of the Sales Set remains the same but the component articles' stocks are reducing.\n\nI am startled to find the unusual behavior. Does it has anything to do with the site profile or any other MM customizations?\n\nHad anybody come across this kind of issues previously? Can anybody help me in this aspect?\n\nRegards,\n\nMaheshwaran. I\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nno replies still.. so closing\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 9 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4934048/row-selection-on-table-control.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Oct 17 2:28 PM\n\nHi All,\n\nI have a requirement wherein i need to display 2 screen navigation.\n\nThe first screen contain selection parameters and based on that selection parameters data get displayed in second screen. The second screen contain table control wherein i have displayed fields from custom table.\n\nThe requirement is that if internal table is not initial then data should be displayed on table contol in display mode. The table control contain one selection field. When user select one of line on table control then table control must be changed from display mode to change mode and allow user to change existing data .\n\nNow problem is i am unable to change table control from display mode to change mode.\n\nplz help me out.\n\nThanks & regards,\n\nParag\n\n2008 Oct 17 9:21 PM\n\nHi Parag, you can change the atribute of a table control using Loop at screen, also you can add words to the fiels to control the behavior or filter by the fields names.\n\nLOOP AT SCREEN.\n\nIF screen-group1 = 'CRE'\n\nOR screen-group2 = 'CHG'.\n\nscreen-input = 1.\n\nIF screen-group3 = 'REQ'.\n\nscreen-required = 1.\n\nENDIF.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nVery important here, this have to be include in the PBO into the table control loop.\n\nPBO\n\nLOOP AT t_itab\n\nWITH CONTROL tc_XXXX\n\nCURSOR tc_XXXX-current_line.\n\nMODULE tc_status. \" here you include the code above\n\nENDLOOP.\n\nRegards\n\nAlexis\n\n2008 Oct 17 2:43 PM\n\nHi Parag,\n\nPut one FCT code for the table line and use the following code may help you..\n\nIn PBO\n\nCASE SY-UCOMM.\n\nWHEN 'CODE'. \"FCT code\n\nLOOP AT SCREEN.\n\nIF SCREEN-NAME = 'ZORMA-YIAMN'.\n\nSCREEN-INPUT = 0.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nLOOP AT SCREEN.\n\nIF SCREEN-NAME = 'ZORMA-YIAMQ'.\n\nSCREEN-INPUT = 0.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nLOOP AT SCREEN.\n\nIF SCREEN-NAME = 'ZORMA-YIAME'.\n\nSCREEN-INPUT = 0.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nENDIF.\n\nENDCASE.\n\nIn PAI\n\nCASE SY-UCOMM.\n\nWHEN 'CODE'. \"FCT code\n\nLOOP AT SCREEN.\n\nIF SCREEN-NAME = 'ZORMA-YIAMN'. \"field which has to\n\nSCREEN-INPUT = 1.\n\nSCREEN-ACTIVE = 1.\n\nSCREEN-OUTPUT = 1.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nLOOP AT SCREEN.\n\nIF SCREEN-NAME = 'ZORMA-YIAMQ'. \"field which has to\n\nSCREEN-INPUT = 1.\n\nSCREEN-ACTIVE = 1.\n\nSCREEN-OUTPUT = 1.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nLOOP AT SCREEN.\n\nIF SCREEN-NAME = 'ZORMA-YIAME'. \"field which has to\n\nSCREEN-INPUT = 1.\n\nSCREEN-ACTIVE = 1.\n\nSCREEN-OUTPUT = 1.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nendcase.\n\nTry this logic else revert me back i will try to help you coding with some other.\n\nCheers!!\n\n2008 Oct 17 9:21 PM\n\nHi Parag, you can change the atribute of a table control using Loop at screen, also you can add words to the fiels to control the behavior or filter by the fields names.\n\nLOOP AT SCREEN.\n\nIF screen-group1 = 'CRE'\n\nOR screen-group2 = 'CHG'.\n\nscreen-input = 1.\n\nIF screen-group3 = 'REQ'.\n\nscreen-required = 1.\n\nENDIF.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nVery important here, this have to be include in the PBO into the table control loop.\n\nPBO\n\nLOOP AT t_itab\n\nWITH CONTROL tc_XXXX\n\nCURSOR tc_XXXX-current_line.\n\nMODULE tc_status. \" here you include the code above\n\nENDLOOP.\n\nRegards\n\nAlexis\n\n2008 Oct 21 5:53 AM\n\nhi,\n\nCreate a group which contains all your fields in table control\n\nwhich you want to enable. For creating group, go to screen layout, double click on any field and mention the group name in first box, let say 'G1'. similarly mention the same group name 'G1' for every field in table control.\n\nNow in PBO create a module , let say 'Activate' and put this code inside it.\n\nmodule activate.\n\nIF < YOUR CONDITION >\n\nLOOP AT SCREEN.\n\nIF SCREEN-GROUP1 = 'G1'.\n\nSCREEN-INPUT = 1.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nENDIF.\n\nENDMODULE.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/3930636/text-copy.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Apr 16 9:13 PM\n\nTo copy the text from delivery to invoice I created a new text type for invoice for eg: Z004 and assigned an access sequence say 501 which basically has ID: VBBP and text type of delivery/sales order Z002. Am I doing right? Becos it gives me an error saying text ID Z004 already exists. Enter new text ID. And the text from delivery is not copied to invoice. Any suggestions?\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nYou must have maintained the same Text Id for another document type like SO, Delivery...\n\nSee TCODE VOTXN.\n\nThanks,\n\nMandar\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nNo need to create a new text id. You can use the same text id from delivery.\n\nFor e.g. if you have created Z004 in delivery\n\nIn TCODE VOTXN\n\nText Object VBBP\n\nGroup for: F (Billing Item)\n\nChoose text procedure 04 (Billing Item)\n\nadd the text id Z004 in the text procedure. Give the sequence and the Access Sequence. (Can be same as what you have used for Sales Order to Delivery)\n\nLet me know if you want more information.\n\nRegards,\n\nMandar\n\nYes this is what I have done, and what this does is copy the text to both delivery and invoice, and you come back to sales order and change any text then it reflects in both delivery and invoice, but if you change any text in delivery that doesnot reflect or copy to invoice. What shud I do? Thanks.\n\nHi umakanth\n\nAs text is getting copied from the sales order wat ever matter is there in sales order that will be copied to delivery and billing\n\nBut if a relavent header / item texts exists in the reference document header / item then that text is copied to the reference header/ item document\n\nIf any changes are made in the 1st document then in the 2nd document also it will be changed\n\nSo any changes in the 1st document will not affect the 2nd document\n\nText that is copied from the document(OR) to the next document(LF) remains unchanged\n\nYou asked the importance of the 4things it is in your answered question umakanth about the text is obligatory etc\n\nRegards\n\nSrinath\n\nRegards\n\nSrinath\n\n| User | Count |\n| --- | --- |\n| 119 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/10031858/shortfall-of-27-days-against-remaining-shelf-life-.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2013 May 27 10:36 AM\n\nDear all,\n\nWhen I am reversing production order confirmation one of component is sitting in COGI due to-Shortfall of 27 days against remaining shelf life in current item (180 Day )\n\nIn material master settings are-\n\nIn batch detail for that material is\n\nCan you please explain why this error is not comming at GI & why it is comming in reversal of GI.\n\nHow to solve this issue.\n\nRegards\n\nAlly\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nSAP checks the minimum remaining shelf life only for the plant and movements that are customized for this check in OMJ5,\n\nAs a reversal of goods issue creates stock, it is probably customized to make sure that this happens in compliance with the requirment for minimum remaining shelf life.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nokay, then it checks as well with 261.\n\nwhen did you actually do the goods issue?\n\nIn general I would say that your batch has enough remaining shelf life , thats why you probably saw not message for the goods issue.\n\nWhat I do not see in your screens shots is the posting date of your reversal, or any manual entered manufacturing / shelf life date for the reversal.\n\nthe other alternative is to change your customizing temporarily to not check for the reversal movement 262\n\nyour system setting is just logic, you want prevent to create stock (goods issue reversal is creating stock too) that is not in compliance with your requirments.\n\nUnfortunately this affects such cancellations too.\n\n262 is a cancellation, so you just have to discuss your design again. if it is so like it was wanted, then you have this unsolvable conflict, or you need to switch of this check for cancellations and only check real receipts.\n\nCheck the SLED check settings for the movement types (OMJJ)\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/12611203/how-to-remove-inherited-privileges-assigned-to-an-.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00229-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2016 Sep 26 12:13 PM\n\nHello experts,\n\nCan you kindly let me know how to resolve this issue.\n\nPrivileges are mapped with an enterprise role. and this role is assigned to an Identity and all priv's were in ok status.\n\nLater the privileges are removed from the Identity and even the role has been removed from identity, and the inherited privileges are still in ok status and not getting removed.\n\nNo orphan and no direct assignments are available and mcditry column is also 0 and in mxiv_dirt_mskeys the count of records is 0\n\nKindly please suggest how to proceed further\n\nRegards,\n\nDP\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDear Experts,\n\nDo i need to set these the user mskey as dirty entry using uIS_SetDirty and then try to run reconcile dirty entries\n\nRegards,\n\nDP\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/13763541/combining-datasets-in-the-model-from-a-single-rela.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00216-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2022 Nov 23 3:15 AM\n\nHi all,\n\nWould like to know how I can link or create joins between dimensions and facts imported from a relational DB (Netezza) given that the database contains dimension tables and fact tables with common keys. I have checked the 'combine datasources' feature at the model level and the 'link dimensions' feature at the story level in SAC. While the former allows linking between different datasources, the latter allows linking between dimensions from different models. I could not find a way to link a dimension and fact from the same datasource at the model level.\n\ncould anyone please provide the answer/suggestions.\n\nRegards,\n\nMadhu\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/5888220/workflow-development-methodology---new-to-workflow.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Apr 29 5:00 PM\n\nHello,\n\nI am new to Workflow and I've been assigned a development on Workflow. Here is what the Requirement is.\n\n1. There is a Custom Screen in which user will enter the G/L Account details such as G/L Account Number, Chart of Accounts & Company Code along with the Other details required to Create a G/L Account.\n\n2. Now, once the User Clicks on the CREATE button, I am using a Function Module SAP_WAPI_CREATE_EVENT to Raise an Event which I've defined in a Custom Business Object.\n\n3. The Requirement is to Trigger the Workflow and upon Approval, to Create a G/L Account using FS00\n\nTransaction.\n\n4. As far as I know, Configuration is Complete in SWU3 T-Code.\n\nCan someone please give me a Step by Step procedure to Create a Custom Workflow with T-Codes\n\nand Steps?\n\nThanks and Regards,\n\nVenkata Phani Prasad Konduri\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\n1) I think for your requirement std. workflow will be available.\n\n2) Correct using this Function Module ( SAP_WAPI_CREATE_EVENT ) we can trigger event, Refer this [Link|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e06f2480-02de-2a10-72af-eed9a513a6c6]\n\n3) As you mentioned SWU3 T-Code has to configure before you create the workflow, refer this [Link1|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9945] [original link is broken] [original link is broken] [original link is broken]; & [Link2|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5889] [original link is broken] [original link is broken] [original link is broken]; check you configured correctly.\n\n4) In the T.Code SWDD we can Create & Modify the Workflow\n\n5) Refer these [Link1|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0bbdb3c-d640-2a10-d3b2-e4d9b90536a6] [Link2|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0cef150-e18d-2a10-e998-f16f7ec1cd9f] [Link3|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30488d68-8451-2a10-d993-bb36e56a1dc8] [Link4|http://help.sap.com/printdocu/core/print46c/en/data/pdf/PSWFL/PSWFL.pdf] & [Link5 |https://wiki.sdn.sap.com/wiki/x/0qo] to build the custom workflow.\n\nRegards,\n\nSurjith\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello,\n\nThere's no need for a step-by-step procedure. First look for a standard workflow that's closest to what you want, copy it, and modify. If you run into problems, then ask questions here.\n\nregards\n\nRick Bakker\n\nHanabi Technology\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 55 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/3588948/reporting-requirement.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00377-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Feb 06 1:57 PM\n\nHi all,\n\ni am working on queries.i hve to calculate a KF called Buiness outlook.The calculation like below..\n\nBusiness Outlook is a calculated key figure in the current year. Previous months Invoiced Sales, current month to Month +2 / +5 / +11 Plan, Month 3/6 till end of year Sales Targets.\n\nnow the problem is, if the current month is NOV or Dec then we can't give Targets. we can't use next year's targets.\n\ncan anyone tell me how to calculate..\n\nThanks in Advance....\n\nmadhu\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nPut the calculated KF in a restricted kf and exclude Nov and Dec.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/8884489/dataloading-in-qa-system-after-refresh-.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00529-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Nov 28 8:11 PM\n\nHello Experts,\n\nwe had a refresh last week and now we need to full load data to QA system cubes. I am new to bw loading and needs to understand how this process works.\n\nI have been told to delete old request and start full load, is it enough ? How to load full load data ? How to delete delta setups ? Do we need some update in ECC ? Is there any best practices or Checklist ? Please provide general step by step procedure, to load full data to DSO after Refresh (from ecc to bw).\n\nPlease share you knowledge and experience.\n\nMany thanks in Advance.\n\nSunil\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nSunil-\n\nYou will not achieve guidance on a forum to what is a very specific business process that is unique to each business. Find a mentor in your firm and learn from them how they do it.\n\nEvery firm handles their data loads differently. They may use similar processes, but there will be enough unique settings that a general tutorial will cause you problems. For example:\n\nMy company uses process chains. But many infocubes use delta processes. To restart the delta is a grossly manual process, and requires execution of a program to 'clean up' the delta. (OSS note 852443).\n\nThis is just one of the possibilities.\n\nGood luck. The lengthy journey to knowledge is the more worthy one.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 8 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/7359775/problem-in-portal-session-time-out.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2010 May 24 1:47 PM\n\nHi All,\n\nCurrently we have set the session time out for portal as 30min.\n\nIts working fine.\n\nNow the problem is, even though someone is working on iview(of type web dynpro java applciation ) in the content area, the pop-up appears for time out.That means it is not considering any event or activity on content area.\n\nHow to resolve this issue.\n\nAny suggestions?\n\nThanks in advance.\n\nSumangala\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nI hope you are following the customization as suggested in the blog. When the masthead is refreshed, which means the entire page is refreshed the timer running in the masthead is reset and the count starts from the scratch. But if you are working in the content area, the masthead is not refreshed and as a result, the timer keeps on running. Once it reaches the final count, the popup appears even though the user is busy working in the portal.\n\nRegards,\n\nGanesh N\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/3352714/drop-down-by-key.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Dec 11 8:17 AM\n\nHi\n\nI am using dropdownbykey UI element in my WDA,\n\nactually my doubt is while testing the application the dropdown box is displayed with a blank value as default and the values are displayed only if i press the button in the dropdown,\n\nI want to make the drop down to display some value rather than a blank one initially.\n\nCan anyone help me how to do???\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nyou can do two things:\n\nselecting a default value\n\nor delete the initial line in the value set: documentation\n\nget the valueset table, delete initial line and set it back\n\ngrtz,\n\nKoen\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi tamilselvank ,\n\nAs you must have binded the selectedKey property of the DDK with context node attribute , In the init method of the view set this node attribute with the key value you want to make default.\n\nRegards\n\nAmol\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 58 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/1148297/basic-doubt.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/13567378/net-installer-hresult-0x800c000e.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2022 Jan 22 4:19 AM\n\nI have a deployment project for a .NET desktop application that has \"Crystal Reports Runtime Engine for .NET Framework\" as a prerequisite. I have Crystal Reports for Visual Studio 13.0.31 installed. When I run the setup.exe file for my application in a VM with Windows Server 2016 Standard as the operating system, I get the following error:\n\n\"An error occurred when downloading the following resource: http://downloads.businessobjects.com/akdlm/cmetruntime/clickonce/CRRuntime_32bit_13_0_31.msi\";\n\nIt refers me to a log and the last few lines are:\n\n\"Downloading files to \"C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\VSD5939.tmp\\\"\n\n(1/21/2022 7:45:32 PM) Downloading 'Crystal Reports for .NET Framework 4.0\\CRRuntime_32bit_13_0_31.msi' from 'http://downloads.businessobjects.com/akdlm/crnetruntime/clickonce/CRRuntime_32bit_13_0_31.msi' to 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\VSD5939.tmp\\'\n\nDownload completed at 1/21/2022 7:45:34 PM\n\nDownloading failed with HRESULT=-2146697202\"\n\nThat HRESULT is 0x800c000e in hex and means \"A security problem occurred\". This happens when I am a Windows user with administrative permissions, including when I am logged in as Administrator. I have full control over the folder where the download is to take place.\n\nI downloaded the redistributable MSI file for CR 13.0.31 and I can run it and it installs successfully in the same VM.\n\nWhat is causing this error when my setup program tries to download the CR installer and how do I fix it?\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Nancee,\n\nLook at the link, it's a zip file:\n\nhttps://origin.softwaredownloads.sap.com/public/file/0020000001250312021\n\nUse Google and search for this KBA:\n\n2886737 - .NET ClickOnce deployment no longer working from SAP downloads for Crystal Reports for Visual Studio\n\nRules changed and we had to add a unique file ID to the end of the name\n\nTo see which one you need go here:\n\nhttps://origin.softwaredownloads.sap.com/public/site/index.html\n\nYou can mouse over the links to get the path and then append the file name in either zip or MSI extension.\n\nFYI - click once has both 32 and 64 bit MSI packages, CR runtime is for your app platform and not the OS so if you set the compiler to x86 you only need to x86 MSI package and same for X64, don't use AnyCPU unless you support both.\n\nDon\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/8075767/move-configurable-area-above-another.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00216-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Jan 27 4:49 PM\n\nIn the CRM 7.0 WEB UI if you click the little button to modify a page like the contacts page.\n\nThen it allows you to select a \"Configurable Area\". And then you can click the configurable area to modify it.\n\nAll I want to do is move a configurable area above another configurable area.\n\nIs this possible?\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Jon,\n\nnext to the icon to configure a configurable area is another icon, which allows to configure the overview page. There you can change the positions of the different areas.\n\nregards Martin\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nMartin,\n\nI am aware of that icon however that is only to move the entire sub assignment blocks around.\n\nI have in the top area three sections like so:\n\nhttp://screencast.com/t/NJvzhmkaul9\n\nSo I want to move one config area above the other. See the screen shot.\n\nShobhit I click on Runtime Repository Ediitor\n\nand I see viewsets\n\nI expand this and select BP_CONT/ContactViewSet\n\nSo Now I see 4 different view areas...\n\nI see details, employee (BP_CONT/SalesEmployee), Home (BP_ADDR.BP_ADDR/StandardAddressWindow, and Notes...\n\nSo what I want to do is just move the Home viewset above employee but I dont see a way to do that ?\n\nHere is a screenshot of what I am talking about\n\nhttp://screencast.com/t/I2UDfSsxxkd\n\nI cannot drag and drop...it wont let me.\n\nI am in the component\n\nIn the view set\n\nwhat am I dragging and dropping?\n\nShobhit, when you give answers can you please be a bit more detailed?\n\nI want to keep both viewareas home and employee I can see that I can drag the view but I dont want to do that I want to move the entire view area of Home before the view area of employee.\n\nEdited by: Jon Hermiz on Jan 28, 2011 5:23 PM\n\nCheck the changes in the images, you need to move the view in the view area.\n\nhttp://tinypic.com/r/2hgd08p/7\n\nRegards,\n\nShobhit\n\nShobhit,\n\nThis appears to be a sloppy solution.\n\nIsnt there a way then to rename the view, because the image you posted now is misleading if someone where to look at the viewsets. They would see a view called Employee with address data and aview called home with sales employee data.\n\nThis is a bit strange by SAP.\n\nSorry shobhit I am fairly new to CRM so I was feeling a bit scared to just remove a view area. I've never messed with the view sets. Telling someone to use your brain is probably not the right thing to do though. This is a community that SAP has put together to help us all. We (the forums) are a stepping stone to help the newcomers and people who need help. We should not say things like \"Use your brain\" or \"figure it out on your own\". That is the whole purpose of a forum. I have reported it as abuse so please watch your language.\n\nHi Jon,\n\nI do know the purpose of this forum and also the need to help people out here that is why i am taking out time to help others while doing my own job as well. I think you should appreciate someone's effort for this if not then atleast shouldn't use words like \" a sloppy solution\".\n\nPeople come over here to fulfill their requirement, problems and for help and we as members are not owners of SAP to fix out the bug or suggest the accurate and quality solution. People over here many times provide multiple solution for single issue You have to decide which is the best suitable answer as per your requirement and should be thankful to everyone who took their time to help you, you cannot demand or taunt someone for the Perfect solution.\n\nI think you should have read my whole sentence + \"use your brain to do some experiments to learn\" + the only thing which i want to suggest using those words was that you have to play with the application to learning many things since there any no standard or good documents available hence experiment are the choice left to us to fix some of our requirements.\n\nYou should not be scared to change those things as if you try to change any SAP standard objects it will ask for developer or access key,unless you do something how you will learn.\n\nAnyways, all the Best.\n\nRegards,\n\nShobhit\n\nShobhit,\n\nMaybe it was a misinterrpretation on my part. But I've noticed a lot of your answers to others are very similiar.\n\nVery short without providing good solutions its almost as if you are just trying to gain points. Remember in the end points don't necessarily mean much. You cannot turn your points into the IRS and expect some sort of refund.\n\nMy suggestion was that when you do try to answer, try to be detailed, and give specifics, you leave the reader all the more confused when you give them these one liners that are misspelled or don't make much sense (I know you are trying to work from memory).\n\nIt's nice you provide a lot of help, in fact you've helped me in the past. But you just don't tell people to \"Use their brain...\".\n\nIn my reply about a sloppy solution, was the fact that you've put a viewset into a viewarea that do not make sense (in this case we put address information in a viewheader called salesemployee). Remember I didn't know you can just randomly add these view areas, I was a bit scared to delete or re-add thinking it would have an affect on the entire view area. But now I learned, from you in fact, that this is possible so thank you for that.\n\nI've marked the thread as answered.\n\nEdited by: Jon Hermiz on Jan 28, 2011 7:55 PM\n\nHi,\n\nYes you are correct points wont turn into refunds its just shows your contributions, i do help because people help me in my need so do i. Forum members are real people who at the same time do their job also, most of the time people used to just see the thread title and if they think they know something related they reply with some approach or solutions or even some other related posts.\n\nIf someone has a free time they might read the whole question and try to give the exact or best possible solution. I'm also working here on CRM changes with lot of work, i cant put everything stepwise even when i myself is busy in some of my production issues but if i know the real full or good solution at that time i do mention in detailed steps otherwise i will provide some approach which i do most of the time as you have checked & mentioned but sometime people use it affectively if they can to solve their issue\n\nCheck the thread [http://forums.sdn.sap.com/thread.jspa?threadID=1880602&tstart=0] maybe sometime i used to provide detailed sol as i said.\n\nStill i'm learner over here & try to help people with my little knowledge or whatever i know till i can and if i have the time.\n\nThanks,\n\nShobhit\n\nThank you guys for playing nicely eventually. If there is an issue like this again, please take this up with a moderator or SCN admin team instead of turning this into bickering argument in the thread.\n\nThat being said some of the language used in both back and forth responses was a little too harsh in both cases. Let's try to avoid name-calling as needed.\n\nThank you,\n\nStephen\n\nCRM Forum Moderator\n\nTo any new comer here is the resolution in a step by step format:\n\nSteps To Resolve Issue\n\n1. Determine which component (use the F2 Key on the UI)\n\n2. Determine the viewset to do this there is a button u201CShow View Locationu201D on the bottom of the F2 technical data window.\n\n3. Go into the component workbench, transaction BSP_WD_CMPWB\n\n4. Enter for instance BP_CONT (the component)\n\n5. On the left side click the button Runtime Repository Editor\n\n6. Expand Viewsets\n\n7. Ensure you are in edit mode\n\n8. Now you can go to the view set BP_CONT/ContactViewSet (you got this from step 2 above)\n\n9. Now just drag and drop one view into a view set and move the other view into another view set.\n\nIn my case we just moved the viewset that was inside the viewarea employee with the viewset that was inside the viewarea home.\n\nYou can also create a new view area and move the viewset to this view area. To do this simply right click the viewset and select \"Add View Area\"\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Jon\n\nI have a similar requirement, in the screen shot you provided via link there is a Notes section at the bottom of the view.In our case we do not have /need the Business Development manager area so there is some real estate which is free to use.\n\nWe want to use this space to fit the Notes section there, we want to make the width of notes section shorter so that it fits in that area.\n\nDo you have any idea on how to go for this ?\n\nThanks\n\nSwapnil\n\n| User | Count |\n| --- | --- |\n| 16 |\n| 5 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/13028849/create-native-ios-application-to-connect-with-sap.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/9192108/flat-aggregates.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2012 Mar 28 6:23 PM\n\nThis question is Not Answered.(Mark as assumed answered)\n\nsheela agarwal Mar 28, 2012 4:53 PM\n\nHello friends,\n\nI searched for Flat Aggregates,i get different answers...\n\nWhat i understood with SCN.SAP is...\n\nfor example we have 1 cube with 4 dimensions like..\n\nDim1-->>CHAR1,CHAR2,CHAR3\n\nDim2--->CHAR4,CHAR5,CHAR6\n\nDim3-->CHAR7,CHAR8,CHAR9\n\nDim4-->CHAR10( it is a line item dimension)\n\nAnd now if we create an Aggregate with name AGGR1\n\nAGGR1 -->\n\nDim1: CHAR1\n\nDim2: CHAR2\n\nDim3: CHAR3\n\nDim10: CHAR10 is this a FLAT AGGREGATE???? If so how many characters can we have in a Flat Aggregate??\n\nPlease correct me iam wrong and in which scenario we go for Flat Aggregates?\n\nPlease explain me and pls dont suggest me the SDN links.\n\nThanks & Regards\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Sheela,\n\nYes, the aggregate created in your case will be a Flat Aggregate as each dimension in it has only one characteristic.\n\nWhen you have less than 13 components, each will be allocated to one dimension by default. These aggregates are called Flat aggregates.\n\nThis works similar to cube with Line Item Dimension.\n\nRegards\n\nChandu\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Sheela,\n\nAs our friends said, Flat Aggregates are nothing but a dimension with single component/characteristic.\n\nLine Item: This means that the dimension contains just one characteristic,this indicates that it doesn't maintain any dimension table; the SID table for the characteristic plays the role of the dimension table.\n\nWhen to go for Line Item:\n\nWhen dimension has a high cardinality.\n\nHigh Cardinality : When the characteristic has more number of distinct values then it is called as high cardinality.\n\nDimension has a high cardinality when the number of entries is at least 20% of the fact table entries.\n\nExample for Low cardinality is SEX: Male or Female i.e., only 2 distinct values.\n\nHope it helps.\n\nRegards,\n\nAnand.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThanks friends,\n\nBut Aravind,Chandra and Ravi i have a question here.\n\nI am creating an Aggregate with less than 15 characteristics so each dimension will have 1 characteristis.My question is how we create a different Dim for an Aggregate and assign more than 1 character to that Dimension?\n\nPls iam little confused.\n\nThanks.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nWhen you defien an aggregate, you typically create an aggregate with several characteristics, not just one. If you have queries that actually report on only one characteristic, then an aggregate with just that characteristic would make sense. You create your aggregate with just the characteristic(s) that are used in just one or a few of your heavily used queries.\n\nIf your aggregate has 16(with 3 sap defined dim) or fewer characteristics in it, the BW will make the dimensions line item dimensions - you have no say in it, it is what the BW will do. Only one aggregate will be created.\n\nIf you look at the aggregate fact table, you would see SIDs for the characteristics instead of DIM IDs.\n\nRegards,\n\nAravind.\n\nHi,\n\nWhat ur example is an flat aggregates.\n\nFlat Aggregates\n\n‹ If an aggregate has less then 15 components, each component is put into a\n\nseparate dimension (“Flat Aggregates”)\n\n‹ The dimensions (except the package and unit) are marked as “Line Item”\n\n‹ Flat Aggregates are filled / rolled up without loading the data into the\n\napplication server (performance gain)\n\n‹ Line item / high cardinality dimensions already specified in the InfoCube are\n\nalso used for aggregates for corresponding dimensions (also for non-flat\n\naggregates)\nRegards,\n\nAravind.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHI\n\nIf u use all the dimension in the aggregates with one characteristic in it just like a line item dimension in a basic infocube , then it is called as Flat aggregates.\n\nHope u got it,\n\nRegards,\n\nRaviChandra\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 55 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/10898020/nothing-is-displayed-in-view-layout-in-web-dynrpo-.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00377-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2014 May 09 7:45 AM\n\nhi ,\n\nIn my webdynrpo developing, i met a strange issue. When i create a view, and then double click the view to do further edit. I get below popup window that ask me to input id and password.\n\nafter i input that ,and got below and it has nothing displayed here and no any tools there available.\n\nAnd now, i have made the related change in host file, and also updated the relevant service in sicf.\n\nDoes someone has idea about this issue?\n\nThanks very much.\n\nRio\n\n2014 May 09 8:08 AM\n\nHi,\n\nyou arrive there in show-mode not in edit-mode and well, there is nothing to see yet, so it is empty.\n\nChange to edit-mode and you will see the elements bar on the left.\n\nRegards,\n\nClaudia\n\n2014 May 09 8:08 AM\n\nHi,\n\nyou arrive there in show-mode not in edit-mode and well, there is nothing to see yet, so it is empty.\n\nChange to edit-mode and you will see the elements bar on the left.\n\nRegards,\n\nClaudia\n\n2014 May 09 8:18 AM",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/6437544/1-graph-from-two-queries.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Aug 28 7:07 AM\n\nHi Guys,\n\nI have the following requirement :\n\nQuery1 : Incidents open this month\n\nQuery 2:Incidents close this month\n\nFor the above queries i need to create a Webtemplate : 2 tables from 2 queries + 1 Graph from two queries.\n\nIs it possible to get a single graph from two queries?If so can you enlighten me with the process please?\n\nCheers,\n\nStalin\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nI don't think it's possible to use 2 queries for one graph since you can only add 1 dataprovider. Why don't you just create a new query combining the two results?\n\nKind regards,\n\nAlex\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nIts not possible to show 2 queries in 1 graph.\n\nOr else , You can create one more query(query-3) with required fields whichever want to show in the graph. Remove unwanted fields in that new query-3.\n\nRegards\n\nPcrao.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi ,\n\nAs mentioned by alex please follow the steps below.\n\n1. Create a separate a query (Query3) based on your bothe queryies(Query1 &query2).\n\n2. In the webtemplate Insert table1,table2 and Graph and assign Query1 to Table1 , query2 to table2 and query3 to graph.\n\nif u folow the above steps u will get the require otput\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 55 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/13694086/india-withholding-tax-type-to-be-defaulted-in-invo.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2022 Jul 28 6:47 AM\n\nHello Experts,\n\nMy client is looking out to default the WHT code at invoice creation based on certain criteria/conditions. Is this possible in S/4 HANA public cloud through some substitution rules where we can put some conditions based on which the system will default the WHT codes during invoice processing.\n\nNote - The client has this requirement because they have some vendors who are subject to more than one WHT types. One vendor could be subject to either section 194C or 194D at the time of invoicing as an example. So they are looking for a option to be able to select the WHT type (at the invoice processing) based on the type of invoice issued to the vendor. Unfortunately this cannot be achieved as per standard , so I am looking for a workaround or a substitution way how it can be met.\n\nPlease help me with your valuable inputs.\n\nThanks\n\nShimul\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThe withholding tax is based on the Supplier master details. You cannot use a substitution but perhaps you could use a validation to issue messsage based on requirements.\n\nSee help.sap.com documentation on substitutions and validations. Substitution/Validation for Journal Entries\n\nsee also help.sap.com documentation on withholding tax\n\nand country specific requirements Withholding Tax Configurations\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 9 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/12591890/clbcs-strange-exception-cxoserror.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2016 Sep 13 10:41 AM\n\nI'm using some tried and tested code that I've built up over the years to send an email using the CL_BCS class. In one particular program the method SET_SEND_IMMEDIATELY has been raising an exception and I don't know why. The really strange thing is that the exception is being raised depending on the logged on user and if debugging is active:\n\nMy user - the email is sent successfully\n\nTwo other users - the exception is raised\n\nSame other users but debugging to see where the exception is raised - the email is sent successfully!\n\nSo this says to me it's some sort of timing issue. I can't see any difference between my userid and the ones that fail. I've copied one of these users and still have the same issue. All of this is occurring on my PC, so it's not a PC or SAPGUI problem.\n\nAs I can't reproduce the problem whilst debugging, all I can see is that the exception CX_OS_ERROR or CX_SYSTEM_ERROR is begin caught in method CL_SEND_REQUEST_BCS->SETU_ASYNCHRONOUS, and as it's not being caught into a reference variable I can't see any further detail. It's then propogated as CX_SEND_REQ_BCS with error type CX_BCS=>OS_EXCEPTION.\n\nIf I remove the call to method SET_SEND_IMMEDIATELY completely then the program short dumps with an uncaught exception CX_OS_OBJECT_NOT_FOUND during the SEND method - again this only happens for the two other test users and not my own.\n\nVery strange. As I said earlier it's code that I've taken from my own library and have used it many times before with no problem.\n\nAny suggestions on where to go from here?\n\nThanks\n2016 Sep 21 2:33 PM\n\nProblem solved - it was because there was a COMMIT WORK buried in a bespoke class that was being called after the BCS document had been created. It doesn't explain though why it consistently worked with one userid and consistently failed with another - they should have both failed.\n\nLots of points awarded to me.\n\n2016 Sep 13 12:36 PM\n\nHi,\n\ncan you share your code for better understanding?\n\nthank you!!\n\n2016 Sep 21 11:32 AM\n\nCode is as follows - I've stripped out error handling etc. that is irrelevant to the problem.\n\nTRY.\n\n* Create document\n\nlr_document = cl_document_bcs=>create_document(\n\ni_type = 'HTM'\n\ni_text = lt_body\n\ni_subject = 'subject' ).\n\n* Pass the document to the send request\n\nlr_send = cl_bcs=>create_persistent( ).\n\nlr_send->set_document( lr_document ).\n\n* Set Sender\n\nlr_send->set_sender( cl_sapuser_bcs=>create( sy-uname ) ).\n\n* Add Recipient\n\nlr_send->add_recipient( cl_cam_address_bcs=>create_internet_address( ) ).\n\n* Send email immediately\n\nlr_send->set_send_immediately( abap_true ).\n\nlr_send->send( ).\n\nCOMMIT WORK.\n\n* Email error\n\nCATCH cx_bcs INTO lx_bcs.\n\nENDTRY.\n\n2016 Sep 21 2:33 PM\n\nProblem solved - it was because there was a COMMIT WORK buried in a bespoke class that was being called after the BCS document had been created. It doesn't explain though why it consistently worked with one userid and consistently failed with another - they should have both failed.\n\nLots of points awarded to me.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/915631/use-fm-rsdriinfoprovread-for-different-cubes.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2005 May 24 7:58 AM\n\nHi,\n\nI'm working on a BW35 system and want to use FM RSDRI_INFOPROV_READ to read data from DIFFERENT cubes. This means that the parameter I_INFOPROV is not a fixed value but a variable. As consequence the itab E_T_DATA can have different structures as well.\n\nI know the structure of the itab should look like /BI*/V2 and I have tried FIELD SYMBOLS and the CREATE DATA statement, but I got stuck!\n\nHas anybody a source example or can anybody help me to declare the itab thus I can use it in a loop structure after the function module call?\n\nThanks in advance,\n\nPatrick van Os\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Patrick,\n\nyour create data statement should look like this.\n\ndata: l_dataref type ref to data,\n\nl_cube(30) type c.\n\nfield-symbols: type standard table.\n\nl_cube = '/BI*/V2'.\n\ncreate data l_dataref type table of (l_cube).\n\nassign l_dataref->* to .\n\nThis creates you a table of the structure of the cube. And as you do it with the variable l_cube the table will be of a dynamic structure.\n\nregards\n\nSiggi\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 56 |\n| 10 |\n| 9 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4958685/sales-office-values-linked-to-sales-org.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 22 2:28 PM\n\nHi,\n\nHow can I connect sales org to sales office and sales group in IT900? for example. If user selects Sales Org 001 then a list of Sales offices that are under that Sales org will only show. And then if the user selects a Sales Office 001 then a specific list will onlybe available for selection for the sales group.\n\nThanks in Advance\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi there,\n\nin SPRO --> Entriprise structure --> Assignmment --> SD --> Assign sales office to sales org, assign sales grp to sales office.\n\nThere you will find all the details.\n\nPls note that 1 sales org can have any num of sales office but 1 sales office can be assigned to only 1 sales or. Same with sales grp.\n\nRegards,\n\nSivanand\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nIn OVXM we assign sales office to sales area.\n\nOVXJ we assign sales group to sales office.\n\nE.g In sales order creation VA01 enter sales area, when press F4 in Sales office, system search for possible sales offices from OVXM.\n\nRegards,\n\nChandra\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 117 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/8656408/issue-in-creating-sales-doc-wirth-reference-contra.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00529-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2011 Sep 02 6:17 AM\n\nhi friends,\n\nmy requirement is to create a sales order with reference to contract.i had tried it by using bapi 'BAPI_SALESORDER_CREATEFROMDAT2' but i am getting message like this\n\nSales dcoument:\n\nS SALES_HEADER_IN has been processed successfully\n\nS SALES_ITEM_IN has been processed successfully\n\nW The sales document is not yet complete: Edit data\n\ni am getting sales document number but when am trying to open the docu i am getting error message saying that\n\nsales docu is not in database or has to be archived.\n\nplease share the valuable information if u have send me sample code.\n\nplease help.\n\nregards sravani.\n\n2011 Sep 02 6:34 AM\n\nHi,\n\ncall BAPI_TRANSACTION_COMMIT after your posting..\n\nRead FM documentation of BAPI_TRANSACTION_COMMIT..\n\nhope this may help you..\n\nRegards,\n\nRavi.\n\n2011 Sep 02 6:42 AM\n\nTHANKS FOR REPLY BUT I HAVE ALREADY USED THAT FM IN MY PROGRAM.\n\n2011 Sep 02 6:50 AM\n\nHi ,\n\nIt is happening because you sales order will not get the created using the BAPI till you have any warning messages/error message as you can see your data is incompete you need to pass the complete data for this ...Till the time warning issue is resolved you will not have the sales order created ...\n\nTry to craete a sales order munually see what is that you are feeding manually to remove the incompletion log and then pass the same data to BAPI ....\n\nYou should not have any warning or error as in background you do not have anyone to take a decision on that warning messages .\n\nThanks,\n\nAnjaneya .\n\n2011 Sep 02 6:55 AM\n\nHI Sravan,\n\n1) You are telling sales order created but not there in database.2) Instead of creating from report try to create from se37 directly and use bapi_transaction_commit as a sequence.Check like this and tell me what is the message you are getting.If still you any issue then i will send you the sample code.\n\nRegards,\n\nMadhu.\n\n2011 Sep 02 6:58 AM\n\nOn a lighter note ...\n\nThe sales order number getting generated does not mean sales order has been craeted ...\n\nThanks ,\n\nAnjaneya .\n\n2011 Sep 02 7:27 AM\n\nI AM GETTING SAME MESSAGES IN FM ALSO\n\nSALES_HEADER_IN has been processed successfully\n\nSALES_ITEM_IN has been processed successfully\n\nThe sales document is not yet complete: Edit data\n\nStandard Order 787 has been saved\n\nI AM USING ANOTHER BAPI 'BAPI_SALESORDER_CREATEFROMDAT1'\n\nI AM GETTING SALES DOC BUT IT I AM GETTING LIKE THIS\n\nContract 40000036 / 10 Archived\n\nI.E., MY DOC NUMBER IS NOT VISIBLE IN DATABASE.\n\n2011 Sep 02 7:37 AM\n\nHi Sravan,\n\nThis is not a issue. You are passing all data correctly. Please show this error to your sd consultant. They will give the solution.\n\nCheck this and post if need help.\n\nContract 40000036 / 10 Archived\n\nRegards,\n\nMadhu.\n\n2011 Sep 02 7:40 AM\n\nHave u tried creating sales order it manually ...with the same data ......i am sure you are getting incomplation log and edit data manually press on the edit data and see what is that you need to pass to create the order succusfully ....once you are able to do that please search the structure/place holder of your data in the BAPI pass that and then play ....You can also put a break point in the BAPI and check why are you getting this warning ....until unless you remove that ....you will not have the order .....",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/8781231/sending-pdf-file-through-proxy-and-using-ftps-as-r.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00216-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Oct 18 9:58 AM\n\nHi,\n\nI am having this problem with the configuration of the receiving channel.\n\nI have found some examples on how to send a pdf as attachment throught a proxy but am not able to figure out how to get this working with a ftps receiving channel.\n\nThe idea is to send a pdf from our server to a third-party system that uses ftps to receive this file.\n\nI read something about using a payloadswap but do not have any experience with this.\n\nIs it somehow possible to get this scenario runing or do i need to change the receiving side adapter.\n\nI would appreciate any suggestions to help me with this issue.\n\nRegards,\n\nMark\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nI have found how to use the payloadswapbean and it's saving the pdf correctly now.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi spantaleoni,\n\nThis is helpfull however it does not show how to deal with the issue i am having of sending a pdf file instead of a plain text file. I need to make a conversion at some moment to retrieve the pdf file from the message and save it using the ftps communication channel.\n\nThis part is troubling me the most.\n\nThanx anyway,\n\nMark\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi ganesh,\n\nThanx for your quick response, however i have allready looked into these examples and it did not provided me with the info i need.\n\nRegards,\n\nMark\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nYou can follow this wiki and reverse the flow direction from Proxy to FTP adapter.\n\nhttp://wiki.sdn.sap.com/wiki/display/XI/Step-by-stepFTPtoABAPProxy\n\nFor FTPS configuration, you can follow Raja's Blog:\n\nHi rond,\n\nplease go through below link..i hope this will help you\n\nhttp://www.saptechnical.com/Tutorials/XI/PDF/Index.htm\n\nregards,\n\nganesh\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/9443681/enhancements-in-interactive-scripting-in-crm-71.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00529-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2012 Jul 25 8:13 PM\n\nHi,\n\nI have a requirement regarding defaulting the country (to be pulled from the employee master) based on the user language before the start of the script. The script design is already in place and I have to do some kind of enhancement to default the country at the start of the script. I need to know, how exactly I can do this enhancement and where I should write the code. Will it be ABAP coding or JAVA? Are there some kind of BADIs for this? I am getting enough information from google regarding the interactive script editor and script designing, but I am getting none on the coding part.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello Anirban, could you find out how to do enhancements?\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 20 |\n| 4 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/2947605/ranking-order-for-incoming-payments.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Sep 12 10:07 AM\n\nHi,\n\nNow we have a situation. We are running the payment program for incoming payments.\n\nWe have two banks:\n\n1. Citi bank\n\n2. HSBC bank\n\nThere is no house bank data maintained in the customer master. Customers can make payments to any of these bank accounts. Now the customers made payments into HSBC (which is ranked 2).\n\nWhen we do the payment run, the program is applying the payments to CITI but we want it in HSBC.\n\nWe tried this by creating a new variant in DME for HSBC & it has no effect on the bank selection (as it is there to control the DME not the payment).\n\nNow we woould like to by pass the ranking order via automatic payment run.\n\nCan somebody help me with this?\n\nThanks & Regards\n\nRaghav\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nDefine the two Banks by two codes which can then be assigned to the customer accordingly. The program will pick the bank which is assigned to the customer.\n\nRegards\n\nSanil Bhandari\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nFor this you can create 2 payment methods and assign the to the customer.\n\nLike:\n\nA = CITI\n\nB = HSBC\n\nWhe you select A or B in your payment program it will be use the citi or HSBC bank.\n\nPaul\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/12920092/fiori-object-page-create-or-edit-key-field.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2019 Nov 27 3:01 PM\n\nHello,\n\nI created a Fiori List Report with ABAP, CDS, BOPF, I can Create, Delete, Update records without problems.\n\nIn my Object Page when I edit the records, I can edit the Key Fields in the screen.\n\nBut when I'm saving, the adaptations are not saved for the Key Fields.\n\nI thinks it's Ok, we can't change the Keys fields. I can live with that.Now I want to change the displaying of these Key fields, something like \"ReadOnly\" (gray out).\n\nBut If I use the annotation \"@ObjectModel.readOnly: true\" in my Business Object definition, when I click on \"Create\" the Key Fields are also in ReadOnly...My key fields must be available for creation and readonly for edition.\n\nIs it possible ?Regards,\n\nYouri\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHow you define @ObjectModel.readOnly: true, if you can share your code it will help to answer . Further check this blog as well.\n\nSolution found with annotation :\n\n@ObjectModel.readOnly: #('EXTERNAL_CALCULATION')\n\nAnd ABAP code in BOPF Determination \"ACTION_AND_FIELD_CONTROL\".Regards,\n\nYouri\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nUse annotation \"Core.Immutable\" !\n\nFrom documentation:\n\n\" If a property is annotated with `Core.Computed true`, it is always displayed in a non-editable way. `Core.Immutable` has the same result in edit mode, but in create mode the property is editable. \"\nkr,\n\nPierre Godart\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Youri,\n\nDid you found any solution? I've exactly the same request.\n\nKind regards,\n\nJan Willem\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nI define the readOnly in the #BUSINESS_OBJECT :\n\n@ObjectModel.mandatory: true\n\n@ObjectModel.readOnly: true\n\nkey Fiscal_Year,\nWith this statement in Edit it's readOnly, but also during the creation step.\n\nMy Business_Object definition :\n\n@AbapCatalog.sqlViewName: 'ZXXXXX'\n\n@AbapCatalog.compiler.compareFilter: true\n\n@AbapCatalog.preserveKey: true\n\n@AccessControl.authorizationCheck: #CHECK\n\n@EndUserText.label: 'XXXXX'\n\n@ObjectModel.modelCategory: #BUSINESS_OBJECT\n\n@ObjectModel.compositionRoot: true\n\n@ObjectModel.transactionalProcessingEnabled: true\n\n@ObjectModel.writeActivePersistence: 'ZXXXXX'\n\n@ObjectModel.createEnabled: true\n\n@ObjectModel.deleteEnabled: true\n\n@ObjectModel.updateEnabled: trueRegards,\n\nYouri\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 58 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/1469317/dynamic-interaction-on-selection-screen.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2006 Jul 06 1:52 PM\n\nHi experts,\n\nI just have a easy question regarding selection screen in a ordinary ABAP report.\n\nThe code is below:\n\n*-- Blcok 2\n\nselection-screen begin of block block_2 with frame title text-s03.\n\nselect-options:\n\ns_wc_id for /cockpit/cwc_id-wc_id matchcode object zmm25sh000008.\n\nselection-screen begin of line.\n\nparameters p_duewc type c as checkbox.\n\nselection-screen comment 5(50) status_1 for field p_duewc.\n\nselection-screen end of line.\n\nparameters p_ndays(2) type n.\n\nselection-screen end of block block_2.\n\nWhen the user marks the checkbox p_duewc the parameter p_ndays should be ready for data entering.\n\nIf the checkbox is not marked (default) p_ndays shall be not ready for data entering.\n\nI guess I can control it via the statement at-selection screen but can you give more details.\n\nHow can I code such a request?\n\nThanks in advance.\n\nRegards\n\nCornelius\n\n2006 Jul 06 2:22 PM\n\nThanks for the answer,\n\nbut remember the user don't want to press the enter button after marking the checkmark p_duewc.\n\nWith the logics you've provided it is neccessary to press the return-button to start use the functionality.\n\nAre there any other possibilities?\n\nRegargs\n\nCornelius\n\n2006 Jul 06 1:54 PM\n\nhI\n\nselection-screen begin of block block_2 with frame title text-s03.\n\nselect-options:\n\ns_wc_id for /cockpit/cwc_id-wc_id matchcode object zmm25sh000008.\n\nselection-screen begin of line.\n\nparameters p_duewc type c as checkbox user-cammand NOD.\n\nselection-screen comment 5(50) status_1 for field p_duewc.\n\nselection-screen end of line.\n\nparameters p_ndays(2) type n MODIF ID AAA.\n\nselection-screen end of block block_2.\n\nAT SELECTION-SCREEN OUTPUT.\n\nIF p_duewc = SPACE.\n\nLOOP AT SCREEN.\n\nIF SCREEN-GROUP1 = 'AAA'.\n\nSCREEN-INPUT = 0.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nENDIF.\n\nMax\n\n2006 Jul 06 1:55 PM\n\nYou need to assign a user command to the check box. add the command USER COMMAND p1 to the checkbox definition.\n\nWhen the user selects the checkbox AT SELECTION SCREEN OUTPUT will be triggered.\n\nUnder this event you need to write\n\nif p_duewc = 'X'.\n\nLOOP AT SCREEN.\n\nCHECK SCREEN-NAME = 'P_NDAYS'.\n\nScreen-input = 1.\n\nMOdify screen.\n\nENdloop.\n\nelse.\n\nLOOP AT SCREEN.\n\nCHECK SCREEN-NAME = 'P_NDAYS'.\n\nScreen-input = 0.\n\nMOdify screen.\n\nENdloop.\n\nendif.\n\n-Kiran\n\n*Please mark useful answers\n\n2006 Jul 06 1:56 PM\n\nHi ,\n\nmodify your code as below.\n\nparameters p_ndays(2) type n MODIF ID sc1 .\n\nAT SELECTION-SCREEN OUTPUT.\n\nif p_duewc NE 'X'.\n\nPERFORM set_screen_attr.\n\nendif.\n\nFORM set_screen_attr .\n\nLOOP AT SCREEN.\n\nIF screen-group1 = c_sc_grp.\n\nscreen-active = c_one.\n\nscreen-input = c_zero.\n\nscreen-output = c_one.\n\nscreen-invisible = c_zero.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nreward if you find this helpful.\n\nregards,\n\nSumit.\n\n2006 Jul 06 1:56 PM\n\nHello,\n\nU can use this code.\n\nSELECTION-SCREEN BEGIN OF BLOCK BL1 WITH FRAME TITLE TEXT-001.\n\nPARAMETER: P_LAND LIKE KNA1-LAND1 ,\n\nP_REGIO LIKE KNA1-REGIO ,\n\nP_PSTLZ LIKE KNA1-PSTLZ ,\n\nP_ORT01 LIKE KNA1-ORT01 .\n\nSELECTION-SCREEN END OF BLOCK BL1.\n\nSELECTION-SCREEN SKIP 2.\n\nSELECTION-SCREEN BEGIN OF BLOCK BL2 WITH FRAME TITLE TEXT-001.\n\nPARAMETERS: P_KDGR AS CHECKBOX MODIF ID SC1 USER-COMMAND SELTYPE,\n\nP_BCS AS CHECKBOX MODIF ID SC2,\n\nP_BDS AS CHECKBOX MODIF ID SC2,\n\nP_BDC AS CHECKBOX MODIF ID SC2,\n\nP_ALL AS CHECKBOX MODIF ID SC3 USER-COMMAND SELTYPE.\n\nSELECTION-SCREEN END OF BLOCK BL2.\n\nAT SELECTION-SCREEN OUTPUT.\n\nIF P_KDGR = 'X'.\n\nLOOP AT SCREEN.\n\nIF SCREEN-GROUP1 = 'SC1'.\n\nSCREEN-INPUT = '1'.\n\nSCREEN-OUTPUT = '1'.\n\nMODIFY SCREEN.\n\nENDIF.\n\nIF SCREEN-GROUP1 = 'SC2'.\n\nSCREEN-INPUT = '0'.\n\nSCREEN-OUTPUT = '1'.\n\nMODIFY SCREEN.\n\nENDIF.\n\nIF SCREEN-GROUP1 = 'SC3'.\n\nSCREEN-INPUT = '0'.\n\nSCREEN-OUTPUT = '1'.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nELSEIF P_ALL = 'X'.\n\nLOOP AT SCREEN.\n\nIF SCREEN-GROUP1 = 'SC1'.\n\nSCREEN-INPUT = '0'.\n\nSCREEN-OUTPUT = '1'.\n\nMODIFY SCREEN.\n\nENDIF.\n\nIF SCREEN-GROUP1 = 'SC2'.\n\nSCREEN-INPUT = '0'.\n\nSCREEN-OUTPUT = '1'.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nENDIF.\n\nReward points if is useful.\n\nRegards,\n\nVasanth\n\n2006 Jul 06 1:57 PM\n\nHi,\n\nUse:\n\nat selection-screen.\n\nif p__duewc = 'X'.\n\nloop at screen.\n\nif screen-name = 'P_DUEWC'.\n\nscreen-input = 1.\n\nmodify-screen.\n\nendif.\n\nendloop.\n\nRegards,\n\nMireia\n\n2006 Jul 06 1:58 PM\n\nat selection-screen output.\n\nif p_duewc = SPACE.\n\nloop at screen.\n\nif screen-name = 'P_NDAYS'.\n\nSCREEN-INPUT = 0.\n\nMODIFY SCREEN.\n\nENDIF.\n\nendloop.\n\nendif.\n\nrEGARDS,\n\nrAVI\n\n2006 Jul 06 2:22 PM\n\nThanks for the answer,\n\nbut remember the user don't want to press the enter button after marking the checkmark p_duewc.\n\nWith the logics you've provided it is neccessary to press the return-button to start use the functionality.\n\nAre there any other possibilities?\n\nRegargs\n\nCornelius\n\n2006 Jul 06 2:24 PM\n\nIf you have assigned a user command to the checkbox then the user need not press enter. On selecting the check box the event is fired automatically.\n\nSample code\n\nPARAMETER: ckb1 AS CHECKBOX USER-COMMAND cb1.\n\nAT SELECTION-SCREEN OUTPUT.\n\nMESSAGE s000(vz) WITH 'Event1'.\n\n-Kiran\n\nMessage was edited by: Kiran Raorane\n\n2006 Jul 06 2:28 PM\n\nyou can assign your check box a user command and then make use of it.\n\nPARAMETERS check AS CHECKBOX USER-COMMAND check.\n\n2006 Jul 06 2:29 PM\n\nNo, fortunality the event is not triggered automatically.\n\nI've tested it and when I mark the checkbox it happens nothing.\n\nBut if i mark the checkbox and press return the event is triggered.\n\n- Cornelius\n\n2006 Jul 06 2:43 PM\n\nHi\n\nyou can try like that.\n\nTABLES : SSCRFIELDS .\n\nparameters p_ndays(2) type n MODIF ID SC1 .\n\nPARAMETERS check AS CHECKBOX USER-COMMAND CHECK.\n\nAT SELECTION-SCREEN .\n\ncase SSCRFIELDS-UCOMM.\n\nwhen 'CHECK'.\n\nif check = 'X'.\n\nPERFORM set_screen_attr.\n\nendif.\n\nendcase.\n\nFORM set_screen_attr .\n\nLOOP AT SCREEN.\n\nIF screen-group1 = 'SC1'.\n\nscreen-active = '1'.\n\nscreen-input = '0'.\n\nscreen-output = '1'.\n\nscreen-invisible = '0'.\n\nMODIFY SCREEN.\n\nENDIF.\n\nENDLOOP.\n\nendform.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/11334908/rcclbi03---lsmw---data-not-fully-converted-or-uplo.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2014 Nov 11 7:03 AM\n\nHi All,\n\nI've created LSMW to upload PR/PO release strategies by using object/method advise in below URL. However, during steps 'Convert data', I'm not able to see my data are fully converted. Only 14 out of 25 records are converted. The rest of data are not able to convert/upload.\n\nAppreciate if anyone can advise me what is the problem and where should I check through the errors. Thanks.\n\nLSMW:\n\nObject: 0130\n\nMethod: 0002\n\nProgram Name: RCCLBI03\n\nhttp://www.sap123.com/a/138/#load-release-procedure-values-using-lsmw-direct-input-method\n\n2014 Nov 11 2:27 PM\n\nHey there,\n\nFirst of all, check the files your are using. If you could post it we'll have a look at it!\n\nbr,\n\nNikolaus",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/9789433/contract-conversion-upload-file-size.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2013 Jan 24 9:12 PM\n\nHi,\n\nI am trying to load the contracts as a part of our conversion. It is said that the file size cannot be more than 50MB, but the importer is letting me attach only less than 10 MB zip files. It gives an error that the file size exceeds the buyer side configuration. Is there any place where this size can be configured ? Any help is appreciated.\n\nThanks,\n\nRani\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Rani,\n\nThere is a system property (in Setup) that dictates the size of the attachment that is allowed. My guess is that this is set to 10MB. This can be changed to 50MB. You should not go beyond the 50MB.\n\nThanks much,\n\nRosemary\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4930607/storage-locations.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 17 7:56 AM\n\nDear Friends\n\nI have one scenario like...\n\nMy plant is having 3 storage locations, say 1111, 2222, 3333\n\nin that we have maintaines warehouse number Plant+1111=20\n\nrest of two storage location are are non warehouse related.\n\nStock is having all the three storage location.\n\nBut when ever i created delivery document with reference to sales order the system picks 1111 storage location automatically in the delivery document.\n\nFor this i checked pickig location determination , based on that i mainted my order Shipping point ,Plant, Shipping conditions\n\nCan anybady let us know why 1111 storage location picks authomatically i want do the transaction for next two storage locations\n\nPlease have a look and let us know your valuable suggesstions\n\nThanks\n\nRaju.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nIf ware house is activated means the system looks for the combination of plant/storagelocation/ware house no combination for picking\n\nSo in your case the system will always look for S.L 1111 which is ware house activated\n\nIf you wnt other storage locations to be considered ,then you have assign those S.L nos to the combination of plant and warehouse\n\nIf ware house is activated means the system will always pick thro transfer orders and manual picking is not possible\n\nRegards\n\nRaja\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nclosed\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nclosed\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi there,\n\nIt could be that the picking loc determination is maintained just for 20 in OVL3.\n\nYou define the storage loc search for the delivery type like LF is assigned MALA, RETA, or MARE or any other custom logic.\n\nBasing on the logic you maintain the determination in OVL3. If it is MALA, then shipping point / plant / storage conditons. Looking at your case, i feel that OVL3 is maintained only for 20. If you want to process other warehouse 2222 or 3333 maintain the storage loc that is assigned to them in OVL3.\n\nThe imp of WH is that if it is active, you need to create transfer order TO to pick the quantity. Storage loc determination is not dependent on WH unless any custom code is asssigned.\n\nRegards,\n\nSivanand\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 9 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4147776/work-directory-not-found.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00377-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 May 29 9:07 AM\n\nHi there,\n\nWe r running Windows 2003 with ERP 6.0. I had to move the instance folder from drive R: to drive C:, so I changed the Windows Service to point to the new drive and changed the entries in registry I could find, plus made changes in the SAP instance profiles. But now that I want to start up the service, it fails with an error in the Windows Event Viewer: \"Unable to change to diretory R:\\usr\\sap\\.......\\work\". Obviously, the work folder now sits under C:, but I couldn't find anywhere in the registry or profiles a pointer to this folder. Does anyone know how to change something to point to the new path for the work folder?\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nTry to check profile parameter DIR_HOME in RZ10.\n\nRegards,\n\nOlivier\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 9 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/7546278/import-scenario.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2010 Jul 23 12:31 PM\n\nHi All,\n\nWe r using TAXINN for domestic and have maintained combination of Cntry/Planr/ChapterID for condition record using standard access sequence.\n\nNow in case of Import, we have maintained combination of Plant / Pur.Org. for Import conditions using another access sequence.\n\nNow my case is that same material wil be purchase from domestic as well as import market.\n\nSo for same material 2 records will be existing.\n\nNow when m procurring that material from Import vendor, as in import vendor import schema is there, its showing Custom conditions in Item detail, condition tab. And in Item detail, Invoice tab its showing values calculated by 1st combination (i.e. from TAXINN)\n\nNow suppose mat is A, price 10$, Qty 100, having Ch ID 1000 11 11, with duty rates as 10,2,1\n\nAnd for import conditions are suppose CVD 10%, Add.Custom Duty 4%,ECess on CVD 2%, SECess on CVD1%.\n\nSo in Condition tab it will show\n\nNet = 1000$\n\nCVD1= 100$\n\nECess=2$\n\nSEces=1$.\n\nAnd in Invoice Tab, it wil show\n\nNet = 1000$\n\nBED = 100$\n\nECess=2$\n\nSEces=1$.\n\nNow after invoice verification for Custom, when m going for GR, in excise tab values are flowing in $, only Add.Custom duty is in RS,\n\nWhat i guess those values are flowing from TAXINN only.\n\nWhen I post J1IEX, respective GLs are updated with 100, 2 & 1$.\n\nNow my question is what configuration I m missing so that values are not flowing in Rs at the time of GR itself or at the time of J1IEX?\n\nPls guide if missing some config.\n\nThanks.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nthanks all\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nZIMPOR - IN: Purchasing for Imported Materials\n\n1 Step Cntr CTyp Description From To Man. Req Stat\n\n2 1 1 P000 Gross Price 0 0\n\n3 1 2 P001 Gross Price 0 0\n\n4 10 1 R001 Discount/Quantity 0 0 X\n\n5 10 2 R002 Absolute discount 0 0 X\n\n6 10 3 KR00 Header Disc.(Value) 0 0 X\n\n7 10 4 K000 Contrct HeaderDisc % 0 0\n\n8 10 5 R003 Discount % on Net 0 0 X\n\n9 20 Net including Price& Discount 1 10 X\n\n10 25 0 JOFV Ocean/AirFreight-Val X\n\n11 25 1 JOFP Ocean/AirFreight-% 20 X\n\n12 30 0 Net1(Price+ Overseas Fre.) 20 25\n\n13 35 JINS Import Insurance-% 30 X\n\n14 40 Sub tot.-Landing Charg. 30 35\n\n15 45 0 JLDC Customs Landing Charge-% 40 X\n\n16 50 Assessable Value 40 45\n\n17 55 0 JCDB IN Basic customs 50\n\n18 60 Sub Total- For CVD 50 55\n\n19 65 0 JCV1 IN CVD 60\n\n20 70 0 JECV ECess on CVD 65\n\n21 75 Copy of IN Basic Customs 55\n\n22 80 0 BCD + CVD + Edu Cess on CVD 65 75\n\n23 85 0 JEDB Customs Edu Cess 80\n\n24 90 Sub Total -Add. Cust.Duty 80 85 X\n\n25 95 Copy of Assessable Value 50 X\n\n26 100 JADC Add. Customs duty 90 95\n\n27 105 Net 2(NetCus.Dutyothers) X\n\n28 110 0 JCFA Clearing Agent Charge\n\n29 115 0 JFR1 Local Freight Charge 0 0\n\n30 120 0 JFR2 Wharfage , Misc\n\n31 125 0 Landed Cost of Good 105 120\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nWhen I go for capturing excise invoice in J1IEX, in item detail tab, in Duty rates, BED %ge is shown as 0.2381. Its done automatically by the system. I dont kno how its coming. I think because of that only there is discrepancy in BED value. Can anyone guide what may be the reason for this.\n\nThanks..\n\nEdited by: sapsarang on Aug 3, 2010 12:00 PM\n\nEdited by: sapsarang on Aug 3, 2010 2:21 PM\n\nHi,\n\nCheck your custom vendor currency. generally the MIRO/MIGO the currency will take from the PO. the PO will have all the condition types with vendors in condition details.\n\ncheck wether all condition type have you mentioed the vendors or not in PO.\n\nSAM\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 118 |\n| 8 |\n| 8 |\n| 6 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/395148/cannot-perform-write-rsdricubewritepackage-in-sap-.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2018 Jan 03 9:13 AM\n\nHello Experts,\n\nI have developed a Custom logic in BPC 10.1 on HANA and when I am trying to write the post the calculations, getting the following exception.\n\nCannot perform write (RSDRI_CUBE_WRITE_PACKAGE)\n\nWhen I debug, I came to know it is because of the INSERT statement which is trying to insert the records into the CUBE Table. Does anyone faced this kind of issue.\n\nThanks in advance.\n\nBR,\n\nBharani.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nAre you sure your cube is set to planning mode when you're running this?\n\nregards\n\nSue\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello Vadim,\n\nThank you very much for you reply but I was wondering coding is working in few scenarios and other scenarios it is not working.\n\nBR,\n\nBharani\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n\"I have developed a Custom logic\" - you are talking about badi?\n\nThen you have to provide code to discuss what is wrong!\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 10 |\n| 2 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/9688441/how-to-transform-to-purchase-order.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2012 Nov 29 5:00 PM\n\nHI\n\nI execute MRP Reuisitions to -> Purchase Order\n\nbut have something wrong\n\nwrong 1:\n\nMessage no. 06218\n\nThe net price is less than or equal to 0, but the invoice receipt (IR) indicator has been set.\n\nIf you want to create a purchase order without a value, you must set the IR indicator to \" \".\n\nwrong 2:\n\nMessage no. ME046\n\nThe data from the purchasing view is normally necessar.\n\nCreate the purchasing view in the material master record.\n\nIf you receive this message in the case of a quota arrangement for the in-house production of a material, for example, you can ignore it.\n\ni think maybe i create material TR-0001 have wrong, because i have not create Costing view,\n\nbut i just want to run MRP process\n\nhow can i set or add Costing view??\n\ni enter Tcode:MM02 not see Costing view\n\nsorry, english is not good...hope you understand\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 117 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/2654813/alv-using-class.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2007 Jul 13 5:13 AM\n\nI hve radio button in selection screen . if i executet his prog by selecting any of this radio button it shuld go to alv list. here alv list using the concept of oop.\n\nwhether i need to add 2 screens to display this 2 ALV list.since the method to display the ALV is writing in PBO output of the screen.\n\nis it possible to pass the internal table to same screen depends on the selection of radio button.\n\n2007 Jul 13 5:18 AM\n\nHi Anu,\n\nyes u can use the same screen, in PBO Passthe internal table to the method used for creating alv, based on the radiobutton pressed.\n\nfor ex:\n\nif p_r1 = 'X'.\n\ncall method with itab1.\n\nelseif p_r2 = 'X'.\n\ncall method with itab1.\n\nendif.\n\nregards,\n\nNavneeth K.\n\n2007 Jul 13 5:18 AM\n\nHi Anu,\n\nyes u can use the same screen, in PBO Passthe internal table to the method used for creating alv, based on the radiobutton pressed.\n\nfor ex:\n\nif p_r1 = 'X'.\n\ncall method with itab1.\n\nelseif p_r2 = 'X'.\n\ncall method with itab1.\n\nendif.\n\nregards,\n\nNavneeth K.\n\n2007 Jul 13 5:23 AM\n\nbut wat im doing is\n\nif p_r1 = c_x.\n\nPERFORM fieldcatalog_init.\n\nperform alv_grid_class.\n\nelseif p_r2 = c_x.\n\nendif.\n\nperform alv_grid_class this perform will call screen 100. so PBO will call automatically. so how can i pass itab.\n\n2007 Jul 13 5:38 AM\n\nHi Anu,\n\nCan you paste the code of your perform \"alv_grid_class\" here.\n\nregards,\n\nNavneeth K.\n\n2007 Jul 13 5:42 AM\n\nFORM alv_grid_class .\n\nCALL SCREEN 100.\n\nENDFORM. \" alv_grid_class\n\n2007 Jul 13 5:46 AM\n\nHi Anu,\n\nwhat u could do is declare the internal table used in the screen 100 as global so that any screen in that program can use it. Once the radiobutton is pressed populate the inetrnal table you are using during creation of ALV and then call the fieldcatalog & alv_grid_class methods.\n\nregards,\n\nNavneeth K.\n\n2007 Jul 13 5:54 AM\n\nbut in\n\nMODULE PBO OUTPUT. (of the screen 100)\n\nCALL METHOD GRID->SET_TABLE_FOR_FIRST_DISPLAY\n\nexporting\n\nI_BUFFER_ACTIVE =\n\nI_BYPASSING_BUFFER =\n\nI_CONSISTENCY_CHECK =\n\nI_STRUCTURE_NAME =\n\nIS_VARIANT =\n\nI_SAVE = 'A'\n\nI_DEFAULT = 'X'\n\nIS_LAYOUT = gs_layout\n\nIS_PRINT =\n\nIT_SPECIAL_GROUPS =\n\nIT_TOOLBAR_EXCLUDING =\n\nIT_HYPERLINK =\n\nIT_ALV_GRAPHICS =\n\nIT_EXCEPT_QINFO =\n\nCHANGING\n\nIT_OUTTAB = t_output1[]\n\nIT_FIELDCATALOG = w_gt_field\n\nIT_SORT =\n\nIT_FILTER =\n\nEXCEPTIONS\n\nINVALID_PARAMETER_COMBINATION = 1\n\nPROGRAM_ERROR = 2\n\nTOO_MANY_LINES = 3\n\nothers = 4\n\nwill call this method passing t_output1.\n\nbut for the next radiobutton internal table dat shuld pass to this method is t_output2.\n\ncan i pass internal table to module PBO output?\n\n2007 Jul 13 6:14 AM\n\nHi,\n\ndo like this.\n\nCALL METHOD GRID->SET_TABLE_FOR_FIRST_DISPLAY\n\nexporting\n\nI_SAVE = 'A'\n\nIS_LAYOUT = gs_layout\n\nCHANGING\n\nIT_OUTTAB = t_output1\n\nIT_FIELDCATALOG = w_gt_field[].\n\nrgds,\n\nbharat.\n\n2007 Jul 13 6:20 AM\n\nHi Anu,\n\nIf the structure of t_output1 and t_output2 is same then create a common internal table say t_output_common and pass this to the method. Populate this method once the radio butoon is clicked.\n\nfor ex:\n\nif p_r1 = 'X'.\n\nt_output_common[] = t_output1[].\n\n//cal performs as above\n\nelseif p_r2 = 'X'.\n\nt_output_common[] = t_output2[].\n\n//cal performs as above\n\nendif.\n\nMessage was edited by:\n\nNavneeth Bothra\n\n2007 Jul 13 6:27 AM\n\n2007 Jul 13 6:30 AM\n\nok then what u can do is call this method\n\nGRID->SET_TABLE_FOR_FIRST_DISPLAY itself based on radiobutton selected.\n\ncapture which radiobutton selected in the first screen and store it in a variable and in the screen 100. use that variable to trigger this method.\n\n2007 Jul 13 6:36 AM\n\nso based on radio button selected , will this GRID->SET_TABLE_FOR_FIRST_DISPLAY need to write twice??\n\n2007 Jul 13 6:39 AM\n\nyes u need to write it twice with diff based on radio button selected. but will be triggered only one based on radiobutton.\n\n2007 Jul 13 6:41 AM\n\n2007 Jul 13 5:19 AM\n\nHi,\n\nsee the system defined programs\n\nBCALV_GRID_* and BCALV_EDIT_* programs to learn Object Oriented ALV(alv using class).\n\nrgds,\n\nbharat.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/7753042/what-are-the-sap-basis-administrator-tasks-for-sap.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2010 Sep 30 6:19 PM\n\nHello Guys,\n\nI am an SAP BASIS administrator. I have never worked on any CRM system.\n\nNow a days people in market talk much about wheather you have worked on CRM.\n\nI have no idea how CRM basis administration is different from the basis administartion of other products based on netweaver.\n\nI would appreciate if someone throw some light on \"SAP basis administration of CRM system\".\n\nThanks in Advance.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nJust for start - \"delta\" of CRM Basis than other basis\n\n- Understand the whole landscape of CRM (CRM ABAP, CRM Java (for webshops, self-services etc), Loyalty Execution Engine, TREX, tealeaf, groupware integrateion, WEB UI, SAP Web Dispatcher, Portal ) knowledge about network (DMZ, security,load balancing etc)\n\n- Sizing of different CRM components (not just quick sizer)\n\n- Understand VMC (monitoring, tuning, tracing etc), know how to patch IPC\n\n- Understand CRM Middleware, monitoring/tuning/optmize qRFC queues.\n\n- Understand procedure of Java development, knowledge about NWDI, CTS+ etc.\n\n- authenticaion options of webshops, UME integration\n\n- CRM authorization concepts\n\n- Catalog publishing\n\n...\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nSome excellent documentations are available in:- https://websmp205.sap-ag.de/crm-inst (search for the operation guide pdfs, if required you can also check inst/upg docs). User your S user id/password to login.\n\nFrom my experience, in practical field most of the issues you will face with qRFC/BDoc message flow handling and JAVA stack administration. Stress on these two areas and go through the guides, CRM admin won't be a major issue.\n\nOnce you go through the basic operation guides and start working on the system then you will come to know there exists many CRM specific trx(SMW02,SMWP..etc) codes and CRM related tables(CRMPAROLTP,CRMRFCPAR.. etc),bgd jobs/reports - which you have to take care at times.\n\nThanks\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 56 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/1435783/a-ssp-ticket-was-received-and-can%27t-be-interpreted.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2006 Jun 21 12:17 AM\n\nHi All,\n\nWe are trying to .NET use Authentication features in EP Portal. Here: https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/edb8a190-0201-0010-d398-c23... it's said that you can use portal SSO to connect with SAP .NET Connector and then use MySAPSSSO2 ticket directly.\n\nHere's my code:\n\nDim m_oDestination As New SAP.Connector.Destination\n\nDim conn As SAP.Connector.SAPConnection\n\nm_oDestination.MySAP_SSO2 = HttpUtility.UrlDecode(Request.Cookies(\"MYSAPSSO2\").Value)\n\nm_oDestination.AppServerHost = \"110.1.3.120\"\n\nm_oDestination.Client = \"800\"\n\nm_oDestination.SystemNumber = \"00\"\n\nconn = New SAP.Connector.SAPConnection(m_oDestination) 'create a new connection\n\nconn.Open()\n\nproxy.Connection = conn\n\nResponse.Write(\"Connected\")\n\nconn.Close()\n\nBut when the conn.Open() Line is reached an Exception is raised : SAP.Connector.RfcLogonException: It's been received a SSP ticket that cannot be interpreted\n\nSo we don't know what to do next? Do we need to install an specific library before trying this?\n\nThanks for you help\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nPortal and ABAP server need to be configured so that the ticket can be used for logon. Please see blog /people/dennis.kleymeonov/blog/2005/09/15/connecting-sap-systems-to-enterprise-portal-with-sso .\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nReiner,\n\nI have the following questions:\n\nIf I check AuthenticationType:\n\nat = Me.User.Identity.AuthenticationType\n\nThe variable at comes empty and it's supposed to have the value MYSAPSSO2 What do I need to do to make AuthenticationType=MYSAPSSO2? Do I need to configure some additional settings?\n\nI forgot to mention that my application is a .NET IVIEW generated with PDK 2.0 in VS 2003 so I don't know if this is the right procedure to have the .NET connector proxy connected to the Backend System.\n\n> I forgot to mention that my application is a .NET\n\n> IVIEW generated with PDK 2.0 in VS 2003 so I don't\n\n> know if this is the right procedure to have the .NET\n\n> connector proxy connected to the Backend System.\n\nAh, well in this case please ignore the ticket toolkit and use the features provided with the PDK: The PDK has a special Destination for the connector that is used to pass the portal login to the Connector.\n\nHi Reiner,\n\nI have changed the code, now using a portal destination:\n\nDim conn As SAP.Connector.SAPConnection\n\nconn = New SAP.Connector.SAPConnection(PortalDestination1.ConnectionString)\n\nconn.Open()\n\nconn.Close()\n\nThe error now is: The system is unable to interpret the SSO ticket received\n\nThe content of PortalDestination2.ConnectionString is:\n\nMYSAPSSO2=\"AjExMDAgABRwb3J0YWw6QWRtaW5pc3RyYXRvcogAE2Jhc2ljYXV0aGVudGljYXRpb24BAAACAAMwMDADAANFUFAEAAwyMDA2MDYzMDE1NTAFAAQAAAAICgAA/wD0MIHxBgkqhkiG9w0BBwKggeMwgeACAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBwDCBvQIBATATMA4xDDAKBgNVBAMTA0VQUAIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDYwNjMwMTU1MDI2WjAjBgkqhkiG9w0BCQQxFgQUm0m9kiieDwfJkPFTdQ7lkStQMIAwCQYHKoZIzjgEAwQuMCwCFBeA4EjwV1LgeulpLOXaNyssOVuAhQJkbhSjWJzvpw7oCxELErjm+s2A==\" CLIENT=800 LANG=en ASHOST=IP SYSNR=0 SNC_QOP=0\n\nWhat could be the reason the connector can't interpret the ticket? Could it be altered somehow? How can we know this?\n\nThanks for you answer\n\nHi,\n\nSeems like you've defined the connection properly (since I see you get the connection string). Only thing that looks strange is the ASHOST=IP (did you just remove it in your post? it should be the IP of the R/3 server...).\n\nAnother thing - did you set the AuthenticationMethod property on the PortalDestination to SAPLOGONTICKET (in the EP system)?\n\nRegards,\n\nOfer\n\nHi Marin,\n\nI'm not sure what's gone wrong, but it looks like the connection string isn't the problem. The exception seems to come from the R/3 system, not from the .NET code.\n\nYou might have done something wrong with the Portal and ABAP configurations (so that the ticket can be used for login).\n\nMy suggestion is that you again carefully read the blog Reiner mentioned (/people/dennis.kleymeonov/blog/2005/09/15/connecting-sap-systems-to-enterprise-portal-with-sso), including all the comments, PS's and check out the other links there. And then try to re-do all the steps again, maybe something was left out or didn't work the first time.\n\nAnother test you can do is to try to see that when you change to \"user+password\" authentication you are able to run your BAPI (just edit the 'system' in the portal, no need to change your code)\n\nRegards,\n\nOfer\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/6750392/can%27t-fill-copa-account-based-datasources-with-rsa.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Nov 20 11:34 AM\n\nHi All,\n\nI created COPA account based datasource\n\nAs SAP R/3 requested , basis guys created index on COEP/COEJ tables to improve performance\n\nI builded summization on it\n\nBut unfortunately when I tried to test datasource with RSA3 on R/3 I have he message :\n\nmessage RJ012 \"Errors occurred during the extraction\"\n\nThe error message in RSA3 log is \"No source could be found to answer the search query\" , sub error \"Problem class very important\"\n\nSomebody can help me on this issue ?\n\nThanks in advance\n\nRegards\n\nSebastien Lepeltier\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nThe operating concern CExxxx should contain all fields of the extract\n\nstructure Zxxxxxxx\n\nThe error you have normally occurs due to missing or incorrect\n\ncustomizing:\n\ncheck the summarization level in transaction code KEDV.\n\nTo enable reading from a summarization level, all characteristics that\n\nare to be extracted with the DataSource must also be contained in this\n\nlevel (entry * in the KEDV maintenance transaction).\n\nIn addition, the summarization level must have status 'ACTIVE'\n\n(this applies also to the search function in the maintenance transaction\n\nfor CO-PA data sources,KEB0).\n\n392635 - Information: Sources with BW extraction for account-based\n\nCO-PA.\n\nregards,\n\nColin\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello,\n\nI am facing exactly the same issue.\n\ni have created a summarisation level with chars '*'.\n\nalso filled them in KEDU.\n\nbut the option Summerisation level is not enabled for my account based COPA data source KEB0 transaction. could you please tell me how to enable this.???\n\nThank you,\n\nRegards,\n\nHema Tulasi Boppana\n\nHi Colin\n\nThanks for your quick answer\n\nYou're right , I didn't put * in all fields selected in my datasource\n\nPoints are for you\n\nRegards\n\nSebastien Lepeltier\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 59 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/2137547/retreive-a-parameter-in-an-application-integrator-.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00377-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Mar 19 9:00 AM\n\nHi all gurus!\n\nA (perhaps) more tricky question this time: Can you retreive data from the external system in an AppINt (Application Integrator) iview?\n\nThis is our case:\n\nWe have an AppInt iview connected to an external index server.\n\nThe user ID is sent as an parameter to this server and a search result is presented (works like a charm).\n\nWe have several iviews showing our R3 system through transaction iviews.\n\nNow for the tricky part. We want this to happen when we click a link at the external server in the AppInt iview:\n\n-Two parameters shall be retreived from the external server which it posts.\n\n-An application iview should be opened and which one should be determined by one of the retreived parameters.\n\n-The second parameter should be sent to the transaction iview so that you don't have to copy/paste it.\n\nThe last thing is of course simple to achive, we already send parameters to the transaction iviews, but it's the first two things of retreiving parameters and opening up a certain iview that is concerning me.\n\nCan this be done?\n\nBest regards\n\nBenny Lange\n\nMessage was edited by:\n\nBenny Lange\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nPlease check out this wiki page\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThanks a lot Michael!\n\nAnd just to clearify it completely for stupid me: if you have that url at/in the external page in the AppInt iview, it will open a transaction iview in the portal when clicked?\n\nAnd furthermore: if it does just that, will the page replace the external \"first\" page or will it open one as a popup?\n\nBest regards\n\nBenny\n\nHi again Michael.\n\nThe external page shown in the AppInt iview is within the portal and not a \"popup\" so I assume, even if you never should do that, that the transaction iview will be shown int its place, that is, also wihtin the portal.\n\nBut did I understand you correctly in my other assumption that the link is on the external page and opens a transaction iview when clicked?\n\nBest regards\n\nBenny\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/1848515/proxy-generation-issue-while-using-webservice.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2006 Dec 15 10:14 AM\n\nHi All,\n\nI am trying to consume the webservice creted by .Net team. Actually they are returning data in dataset format. In SAP i am not able to create proxy for this. If result is of structured format or boolean type, i am able to create a proxy.\n\nCan anyone suggest me what i need to do, to access dataset format of .Net.\n\nThanks in advance.\n\nRegards,\n\nKarthick\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Karthick,\n\nyou can use the SOAP receiver adapter of SAP XI to call a .Net web service. You will need to import a WSDL file into SAP XI in order to do that. Normally your .Net team should be able to give you such a WSDL file.\n\nHere is a blog about using web services in SAP XI:\n\n/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi\n\nAnd this is the help page of the SOAP receiver adapter:\n\nhttp://help.sap.com/saphelp_nw04/helpdata/en/69/a6fb3fea9df028e10000000a1550b0/frameset.htm\n\nRegards,\n\nMatthias\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHave u read this?\n\n.net proxies https://weblogs.sdn.sap.com/pub/wlg/1442 [original link is broken] [original link is broken] [original link is broken] [original link is broken]\n\nhttps://weblogs.sdn.sap.com/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken]\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/1605874/getsuccessfullogoncounts-deprecated.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2006 Sep 07 7:57 PM\n\nHi, We are migrating our content from Portal 6.20 to NetWeaver 2004s, but we were using part of the UME API to make some reports, like telling who many times has a user logon to the portal with de function\n\ngetSuccessfulLogonCounts()\n\nwhich is part of the IUserAccount class.\n\nBut now that I have tested this development under 2004s, for all the users I always get the 0 value.\n\nIn the UME JavaDoc documentation I can see that the function is not there anymore:\n\nhttps://media.sdn.sap.com/javadocs/NW04s/SPS7/se/index.html\n\nBut in the code I can see the function there under IUserAccount.\n\nDoes somebody knows what is happening?\n\nRegards.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThis function was deprecated.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 53 |\n| 10 |\n| 9 |\n| 8 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/5339991/problem-loading-service-pack1-for-xcelsius-present.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/13724337/valuation-price-on-po-doesnt-follows-the-batch-we.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2022 Sep 23 11:14 AM\n\nHi Expert,\n\nI'm making a PO, where the valuation price that I gave the red box takes the Moving average price (is an empty batch), even though the batch has been inputted.\n\nWhen I made DO, then post good issue. The price follows the batch I entered. (Correct)\n\nBUT this results in the wrong tax, the tax should be 13.10736 (93.6240 / 14%) instead of 11.6367.\n\nWhere do I need to set up?\n\nPlease help, Thank you..\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 125 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/9721787/pertinent-problems-with-method-clalvtablecreatecre.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2012 Dec 17 1:24 PM\n\nHi,\n\nin my code, I am using above method to create a dynamic table based on a set of fields made up from several DB_tables.\n\nRight now, I am working on a Fly&Smile-example, SAPScript_form S_EXAMPLE_1, so I have fields from tables SBOOK, SCUSTOM and SPFLI.\n\nI am calling this method with only two parameters:\n\n- A fieldcatalog i_fcat which I generate with that type LVC_T_FCAT and fill beforehand via a WA with type LVC_S_FCAT, with fields FIELDNAME, TABNAME, INTTYPE, INTLEN and DECIMALS filled;\n\n- An output table TAB_REF which I have created beforehand with type REF TO DATA.\n\nWhen I set a BREAK-POINT just before that method, all looks fine: i_fcat is filled with those values for all the fields I need and TAB_REF is there as a reference. Something must be missing, however: When I execute that method, I get an error message saying that at some point, an empty method was called. All the more strange because this has been working just like it is now for a while.\n\nCan anyone give me a hint what is amiss with the function call to cause it to fail? I cannot find anything that I haven't got in the code.\n\nThanks a lot!\n\nBest regards,\n\nSapperdapper\n\n2012 Dec 17 3:03 PM\n\nHi Friedrich,\n\nIf that has been working before I think there must be something related to the data you fill or the fields contained finally in the dynamic table.\n\nYou could copy that part of the code maybe we can see anything strange in it.\n\nRegards,\n\n2012 Dec 17 3:10 PM\n\nHi,\n\nfinally, I found the reason the function failed, though I don't yet know how that happened: There were duplicate lines in i_fcat. I deleted those and it's fine now. Also, the information from different parts of my code fit, so those duplicates were not in there from the beginning. I think I had that issue once before, though. I will try to find the cause for this and fix it.\n\nThanks anyway!\n\nBest regards,\n\nSapperdapper",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/961007/was-installation.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00216-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/8561310/increasing-product-allocation-quantity-after-putti.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Jul 28 12:58 PM\n\nHello All,\n\nWe are using the production allocation method for Availability check. We are rejecting all items in the sales order so that the status in the header becomes 'All rejected'. Even after doing this, the PA quantity does not get increased for those rejected materials in items. Could not find any setting in SPRO related to this. Please let me know if you have any idea about this.\n\nThe requirement is to increase the PA quantity of that material after rejecting the items in sales order.\n\nThanks in advance for you help..\n\nBR/\n\nAshutosh\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDear Ashutosh,\n\nIt seems this could be the standard system behaviour. Please review note 19295 to see if this helps explain the system behaviour you are experiencing.\n\nI hope this helps.\n\nBest regards,\n\nIan Kehoe\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 119 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4534534/http-apply-url-parameters.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Aug 03 8:41 AM\n\nHi ,\n\nI would like to configure the sender CC for an HTTP adapter in order to set the user name and password in the Url .\n\nHow this can be implemented ? Do i need to set only sap-user= ... and sap-password= ...\n\nin apply url parameters ? These parameters should start from '&' ?\n\nThanks in Advance\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDid you take a look at the sample HTTP client coding. The HTTP client is available in SDN for free download. You dont have to configure Sender HTTP adapter to configure these details. You need to program your HTTP url with the params. Take a look at the sample clieent coding to see how they are passed.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 56 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4099779/all-dtp-data-loading-to-targets.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 May 20 12:20 PM\n\nHi Gurus,\n\nWe are uploading data in to targets by using DTP, I was uploaded data by these DTP twise time before but at this tiime not uploading data to target .\n\nFollowing message in DTP details tab\n\nGenerate request - green\n\nSet status to Executable - green\n\nProcess Request - green\n\nno message set techinal status to green -- yellow\n\nno message set overall status to green - yellow.\n\n0 record added into target. Request status in yellow colour.\n\nThanks & Regards\n\nBijendra\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nCheck in SM37 if the job is still running or if it finished, or errored out. Also check if there is anymore data in the PSA left to be uploaded to the data target assuming that the DTP is a delta.\n\nCheers,\n\nKedar\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhi,\n\ntry deleting the request from cube and reload the dtp and chk. this might be issue with BW server for a moment that could caused this issue.\n\nis the load is full/delta? do you have data in PSa.\n\nchk the new reuest in the PSa.\n\nDatasource -> manage -> requests.\n\nRamesh\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 58 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/6672569/user-exit-save-document-prepare.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2009 Oct 30 10:59 AM\n\nHi,\n\nI have written a code in USER EXIT SAVE DOCUMENT PREPARE for the sales order.\n\nWhen the sales order is saved I have written code to give information message. Once user presses entere on the information message sales order gets saved but I don't want sales order to be saved. It has to go back to the order rather than saving the order. How can I do this?\n\nIf I give error message then it does not save the order but I want to give information message.\n\nThanks and Regards,\n\nShravan G.\n\n2009 Oct 30 11:20 AM\n\nHi!\n\nTry this:\n\n```\nclear sy-ucomm.\n leave to screen sy-dynnr.\n```\n\nPay attention to point that message must not have 'E' type.\n\n2009 Oct 30 11:11 AM\n\nhi Shravan,\n\nAfter triggering information message do like this\n\nMESSAGE 1405(ZSD).\n\nCALL SCREEN '4001'.\n\nIt will go to the Previous Screen only. I done same thing for warning message.\n\nThanx & Regards\n\nRami Reddy\n\n2009 Oct 30 11:20 AM\n\nHi!\n\nTry this:\n\n```\nclear sy-ucomm.\n leave to screen sy-dynnr.\n```\n\nPay attention to point that message must not have 'E' type.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/384522/number-format-in-crystal-report.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2017 Dec 15 8:38 PM\n\nThe numbers in formula field in the crystal report is export to 97-2003 excel and stored as General number( like a,b,c) and can not be used by Excel functions,like vlookup. I have to converse them into numbers, like 1,2,3. Is there any way I can do conversion in crystal report? I have tried tonumber() in crystal. It did not work.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nCrystal report 2016 SP4. version 14.2.4.2410\n\nThanks for your response! This question puzzled for a long time.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Hui,\n\nWhich version of Crystal Reports (version, service pack and patch) do you use?\n\n-Abhilash\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 58 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/5144722/call-transaction-with-a-transactionvariant-in-a-pr.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Nov 28 3:15 PM\n\nHello Experts\n\nI have an PAI program in which i have to call ME22N with transaction variant Z_ME22N (made with SHD0).\n\nCan i do this by 'call transaction'\n\nI think i cannot do this with submit because it is a transaction variant and not a programm variant.\n\nDoes anyone know how to do this? Untill so far i couldn't find a clear answer in the forums because the type of variants are mixed up/not clear.\n\nThanx in advance, Frank\n\n2008 Nov 28 3:37 PM\n\nHi\n\nYou can directly call your newly created transaction.\n\nCall Transaction Z_ME22N .It should work fine for you so go ahead and try it.\n\nCheck this link for more info:\n\nhttp://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm\n\nCheck this for more info on Transaction Variant:\n\nRegards\n\nNeha\n\nEdited by: Neha Shukla on Nov 28, 2008 9:08 PM\n\nEdited by: Neha Shukla on Nov 28, 2008 9:12 PM\n\nEdited by: Neha Shukla on Nov 28, 2008 9:18 PM\n\n2008 Nov 28 3:37 PM\n\nHi\n\nYou can directly call your newly created transaction.\n\nCall Transaction Z_ME22N .It should work fine for you so go ahead and try it.\n\nCheck this link for more info:\n\nhttp://help.sap.com/saphelp_nw70/helpdata/EN/43/132f9803d76f40e10000000a422035/content.htm\n\nCheck this for more info on Transaction Variant:\n\nRegards\n\nNeha\n\nEdited by: Neha Shukla on Nov 28, 2008 9:08 PM\n\nEdited by: Neha Shukla on Nov 28, 2008 9:12 PM\n\nEdited by: Neha Shukla on Nov 28, 2008 9:18 PM\n\n2008 Nov 28 4:12 PM\n\nHi Neha,\n\nThanks for your answer.\n\nyour first link was very helpfull. I've made as descibed in the link a new transaction (Z_ME22N) with variant. This can called in the program as a normal transaction.\n\nThanks a lot.\n\nRegards, Frank Bernsen\n\n2008 Nov 28 4:16 PM\n\nBear in mind that ME22N is an EnjoySAP transaction and not suitable for batch input. Please see note 381630 - Batch input for Enjoy transaction in MM not possible.\n\nRob",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/6473795/notification.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00377-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Sep 08 3:56 AM\n\nHi team, in standard sap , system allow me to create more then one notification for same equipment at same time. What may be the reason. Is there any way that like using user status, if we create notification for any equipment, system should change equipment status. At the time of NOCO, again equipment status should change. Thanx in advance.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nSAPPM@10021983 ,\n\nLook to you business process and actual requirements.\n\n1. If multiple notifications are created for the same reference object, you increase the number of notifications to be managed - however this is one way of representing multiple defects.\n\n2. Alternatively, you can create multiple items on the one notification (if you are using maintenance catalogs) to indicate many defects for the one event e.g. Notification = Pump noisy - Item 1 bearing, Item 2 shaft etc.\n\nScenario 2 may be a better administrative solution but, in the case of a breakdown, downtime is calculated for each item. Therefore, you must be careful with data as in IW68 with totals you may end up with the sum of the downtime x number of items fo one breakdown.\n\nEdited by: GreyBeard on Sep 8, 2009 8:25 AM\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nWhy not use the Object Information functionality?\n\nPeteA\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nIn standard, multiple Notification will be created against one equipment for the same time for the need of capturing various failures/damages/causes/task/activity and assigning different responsibility etc., for independant tracking and handling of the same.\n\nIf you want to restrict (validation) not to duplicate the notification for a equipment till completion of the Notification, you can use Exit:QQMA0014 (QM/PM/SM: Checks before saving a notification) and validate the Notification.\n\nRegarding status change of equipment, can you pls explain the purpose and use of the same.\n\nThanks\n\nSiva\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHI thanx.\n\nBut what is standard practice. Bec is it right to create two breakdown notification at same time for same equipment but with different responsibilities. In that case MTTR/MTBR will be wrong.\n\nSecond thing ,Equipment change status ,I am using IE4N functionality. So at the time of reurn if equipment got damage , we set status as damaged(user status) and create breakdown notification. AT the time of NOCO, equipment status got changed , so that store person can release equipment.\n\nthanx in advance\n\nMultiple Notification for an Equipment at a time is allowed in standard SAP and it is required in many businesses. All the notifications can be assigned to a single maintenance order.\n\nEquipment status can not be changed based on Notification / order statuses in Standard SAP. You may develop a program to update the status.\n\nBabu\n\nHi,\n\n1. Creating mutliple notification for a equipment at same time also a standard practice based on requirements.\n\n2. MTTR/MTBR will be not be wrong since, it is derived based on object. (B/d or activity or task may happen on various reasons, but it is related to single object (equipment your case).\n\n3. During Notification process like NOCO and On save, you can update/change the user status of the equipment. Pls check the following\n\nFor update/change when saving notification: BAdi NOTIF_EVENT_SAVE\n\nFor status change: Function Module: STATUS_CHANGE_EXTERN\n\nThanks\n\nSiva\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/10493596/3figlxxsi.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2013 Dec 05 5:50 PM\n\nHello,\n\nI am trying to generate the data source for non-leading ledger using t-code FAGLBW03 but getting below message\n\nExtractors for general ledger documents are not yet supported.\n\nWhen I checked the forum someone mentioned activate the business function (FIN_GL_CI_3) which will resolve the issue.\n\nI have seen in ECC system its looks like active but I have some question regarding this data source\n\nWhich underline table & structure this data source (3FI_GL_XX_SI) is using? & how to decide?\n\nWhat is the difference of T-code FAGLBW03 & BW03?\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nLisa,\n\nYou need to turn on the business function FIN_GL_CI_1, i am also working on this issue right now with SAP and got confirmation to turn only the FIN_GL_CI_1 business function to generate 3FI_GL_xx_SI data sources.\n\nAnd unlike generation of special purpose ledger DS, you can use only the FAGLBW03 transaction to generate this.\n\nIf you have more than one leading ledger in your business you will have to generate the 3FI_GL_**_SI (line item) and 3FI_GL_** _ TT (Total)\n\n** - Would represent the ledger.\n\neg . 2L for non leading ledger also called as parallel ledger\n\n1L for leading ledger (General Ledger)\n\nyou can generate and assign the 3FI_GL_**_SI/TT datasources in the Tcode FAGLBW03 .\n\nBW01 and BW03 are the t code to generate the DS for Special Purpose ledgers.\n\nIn BW01 you have to generate the DS and choose line item or total and in BW03 you will assign the Datasources.\n\nLet me know if you need more help on this.\n\nHope this helps...\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nMost of it comes from the BSEG table. You easily find that with your datasource name and help.sap.com. Have you checked in SFW5 if your business function is active?\n\nhope that helps\n\nMartin\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi ,\n\nIn help.sap.com i have seen data source document same for 3FI_GL_xx_SI and 0FI_GL_14 hence i got confused.\n\nBoth using same fields and underline tables. so what is the exact difference like 0fi_gl_14 is only pulling leading ledger and need to generate 3fi_gl_x_si for non leading? Also what will be the extract structure for generated data source 3fi_gl_x_si?\n\nHi,\n\nYes, 0FI_GL_14 pulls leading ledger in new gl accounts where 3FI_GL_XX_SI pulls other ledgers data by custom generated data source.\n\n3FI_GL_XX_SI - extract str need to be created by using tables.\n\nIf you recheck the sap help links you may get some idea. Regarding special ledgers and ledger in gl account check with your FI team. it might be useful.\n\nThanks\n\n| User | Count |\n| --- | --- |\n| 55 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/8565300/handle-duplicate-records-in-dtp.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Jul 29 1:06 PM\n\nHi,\n\nwe are encoutering issues with dupliactes while loading data from DSO to Material (contains 20 attributes, material is the key ). when ever there is a change in attribute, will come in delta load.\n\nWe have enabled \"handle duplicate records check \"but still load fails due to duplicate records keys.\n\nsettings in DTP are : no semantic groups enabled.\n\nerror handling : valid records update , reporting possible. handle duplicate records enabled.\n\nprocessing mode : serially in the back ground.\n\nhelp is appreciated.\n\nPraveen.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThis message was moderated.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Praveen,\n\nBasically \"Semantic Group\" contains the Key Fields which are used for Error Stack, so that you can handle.\n\nRegards,\n\nSuman\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhi,\n\nyou will have to enable semantic group. in semantic group mention material as key.\n\nThe setting Handle duplicate record only handles duplicate in the same package but if the same material is extracted in another package then it throws duplicate record error. Enabling the semantic keys will make sure that the data is extracted based on the semantic keys i.e. all the materials records will be pulled in a single package and not distributed in multiple packages.\n\nAll same materials will be extarcted in single package and handles duplicate value check will filter the records.\n\nregards,\n\nArvind.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Praveen,\n\nAs pointed correctly by Arvind,we use Semantic Groups to specify how we want to build the data packages that are read from the source (DataSource or InfoProvider). To do this, define key fields. Data records that have the same key are combined in a single data package.We specify that key in semantic keys.\n\n```\nthanks.... do i need use valid records update and reporting possible for this ?\n```\n\nChoosing this option is totally independent of the duplicate record error issue.\n\nDTP supports in handling data records with errors. At runtime, the incorrect data records are sorted and can be written to an error stack . After the error has been resolved, one can further update data to the target from the error stack. Error may arise because of invalid character posted while entering postings in ecc side tables or if any particular char is not allowed in RSKC. So rather than going back to PSA editing the data there and reloading it back we have the option of error satck where we can rectify these records\n\nBelow steps would help us understand the basic idea of the Error Stack and how it would be handled to rectify the erroneous records.\n\nNo Update, No Reporting: Error Occurs, the whole data package is terminated.\n\nValid Records Updated, No Reporting (Request Red): Valid records updated. After manual release of request, data is available for reporting.\n\nValid Records Updated, Reporting Possible (Request Green): Valid records are updated and available for reporting.\n\nRegards\n\nRaj Rai\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/13504860/how-to-display-cds-view-data-through-program-in-gu.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2021 Oct 15 9:47 AM\n\nHallo Everybody,\n\nI want to display CDS view through Program with Selection options. Following program is working\n\n```\nREPORT zconsume_02_cds_test.\nDATA spart TYPE spart.\nSELECT-OPTIONS Division for spart.\nSelect *\nfrom ZI_SAC_VERKAUFSDETAILS\nwhere spart IN @Division\ninto table @data(Salesdata) .\ncl_demo_output=>display_data( Salesdata ).\n* cl_salv_gui_table_ida=>create_for_cds_view(`Salesdata`)->fullscreen( )->display( ).\n```\n\nbut output design is like that (pleases see attached file, program output design\n\n)\n\nI want to have following output design (Please see attached file, Expected output design)\n\nwhat should i do?\n\nFrom the following program i am getting expected output design but can not include Selection options. Can i add select options here?\n\n```\nREPORT zconsume_02_cds.\nclass lcl_main definition create private.\n public section.\n CLASS-METHODS create\n RETURNING\n value(r_result) TYPE REF TO lcl_main.\n methods run.\n protected section.\n private section.\nendclass.\nclass lcl_main implementation.\n method create.\n create object r_result.\n endmethod.\n method run.\ncl_salv_gui_table_ida=>create_for_cds_view(`ZI_SAC_VERKAUFSDETAILS`)->fullscreen( )->display( ).\n endmethod.\nendclass.\nstart-of-selection. lcl_main=>create( )->run( ).\n```\n\nAny suggestion is highly appreciated.\n\nThanking You\n\nKazi\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nCheck out this blog post\n\nhttps://blogs.sap.com/2018/07/16/sap-list-viewer-with-integrated-data-access-alv-with-ida/\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello Mahesh,\n\nThanks for your reply. Do you know how to add selection options in the following code?\n\n `REPORT zconsume_02_alv.` \nThanks Kazi\n\nHi,\n\ntry this:\n\n```\ndata: lt_range = IF_SALV_SERVICE_TYPES=>YT_NAMED_RANGES.\n\nlt_range = value #( ( name = 'FIELD1' sign = 'I' option='EQ' low='ABC' ) ).\n\ndata(lr_alv) = cl_salv_gui_table_ida=>create_for_cds_view( iv_cds_view_name = `ZI_SAC_VERKAUFSDETAILS` ).\n\nlr_alv->SET_SELECT_OPTIONS( it_range = lt_range ).\nlr_alv->fullcreen( )->display( ).\n```\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 9 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/8881248/unable-to-integrate-brfplus-nw-702-with-nwbc.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00216-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Nov 27 5:25 PM\n\nDear Gurus,\n\nI'm finding it hard to integrate BRFplus into NWBC. I have added the BRFplus related roles for the my ID. Within NWBC, each time I click on BRFplus, it popups up BRFplus on Internet Explorer.\n\nHow can BRFplus be viewed within NWBC? Am I missing some pieces?\n\nThanks,\n\nAjay\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi, Ajay\n\nNWBC is used for calling Web Dynpro applications. You can use any standard rol like SAP_FMCA_CA_ALL_EHP5_TRM_NWBC\n\nto see examples of Webdynpros....\n\nTo run rhe BRFplus application you'd need to configure, at least, the following objects:\n\n- Form Bundle type, revenue type and form scenario.\n\nConfiguring Form Bundle type you can specify the BRFplus application to be usedfor processing the form bundle type....\n\nWeb dynpro Appl. FMCA_WDY_FPF allows you to call your Form Bundle Type and run the BRFplus application.....\n\nAsall of these tasks requires deep knowledge of Tax and Rev. Mgt I'd suggest to read carefully the SAP help documentation or contact with a TRM expert.....\n\nI hope it should be useful....\n\nKind regards\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 8 |\n| 7 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/12140911/ess-bank-information.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00529-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2015 Dec 30 8:00 AM\n\nHi,\n\nI need to hide some of the fields in bank information on ESS portal. I have a knowledge in the webdyn pro by adding a field a new filed in ESS-W4, I have done it by configuration on se80 . I don't know the exact the configuration ID or components for Bank information. I hope , I can do my requirement by the same way i done for W4.\n\nplease correct me if am wrong??? If am right please advice the exact the configuration components to do this...\n\nalready I tried HRESS_C_PERSINFO_CONFIG but I didn't find the iview which have the already presented layout.\n\nmy one of my requirement is need to hide the SAVE AND BACK button on below screen.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nANY ONE have INFO????\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Sazees,\n\nYou need to check in the layout which view matches the layout that you need to modify and then make the changes accordingly.\n\nAccording to your screenshot, the view that you need to look for is the Detailed View of Bank Information.\n\nPaste the screenshot of your OVP screen if you still have some issues.\n\nBest Regards,\n\nRohit\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/6064224/requestid-functionality.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00162-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Jun 05 11:25 AM\n\nHi Team,\n\nIt is a regular requirement to have the requestid kind of functionality of the BI/BW to be had it BPC.\n\ni.e who did what and when.\n\nI haven't completely thought abt the whole step by step process....but here is a broad roadmap...\n\nWe need to implement a Requestid Dimension which replicates the Requestid functionality of BI..\n\ni.e stores the required info..regarding the package who what and when.\n\nIn the systemconstants file create a constant for storing request id.\n\nand increment this in your default file... whenever a SSIS package executes or whenever data is sent.\n\nnow store this info in requestid Dimension.....\n\nhow do we get the userid info?\n\nhow do we differentiate between SSIS data send and a regular data send..?\n\nor do we need any other info to be stored in this Dimension.?\n\nPlease Gurus and all try to help put more bones and flesh on this idea\n\nhas anybody implemented this kind of functionality.?\n\nplease do not suggest to use audit functionality...\n\nthnx for your time...any ideas/suggestions/directions would be much appreciated......\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nGurus....\n\nany inputs on this...\n\nthnx again for your time...\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 9 |\n| 2 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/3948039/plz-give-the-ans.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Apr 21 7:35 AM\n\n1)why we used tiff file in scripts?\n\n2) if we have a quality client 300 in this client is it works scripts?\n\n3) what is difference 4.6 c and 4.7 EE version?\n\n4) give me some idea about ecc 6.0 version?\n\n5) what is the purpose of code inspector?\n\n6) in LSMW why we prefer session method?why we used direct method some times only?\n\n7) how to debugs smart forms?\n\n😎 difference between split and concatenate?\n\n9) in which situation we can create secondary index?\n\n10) what r the different type of session?\n\n11)how to handle the error in call traction with step loop?\n\n12)what is conversion routine why we used?\n\n13) can we generated 2 session in BDC ? how?\n\n2008 Apr 21 7:49 AM\n\n8)difference between split and concatenate?\n\nSplit will split a string into different portion , splitting at a particular charactor.\n\nlets a = 'a b c d'\n\nsplit a at ' ' into b c d e.\n\nthen b ='a'\n\nc = 'b'\n\nd = 'c'\n\ne = 'd'\n\nBut concatinate will combaine different pieces of string into one sstring\n\nCONCATENATE b c d e INTO a.\n\nthen a = 'abcd'\n\n11)how to handle the error in call traction with step loop?\n\ndata : bdcmsg like bdcmsgcoll occurs 0 with header line.\n\ncall transaction 'SE11' using it_bdc mode 'N' update 'A' messages into bdcmsg.\n\nloop at bdcmsg.\n\ncall function 'FORMAT_MESSAGE'\n\nexporting\n\nid = sy-msgid\n\nlang = '-D'\n\nno = bdcmsg-msgnr\n\nv1 = bdcmsg-msgv1\n\nv2 = bdcmsg-msgv2\n\nv3 = bdcmsg-msgv3\n\nv4 = bdcmsg-msgv4\n\nimporting\n\nmsg = bdcmsg-msgv1\n\nexceptions\n\nnot_found = 1\n\nothers = 2\n\n.\n\nif sy-subrc <> 0.\n\nMESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO\n\nWITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.\n\nendif.\n\nif bdcmsg-msgnr = 428 .\n\nsuccess = success + 1.\n\nendif.\n\nwrite: / bdcmsg-msgv1.\n\nendloop.\n\nHere bdcmsgcoll is a message handaling structure .\n\n13) can we generated 2 session in BDC ? how?\n\n&----\n\n*& Report ZBDCZMASTERSESSION\n\n*&\n\n&----\n\n*&\n\n*&\n\n&----\n\nreport zbdczmastersession.\n\ntables: plsc.\n\ntypes: begin of s1,\n\nempid type zmaster-empid,\n\nname type zmaster-name,\n\nage type zmaster-age,\n\nend of s1.\n\ndata : it_tab type s1 occurs 0 with header line.\n\ndata : it_bdc type bdcdata occurs 0 with header line.\n\ndata : session like apqi-groupid value 'Sar'.\n\nselect * from zmaster into table it_tab.\n\ncall function 'BDC_OPEN_GROUP'\n\nexporting\n\nclient = sy-mandt\n\ngroup = session\n\nuser = sy-uname\n\nexceptions\n\nclient_invalid = 1\n\ndestination_invalid = 2\n\ngroup_invalid = 3\n\ngroup_is_locked = 4\n\nholddate_invalid = 5\n\ninternal_error = 6\n\nqueue_error = 7\n\nrunning = 8\n\nsystem_lock_error = 9\n\nuser_invalid = 10\n\nothers = 11\n\n.\n\nif sy-subrc <> 0.\n\nmessage id sy-msgid type sy-msgty number sy-msgno\n\nwith sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.\n\nendif.\n\nrefresh it_bdc.\n\nloop at it_tab.\n\n*IF SY-TABIX < 2.\n\nrefresh it_bdc.\n\nperform bdc_dynpro using 'SAPMSRD0' '0102'.\n\nperform bdc_field using 'BDC_CURSOR'\n\n'RSRD1-TBMA_VAL'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=SHOW'.\n\nperform bdc_field using 'RSRD1-TBMA'\n\n'X'.\n\nperform bdc_field using 'RSRD1-TBMA_VAL'\n\n'ZMASTER'.\n\nperform bdc_dynpro using 'SAPLSD41' '2200'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=TDED'.\n\nperform bdc_field using 'BDC_CURSOR'\n\n'DD03P-FIELDNAME(01)'.\n\nperform bdc_dynpro using '/1BCDWB/DBZMASTER' '0101'.\n\nperform bdc_field using 'BDC_CURSOR'\n\n'ZMASTER-AGE'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=SAVE'.\n\nperform bdc_field using 'ZMASTER-EMPID'\n\nit_tab-empid.\n\nperform bdc_field using 'ZMASTER-NAME'\n\nit_tab-name.\n\nperform bdc_field using 'ZMASTER-AGE'\n\nit_tab-age.\n\nperform bdc_dynpro using '/1BCDWB/DBZMASTER' '0101'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'/EBACK'.\n\nperform bdc_field using 'BDC_CURSOR'\n\n'ZMASTER-EMPID'.\n\nperform bdc_dynpro using 'SAPLSD41' '2200'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=WB_BACK'.\n\nperform bdc_field using 'BDC_CURSOR'\n\n'DD03P-FIELDNAME(01)'.\n\nperform bdc_dynpro using 'SAPMSRD0' '0102'.\n\nperform bdc_field using 'BDC_CURSOR'\n\n'RSRD1-TBMA_VAL'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=BACK'.\n\nperform bdc_field using 'RSRD1-TBMA'\n\n'X'.\n\nperform bdc_field using 'RSRD1-TBMA_VAL'\n\n'ZMASTER'.\n\n*call transaction 'SE11' using it_bdc mode 'A' UPDATE 'A' MESSAGES INTO BDCMSG.\n\n*CALL FUNCTION 'BDC_INSERT'\n\nEXPORTING\n\nTCODE = 'SE11'\n\n*TABLES\n\n*DYNPROTAB = IT_BDC\n\nEXCEPTIONS\n\nINTERNAL_ERROR = 1\n\nNOT_OPEN = 2\n\nQUEUE_ERROR = 3\n\nTCODE_INVALID = 4\n\nPRINTING_INVALID = 5\n\nPOSTING_INVALID = 6\n\nOTHERS = 7\n\n.\n\n*IF sy-subrc <> 0.\n\nMESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO\n\nWITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.\n\n*ENDIF.\n\n*\n\n*WRITE:/ ' CREATED '.\n\n*ENDIF.\n\nendloop.\n\ncall function 'BDC_CLOSE_GROUP'\n\nexceptions\n\nnot_open = 1\n\nqueue_error = 2\n\nothers = 3\n\n.\n\nif sy-subrc <> 0.\n\nmessage id sy-msgid type sy-msgty number sy-msgno\n\nwith sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.\n\nendif.\n\n*call transaction 'SM35'.\n\n*SUBMIT RSBDCSUB.\n\n*SUBMIT RSBDCreo.\n\nsubmit rsbdclog.\n\n----\n\nStart new screen *\n\n----\n\nform bdc_dynpro using program dynpro.\n\nclear it_bdc.\n\nit_bdc-program = program.\n\nit_bdc-dynpro = dynpro.\n\nit_bdc-dynbegin = 'X'.\n\nappend it_bdc.\n\nendform.\n\n----\n\nInsert field *\n\n----\n\nform bdc_field using fnam fval.\n\nif fval <> ''.\n\nclear it_bdc.\n\nit_bdc-fnam = fnam.\n\nit_bdc-fval = fval.\n\nappend it_bdc.\n\nendif.\n\nendform.\n\n-\n\n'BDC_OPEN_GROUP' will create sessions\n\n2008 Apr 21 8:06 AM\n\nHi Gopi Krishna,\n\n5) what is the purpose of code inspector?\n\nAns: Refer to below Link\n\nhttp://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/content.htm\n\n2008 Apr 21 8:17 AM\n\n7) how to debugs smart forms?\n\nafter executing the smartform u will get a function module\n\ngoto that function module then follow this goto->main program\n\nthen there u will get a include with some F01ex INCLUDE /1BCDWB/LSF00000106F01.then display that include and but a breakpoint and debug as u usually do.\n\nRegards\n\nlalith\n\n2008 Apr 21 9:43 AM\n\nHi,\n\n5. Code Inspector- It is used to show the performance the\n\nreport. Which statement lead to performance standards etc.\n\n8. Difference between split and concatenate\n\nSplit is used to devide the string into number of suib strings.\n\nConcatenate is used to to combine a set of strings in\n\na single string.\n\n7. How to debug a smart form- You can put a staement\n\nBreak-point.\n\nIn program lines.\n\n(or)\n\nJust swich on the debugging at the time of executing\n\nthe function module.\n\n12. Conversion routines- To modify the output format at run\n\ntime. i.e. date and time formats etc..\n\n13. we can generate 2 sessions in BDC.\n\nJust call the function modules twice in the program.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/9577946/bdcinsert-for-vk11.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2012 Oct 03 7:06 PM\n\nHi all,\n\nI am trying to set up a bdc session for entering pricing conditions through vk11. I recorded a session of the transaction using tcode SHDB to set up the bdc table with the parameters needed to complete the transaction, but it is not saving when I pass it to BDC_INSERT. Essentially the logic looks like this...\n\nBDC_OPEN_GROUP\n\nLOOP at itab into wa.\n\nbuild bdc_tab using program, dynopro, dynbegin and fname from transaction SHDB recording with corresponding wa-fval\n\nBDC_INSERT\n\nCOMIT WORK every 100 records\n\nENDLOOP\n\nBDC_CLOSE_GROUP\n\nFrom the SHDB recording the first line in the display is\n\nprogram = ' '\n\ndynpro = ' '\n\ndynbegin = 'T'\n\nfname = 'VK11'\n\nfval = ' '\n\nIf I include this line in the bdc_tab i get an eror of screen ' ' is invalid, but if i don't the session completes with no errors but does not save to the db tables. The recording that it is modeled after worked successfully, so I'm not sure why it won't save when running in the program bdc session with the exact same parameters. This is the fisrt bdc I have ever set up so I'm not sure what all I need to check. Any help is appreciated\n\nZack\n\n2012 Oct 03 7:47 PM\n\nYes the blank values are special.\n\nYou need to refresh bdctab for every loop pass.\n\nThe first line without dynpro is not needed.\n\nThere must be a statement when you save vk11 while recording .\n\nThat has to be included.\n\nOk codes could be different for each tcode though.\n\nExample\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=UPDA'.\n\n2012 Oct 03 7:47 PM\n\nYes the blank values are special.\n\nYou need to refresh bdctab for every loop pass.\n\nThe first line without dynpro is not needed.\n\nThere must be a statement when you save vk11 while recording .\n\nThat has to be included.\n\nOk codes could be different for each tcode though.\n\nExample\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=UPDA'.\n\n2012 Oct 03 8:06 PM\n\nI do refresh the bdctab each loop pass. In the recording, I go through the transaction completing all steps, and then cilck save. When I click save it takes me to the log with the list of bdctab values. The last item on that list is the last field filled in- the Valid to date. Where would I see the step where it saved? Are there specific settings when I run the record that should be set to see this, or to actually complete the save? I think this part is what I might be missing.\n\n2012 Oct 03 8:30 PM\n\nIn SHDB after hitting save for VK11 go back and save the recording and then view the recording in ABAP editor.\n\nThere you will see the OK code for save.\n\nOr you can just scroll down the recording steps and check the OKCODEs and use one which might be for VK11 save.\n\n2012 Oct 03 8:32 PM\n\n2012 Oct 09 4:53 PM\n\nThanks for your help,I am getting closer. I did need to customize the lines added to the bdctab based on some variations. Now it works and saves when using CALL TRANSACTION 'VK11' USING bdctab MODE 'N', but when I use BDC_INSERT it does not save to the db tables. Is there a special commit or extra step needed to use BDC_INSERT vs CALL TRANSACTION?\n\n2012 Oct 09 6:11 PM\n\nI have figured it out. The BDC_INSERT creates a session that must be manually run through SM35. I found a way to submit that automatically through the program after the group was closed and it updates the database then.\n\nThe code i used to submit the session through the program was...\n\nDATA v_qid TYPE apq_quid.\n\n* Post BDC session programatically\n\nSUBMIT rsbdcsub WITH mappe = i_session \"i_session = gruop name from open_group\n\nWITH von = sy-datum\n\nWITH bis = sy-datum\n\nAND RETURN.\n\n* Displaying session for errors\n\n* selection for qid to display session log\n\nSELECT SINGLE qid\n\nINTO v_qid\n\nFROM apqi\n\nWHERE datatyp = 'BDC'\n\nAND groupid = i_session\n\nAND progid = sy-repid\n\nAND userid = sy-uname\n\nAND credate = sy-datum.\n\n* submit the program for BDC session error log\n\nIF v_qid IS NOT INITIAL.\n\nSUBMIT rsbdc_protocol\n\nWITH session = i_session\n\nWITH user = sy-uname\n\nWITH queue_id = v_qid\n\nAND RETURN.\n\nENDIF.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/613789/hana-express---initialization-of-streaming-server.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2018 Aug 22 9:57 PM\n\nHi\n\nIm trying to install HANA express 2.0 rev 23 into a vmware image with Open suse leap 42.3\n\nI have choose to install all the component, but I get an error on the Initialization of Streaming Server. see line 2058 in the attached logfile.\n\nI have also added the host files, to show how I have added the server names and FQDN. I have also turned of the firewall before installation. I may be that it a timout problem, but I have now struggeled a lot with the installation of Streaming service. Any tips will be highly appreciated.\n\nsetup-hxe-2018-08-21-221658.txt\n\nBr Petter Huseby\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nWhen I run the command : ALTER DATABASE HXE ADD 'xsengine' I get the following error:\n\nCould not execute 'ALTER DATABASE HXE ADD 'xsengine'' in 9 ms 774 µs . SAP DBTech JDBC: [2]: general error: nameserver failed to process the request;ltt exception: exception 70000000: ste::Exception type FileNotFound message /usr/sap/HXE/SYS/global/hdb/custom/config/DB_HXE/xsengine.ini additionalInfo file not found; $sysrc$=2; $sysmsg$=No such file or directory\n\nI have added two screenshots of the file structure, and I see the the \"missing\" file is in the parent folder.\n\nHi Johannes\n\nDo you run the latest version 2.2.3 ?\n\nTry look at my other post maybe this helps:\n\n| User | Count |\n| --- | --- |\n| 58 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/7429418/srm-70-no-service-agent-when-creating-service-requ.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00377-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2010 Jun 15 1:53 PM\n\nHi Experts,\n\nI'd like to use service orders items in SRM 7.0, that is, request external staff directly through a PO. We are not using SUS. The purchaser or purch. assistant should be able to create an item of type 'Service Order'. So far, I am able to create such an item and to select a supplier from the list, but I can't get the system to display any service agent.\n\nI replicated the vendor from the backend system.\n\nI set the bidder flag in the business partner and maintained a (backend) product category for this bidder.\n\nI set the allow surrogate bidding flag (don't know whether this is necessary)\n\nI included the vendor into a supplier list for the relevant product category\n\nAll this is necessary in order for the vendor to show up as a possible source of supply when creating the service order item.\n\nNow,\n\nI additionally created a contact person for the vendor (through the Web GUI)\n\nI set the flags contact person and service agent\n\nI did the same but this time linking an SU01 user with the contact person. I tried assigning several roles to this user, including, but not limited to, /SAPSRM/SUS_SERVICE_AGENT.\n\nI even tried setting the SRM system as a EBP_SUS system in the landscape configuration (I first tried with LOCAL).\n\nStill no service agent would show up when clicking on 'Add/Remove Service Agent'\n\nDoes anybody know what I'm missing, doing wrong or incorrectly assuming?\n\nThanks\n\nt7\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello Tangram,\n\nI found the non-ability to find service-agents in service orders and service requests strange aswell. While there indeed is the ability to create service agents for a vendor it can not find these service agents. From what we concluded this most probably is due to not having SUS configured which includes service agents aswell. [SAP help|http://help.sap.com/saphelp_srm70/helpdata/en/fb/6d18850b3d4ba2a94766ff2a509fca/frameset.htm] didn't clearify anything either.\n\nThis is something we might want to post an OSS message for. Because i think you're right, the service agents in SRM should come up.\n\nKind regards,\n\nTim\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYes, unfortunately it is more often than none that the SAP documentation is very vague regarding what are the prerequisites for a given functionality or in which scenario it is really available. I guess I could debug the code and find out what's happening, but debugging SRM 7.0 with the NWBC (Business Client) seems to be impossible; as soon as you put an external breakpoint a short dump is generated. So I'm afraid I'll have to open an OSS message as well.\n\nThanks and regards\n\nt7\n\nHi\n\ndid you try like this\n\nNote 1174423 - Business partner is invalid for Employee as Service Agent\n\nYou create an Employee for Business Partner using 'Manage Business Partner' BBPMAININT transaction. You mark the Employee as 'Service Agent' and save the Employee. Now if you try to edit the Business Partner in transaction BBPMAININT the system prompts the message 'Business partner XXXX is invalid'\n\nSo, does anybody know what steps are necessary for getting service agents available when requesting external staff?\n\nI am able to select vendors/bidders as source of supply and to create contact persons/service agent for them, but the service agents are not available when requesting external staff. Any idea?\n\nThanks\n\nt7\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/11531378/price-list-update-by-dtw.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2015 Feb 13 8:33 AM\n\nHello\n\ni checked 903392 - DTW_How to set PriceList field for the Items_Price object\n\n1. I created template file\n\n2. I want update this price list (1st result select * from OPLN)\n\n3. Master Data > Update> Inventory >Item Master Data >Item prices (attached 1 template here). Mapping rules (pricelist should be blank but i tried also when value was in)\n\n4. Import 0 errors but price is still OLD. Data import from excel work corectly but here i cant control erros , i have over 1k indexes to import. Any advices?\n\nBest Regards\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Krystian,\n\nHave you checked the setup of Currencies:\n\nIf OK... and DTW doesn't work,\n\nyou can try using Excel-Import:\n\nPrepare in Excel your Template, but Use the real Pricelistnum like this...\n\nSave to Text-Tabstopped-File.\n\nI use the first line as double...\n\nYou only need the Lines A-D:\n\nOK - browse to txt-File...\n\nPlease look about other Price-Systems in B1:\n\nYou can use Special-Prices and the import via DTW works fine... Template OSPP.\n\nHope that helps.\n\nRegards\n\nMarkus\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nPlease close this thread, if you got answer.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 125 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/7512155/recipient-bank-swift-code-for-format-mt101-is-miss.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00529-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2010 Jul 13 10:21 AM\n\nHi,\n\nI am trying to create a new payment method using the MT101 format. When I am testing this by running F110 I get a message in the display logs of the payment medium: Recipient bank SWIFT code of payment medium in format MT101 is missing. In the help it says, that I can enter it directly as format parameter, but I cannot find the place, where to enter this. Alternatively it can be read from house bank DME data, but what do I have to change there?\n\nThanks a lot for advice\n\nGreetings Kris\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nPlease refer thread\n\nRegards,\n\nGaurav\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThanks for your answer. Unfortunately it does not help:\n\nI have tried to enter the SWIFT code in the SAP format FPM_SWIFT, but without a better result. The bank has also its SWIFT code entered, in the vendor I can see it as part of the bank data, and with transaction FI03 I can see it also for the bank.\n\nRegards Kris\n\nGo to OBPM1 and double click on MT101 format.\n\nIn thelower side you will see \"Strct. for format parameters\" as FPM_SWIFT and a \"Default\" button there. Click on the \"Default\" button and tick the check box \"Create Prefix\" and enter the SWIFT code of the recipient bank there.\n\nHope this will help.\n\nRegards,\n\nGaurav\n\n| User | Count |\n| --- | --- |\n| 122 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/9924002/crm-enhancement-log---does-it-exist.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2013 Apr 03 3:59 PM\n\nHello,\n\nI am trying to create a Rapid Application on a CRM sandbox environment, and I am getting a strange error.\n\nWhen I click on \"Save and Generate\" I am told \"Generation preparation of enhancement XXX failed; check enhancement log\".\n\nIf I click on the details of the message, I am told \"Choose the status icon of the enhancement to see the log messages.\"\n\nThis doesn't help much as there's no status icon that I can see; can anyone tell me where I can find this Enhancement Log? I can't find any reference to such a log in my course notes or searching online.\n\nMany thanks,\n\nStuart.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nClosing this as the rapid applications started to work the following day.\n\nNo explanation could be found.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 20 |\n| 4 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/4763263/cell-padding-in-a-crosstable.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 16 3:31 PM\n\nHello everybody,\n\nI'm searching for a good method to illustrate cell padding in a crossTable. In Crystal Reports there is the function \"show cell margins\".\n\nIf this option is activated, there is a gap between the data fields and the margin of the cells. Because of the gap it is impossible to colour the whole cell by a condition.\n\nIf the option is not activated theres is no gap between the cells and the margin. This results in a really crimped cross table layout.\n\nSo, what I need is the following...\n\nEither...\n\nA conditional format of the cross table cell background, depending on the value of the data field in that cell\n\nOr...\n\nThe possibility to set a text indention for number cells\n\nDoes anybody know if these functions exist?\n\nWhat's the alternatives?\n\nThanks for helping me...\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nIf I understand you correctly, you may want to try the following:\n\nFor your first option:\n\n1.Right-click on the field and select \"Format Field\"\n\n2. In the \"Border\" tab, click on the \"x-2\" button to the right of the Background option.\n\n3. In the format formula editor you would enter something like\n\nIf currentfieldvalue = 1 then\n\ncrred\n\nelse if currentfieldvalue = 2 then\n\ncrblue\n\nelse if ..... any other colors\n\n4. Save and close the format formula editor.\n\nFor the second option:\n\n1. Right-click on the numeric field and select \"Format Field\"\n\n2. In the \"Common\" tab change the \"Horizontal Alignment\" drop-down to \"Left\" to left-justify the number.\n\nHope this helps!\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello M Kotzabassi and all the others around here,\n\nthank you for your answer.\n\nThe first option is now working with the conditional border colours. It's not the silver bullet, but it works. Thank you!\n\nConcerning the second option.\n\nI don't want to left-justify the numbers. I would like to set a text indention for numbers. Does anybody know a formula, which I can enter into the \"horizontal alignment\"-Formula-Dialog?\n\nBest Regards!\n\nHello again!\n\nWhat I mean is text indenting,\n\nthe numbers shouldn't be placed directly at the beginning or the end of field.There should be a small gap, and this gap should be editable. For example in Excel there is a function like this.\n\nExample:\n\nUsually the numbers are placed right-justified.\n\n```\n| 0,00| 0,00| 0,00|\n| 0,00| 0,00| 0,00|\n| 0,00| 0,00| 0,00|\n| 0,00| 0,00| 0,00|\n```\n\nWhat I want, is the following:\n\n```\n| 0,00 | 0,00 | 0,00 |\n| 0,00 | 0,00 | 0,00 |\n| 0,00 | 0,00 | 0,00 |\n| 0,00 | 0,00 | 0,00 |\n```\n\nOK, I hope now it has become clearer...\n\nHello, I don't think the currency symbol formulas will do what you need. I believe you need to change the number to text (as was shown in the previous message) and add one or more spaces after it. To put the formula in the display string option:\n\n1. Right-click on the field in the cross-tab and select \"Format Field\".\n\n2. In the Common tab, click on the \"x-2\" button to the right of the \"Display String\" option towards the bottom.\n\n3. In the formula editor put something like\n\n```\ntotext(currentfieldvalue) + ' '\n```\n\nwith however many spaces you want in the \"+ ' ' \" option.\n\nHi,\n\nthank you for your insights.\n\nI think the display string formula is a good method.\n\nNow I can construct a left and a right padding for the current field.\n\nA bottom padding can be constructed easy by increasing the field size, because the vertical alignment of the field is always \"top\".\n\nBut what's with the top-padding.\n\nHow to reach this?\n\nI need something like a vertical alignment function.\n\nThis would be very helpful.\n\n| User | Count |\n| --- | --- |\n| 58 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/7847785/user-ui-default-values-being-lost.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00429-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2010 Nov 03 2:18 AM\n\nWe have an ABAP webdynpro application that enables users to complete and submit a web form through the Enterprise Portal. The input fields have the standard UI element user default functionality via \"User settings => Use current value as default\"\n\nWhat we are finding is that after the user has created and submitted the first form and then immediately returns to the function to create a new form the fields with the default values are now empty.\n\nThe defaults values are back again if the user logs off and on again or refreshes the Portal application.\n\nHas anyone else experienced this issue and if you have is there a way that you know of so that the defaults are retained each time the user activates the create function or is required that the session be refreshed each time?\n\nNot sure if it is setting we have missed or if the UI Element function is \"functioning as designed\"\n\nWe are on ECC6 Netweaver 7.0\n\nThanks experts\n\nRegards\n\nGary\n\nEdited by: Gary Kitchen on Nov 3, 2010 3:19 AM\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThe default values are only going to be displayed upon the initialization of the view from scatch. Perhaps when you perform your navigation to go back ot the initial screen you should use an Exit Plug or Portal API to reload the application instead. Another option would be to go to the View Properties and set the lifetime to When Visible. Then when you fire a navigation plug to go to a different view, the first will be released (and hopefully that will reshow the defaults - although I can't say I've tested this scenario).\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/73852/fim-00-sp-15-fc-101sp03-issue-when-i-try-to-test-t.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00201-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2016 Nov 30 9:20 PM\n\nHi dears Exerts,\n\nI have an issue when i try to test the connexion from SAP FC,but when i tested the connexion ditrectly from FIM it worked and i can create the datastore.\n\nI had configured the fim url on General options\\External Links,\n\nthe user used is an external and administrator.\n\nWhen i tested the url http://SRVSAP:8080/fim/drillToOrigin/loginAction.jsp\n\nfrom FC i hade this error message :\n\nLog on failed: Login has failed. Unable to connect to the data services application.\n\nThanks\n\nAyoub\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello Ayoub,\n\nThe message you have is\n\nLog on failed: Login has failed.\n\n...seems more an issue with the login/pwd used for DS. Check the FIM logs, to see what is being shown there\n\nMarc\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Marc,\n\nThanks the problem has been solved\n\nAyoub\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello Marc,\n\nThanks for your response, i have checked DS settings all configurations are OK, but when i tested the dataservices Webservices urls http://srvsap:8080/DataServices/servlet/webservices?ver=2.0&wsdlxml from internet explorer.\n\nthere is no result i have an empty page.i have changed the browser to google chrome, as result i had just this message below:\n\nThis XML file does not appear to have any style information associated with it. The document tree is shown below.\n\nThanks\n\nAyoub\n\n| User | Count |\n| --- | --- |\n| 9 |\n| 2 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://answers.sap.com/questions/5146751/material-master.html",
+ "domain": "answers.sap.com",
+ "file_source": "part-00764-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Nov 30 5:44 AM\n\ndear all,\n\nI have a scenario, where i have material X which i am selling to customer . after few months I have done\n\nsome modifications to material X .\n\nNow we have Material X - which is prior modification and still we sell to customer\n\nMaterial X - after modification ,we also sell this material to customer without changing material number.(we donot want to infact )\n\nHow do we differentiate single material X with two different attributes .?\n\nthanks\n\numesh\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\ni don't know the solution, but according to your description, i recommend you to have a check of sap industry solution for Apparel and Footwear. One of the spcecail functions is to deal with the different attributes with the same material number. perhaps you can find some useful information.\n\nhope that can help.\n\nDaniel\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDear Umesh\n\nLogically and strictly speaking, you are not suppose to follow this practice. Any material that undergoes a minor change in the process, you should differentiate with a new material code. In fact, if you ask your PP guys, they will go by what I say.\n\nStill if you want the requirement to go with the same material code, what I would suggest is that in Basic Data2 view, you can see a field \"Old Material Number\". Maintain some data here and save. Later on whenever you want to see from what date, the same material code with change in process is sold, go to TCode MM04 and check. Here you can check the change records for that particular material datewise. Hope this is what your requirement is all about.\n\nthanks\n\nG. Lakshmipathi\n\nps:- if possible, please close your earlier threads wherever it is answered !!!!!!!!\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nTo my knowledge your requirement is not possible in SAP and infact in realtime scenario also. When the material is undergoing some changes and it is not similar to the material X, then it should have a different identity. Will the two materials be maintained separately in the plant? It will give more clarity if you specify in detail, the changes you are making to that material.\n\nThanks,\n\nRavi\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi umesh\n\nSo for the material X and the customer the CMIR is say Z1 but since there are some changes made in the Material X it becomes Material X1 and the CMIR for the material X1 and customer will be Z11.You cant maintain the same CMIR . for material X and customer as the material X1 has been added with some other attributes .But if the changes have been made for the material X only then you can maintain the same CMIR .\n\nRegards\n\nSrinath\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDear srinath ,\n\nThanks for your precious time.\n\nI donot want to have X and X1 materials for the same material X after few modification .Even after modification I wud like to sell as X only with same or different price .Is there any way where in material master X itself can we differentiate ?\n\nEx: Maruthi 800 car having X as material number .But in \"'X \"\" material number Ii have different attributes like colors , AC ,with sterio, etc. to differentiate .I cannot create n number of materials just for few changes .\n\npls suggest\n\nthanks,\n\numesh\n\nDear\n\nThis thing we can check in change history of material master.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 117 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ }
+]
\ No newline at end of file
diff --git a/archive_sap_com/archive_sap_com_samples_markdown.json b/archive_sap_com/archive_sap_com_samples_markdown.json
new file mode 100644
index 0000000000000000000000000000000000000000..1e42afa6eede5c938540561327a74884eafef2dc
--- /dev/null
+++ b/archive_sap_com/archive_sap_com_samples_markdown.json
@@ -0,0 +1,702 @@
+[
+ {
+ "url": "https://archive.sap.com/discussions/thread/1059242",
+ "domain": "archive.sap.com",
+ "file_source": "part-00000-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 23 8:53 PM\n\nHi Experts,\n\nI am new to the NWDI\n\nI have some questions related to the NWDI and NWDI integration manggement.\n\nWe have some set of SC's got from some team. Now we need to upload to our NWDI .For that I have done the following steps.\n\nI have created some track in the CMS.\n\nI have loded that SC in to the track.\n\nI have imported that track in to the NWDS.\n\nThe track which imported contains the SC , this SC contains some DC's .\n\nfor getting the project in to the local mechine.\n\nIn the DC prospective -> Inactive DCs -> done the right click on the respective DC's and choosen as Create project option. Then i am able to see the DC project in the webdynpro prospective.\n\nNow the project in the local mechine see the code and i need to rebuild and deploy .\n\nWhat are steps need to be done. Please provide the step by step information for doing this\n\nThanks& Regards\n\nvijay\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Vijay,\n\nFollow this:\n\n1.Import a development configuration.\n\nThe first step for you as a developer is to import an appropriate development configuration. The development configuration is your connection to the NWDI. By importing a development configuration, you get access to all resources relevant for your work without having to search for the right sources, libraries and servers.\n\n2.Select the components you want to develop.\n\nIn the Development Configurations perspective, you can create projects for existing components to add them to your development list, The development environment automatically loads the required source files and archives into your local file system and tries to build the selected components locally\n\n3. Create new components.\n\nYou can use the Development Configurations perspective also to create new components .Create the new component directly in the DTR. The development environment may propose a change list (\"activity\") or prompt you to create a new activity to be used to record the creation of the component.\n\n4.Synchronize the source files and libraries.\n\nFrom time to time, you should resynchronize your local sources and libraries with the NWDI to receive the most up-to-date changes of other developers.\n\n5.Change the component sources.\n\nBefore you can change a source file, you must make the intended change known to the DTR (to check out the file) and agree on an activity to record the change. You can create a new activity or use an existing one.\n\n6.Edit components.\n\nDepending on the type of the component you develop, you can perform components development using the Java, J2EE, WebDynpro, Dictionary or any other suitable perspective.\n\n7. Release the changes for the central build.\n\nAfter checking the changes in, you can pass them to the Component Build Service (CBS), that is, you perform the activation process.\n\n8.Release the changes in the development landscape.\n\nAfter a successful activation, pass your changes to the Change Management Service (CMS) of the NWDI, which transports your changes within the development landscape, for example, between a development system and a consolidation system.\n\nThanks\n\nKrishna\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nVijay,\n\nWhen you try to change any component in DC it will ask to save all those changes in an activity .create an activity and all your changes to that activity.\n\nonce you are done with all your changes go to development perspective - open activies and right click and check in the activity.once it is compiled and build it goes to transport view-go there and right click on the activity and release.\n\nonce you do this go to http://server:port/devinf -CMS\n\nselect your track and go to consolidation tab-select the activity and import\n\nthen all your code changes will reflect\n\nIf any issues please revert to me\n\nThanks\n\nBala Duvvuri\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhi Bala,\n\nThanks for your useful points.\n\nI am facing some errors after i created the local project by right clicking on the perticular DC.\n\nI have done the Reload + Rebuild and in the webdynpro prospective.\n\nthen i closed the nwds and then right click on the DC-> option called DC-> Build.\n\nbut still some class path errors and some applications dependent errors.\n\nI have created all the DC's which are available in perticular SC.\n\nBut still i am not able to resolve the errors.\n\nany tips for resolving those errors.\n\nRegards\n\nVijay\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/619222",
+ "domain": "archive.sap.com",
+ "file_source": "part-00000-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1034660",
+ "domain": "archive.sap.com",
+ "file_source": "part-00425-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Sep 06 2:00 PM\n\nHi,\n\nI have created a persistent class and included fields of the custom table in persistent mapping.\n\nBut when I tried to activate the class I am getting the following error\n\nMethod IF_OS_FACTORY~CREATE_TRANSIENT has already been implemented.\n\nPls suggest how this can be resolved.\n\nRegards,\n\nSavitha\n\n2008 Sep 08 8:54 AM\n\nHi Savitha,\n\nBy the error I can deduce that there are multiple implementations done for the method CREATE_TRANSIENT\n\nof the interface IF_OS_FACTORY which is not recommended..\n\nSo please check the Where used list of that method or interface so that you could come to a conclusion.\n\nHope this would help you.\n\nGood luck\n\nNarin\n\n2011 May 09 1:43 PM",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/129969",
+ "domain": "archive.sap.com",
+ "file_source": "part-00425-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2006 Apr 03 9:17 PM\n\ni need to add PP standard rvador01\n\ni'm using va42\n\n1.where i need to add data and select\n\n2. why i cant see vbeln?\n\n2006 Apr 03 9:34 PM\n\nHi,\n\nJust copy the Script to Z version, then you can change the script as your reqirment,\n\nif you wnat to chage the Address, then change the code in the Addres window, similarly where ever you wnat you can chage,\n\nif you want to the VBELN vbalue, just debug the Script (Activate debugger or execute RSTXDBUG program), in the Debug mode give the see the vbeln value (you will get), so by using this &VBAK-VBELN& just write the external perform to get the other values by writing the perform\n\n```\nex: /: perform XXXX inprogram zzzzz\n /: using &vbak-vbeln&\n /: changin &abcd&.\n /: endperform\n\nin the program zzzzz, write the from\nFORM XXXX in_tab structure itcsy\n out_tab structure itcsy.\n write your code\nENDFORM\n```\n\nThanks\n\nSudheer\n\n2006 Apr 03 9:34 PM\n\nHi,\n\nJust copy the Script to Z version, then you can change the script as your reqirment,\n\nif you wnat to chage the Address, then change the code in the Addres window, similarly where ever you wnat you can chage,\n\nif you want to the VBELN vbalue, just debug the Script (Activate debugger or execute RSTXDBUG program), in the Debug mode give the see the vbeln value (you will get), so by using this &VBAK-VBELN& just write the external perform to get the other values by writing the perform\n\n```\nex: /: perform XXXX inprogram zzzzz\n /: using &vbak-vbeln&\n /: changin &abcd&.\n /: endperform\n\nin the program zzzzz, write the from\nFORM XXXX in_tab structure itcsy\n out_tab structure itcsy.\n write your code\nENDFORM\n```\n\nThanks\n\nSudheer\n\n2006 Apr 03 9:42 PM\n\nhi in print prog i dont see any value that takes vbeln\n\ni made a debug\n\n2006 Apr 03 10:08 PM\n\nHi,\n\nVBELN is coming from NAST table. Please check Print Program. The Print Program is assigned in Output determination which has been selected vis NAST-OBJKY.\n\nVBCO3-VBELN = NAST-OBJKY.\n\nRegards,\n\nLanka",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/129188",
+ "domain": "archive.sap.com",
+ "file_source": "part-00015-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2006 Mar 31 1:18 PM\n\nHi\n\nIs there anyone that knows (user-excit etc) where to check if the user is permitted to show item:s for a specific BP.\n\nI try to find a place where to check when the user have filled in BP and CA and press enter but I cant find a place to check if the user is allowed to see the items,\n\nI have a field in but000(augrp)that I can use in auth. object B_BUPA__GRP and see if the user is permitted.\n\nPlease help if you know\n\n//\n\n2006 Mar 31 3:40 PM\n\nHi Jan,\n\nyou can use an event.\n\nUse transaction FQEVENTS and look for 'account'. I'd recommend to use event 1200 (Acct Balance: Set Header Data).\n\nYou have to create and set active a function module. This function should be a copy of\n\nFKK_SAMPLE_1200\n\nIn the interface, you get company code (I_BUKRS), business partner (I_GPART) and contract account (I_VKONT).\n\nCheck those values, do the AUTHORITY check and issue an E message if the user is not allowed.\n\nHope it helps,\n\nClemens\n\nMessage was edited by: Clemens Li\n\n2006 Mar 31 3:40 PM\n\nHi Jan,\n\nyou can use an event.\n\nUse transaction FQEVENTS and look for 'account'. I'd recommend to use event 1200 (Acct Balance: Set Header Data).\n\nYou have to create and set active a function module. This function should be a copy of\n\nFKK_SAMPLE_1200\n\nIn the interface, you get company code (I_BUKRS), business partner (I_GPART) and contract account (I_VKONT).\n\nCheck those values, do the AUTHORITY check and issue an E message if the user is not allowed.\n\nHope it helps,\n\nClemens\n\nMessage was edited by: Clemens Li\n\n2006 Mar 31 4:02 PM\n\nHi Jan,\n\nCheck these user exits for FPL9,\n\nFKYA001X:Customer Exit for Format AT_DOM (Header)\n\nFKYA002X:Customer Exit for Format AT_DOM (Payment Record)\n\nFKYA003X:Customer Exit for Format AT_DOM (Trailer)\n\nThanks\n\nSanju\n\n2006 Apr 03 11:23 AM\n\nHi Clemens\n\nThanks for your help, it seems to be in that area I will look into but when you sends out a message here (W or E), the field is closed for input.\n\nThe user have to restart the transaction to get the possibility to type new values.\n\nDo you have any idea?\n\nBR//\n\n2006 Apr 03 2:50 PM\n\nJan,\n\nSorry I haven't got access to a contract accounting system right now, so I don't know exactly. I think the exit I told you might be processed in a PBO function and the message may raise an exception leading to the closing of fields (what fields?).\n\nTry anny of the other 'account' exits; most opr all of them are processed in FPL9.\n\nLet me know, if you need more help. Thursday night I can access the contract accounting system and try for you.\n\nregards,\n\nClemens\n\n2006 Apr 06 8:51 AM\n\nHi\n\nI have tried the most?? of them, but still, the problem is\n\nthe \"locked\" fields, I have to restart fpl9 to get the fields ready for input.\n\nBR//Janne\n\n2006 Apr 06 10:17 AM\n\nHi Jan,\n\nplease let me know what fields are locked, which exit you use and the ABAP code of the exit function.\n\nI'll have a look.\n\nRegards,\n\nClemens\n\n2006 Apr 07 9:30 AM\n\nHi Clemens\n\nThe event 1211 solved my problem, her I made auth. check and send out the message, than the field is open for the user to input new values.\n\nThanks for your help.\n\nBR//Janne",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3167664",
+ "domain": "archive.sap.com",
+ "file_source": "part-00452-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2012 Apr 26 5:26 PM\n\nWe have some Crystal Reports that we upgraded from Crystal Report 10 to Crystal Report 13 via tha Visual Studio 2010 automated process. The reports runs fine on my local development environment which is Windows XP Professional Edition using Visual Studio 2010. Now when I try to test these reports on Windows 2008 Server where the code is being deployed the SAP Crystal report browser omes up and there is not actuall report within the Crystal Report browser. I also see a logo saying SAP Crystal Report on this browser on Window 2008 Server but no report within the browser. I have installed the CR_Runtime_32bit_13_0_2.msi on the server.\n\nThe only difference between the above to environments is that one has the Crystal Reports 13 for Visual Studio 2010 and the server has CR Runtime Environment.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nIf you are using sessions, ensure the following flow is used:\n\nUse the following workflow:\n\nFrom your description, I do not think the above is the issue, but just wanted to cover that possibility. For an issue where the report does not come up at all see the following:\n\nKB - 1605773 - CRVS2010 web viewer is not displaying the Crystal report\n\nSymptom\n\nEnvironment\n\nCause\n\nResolution\n\nC:\\inetpub\\wwwroot\\aspnet_client\\system_web\\4_0_30319\\crystalreportviewers13\\...\n\n `` \nPlease note that the path in the above solution is important. E.g.; if you install to a driver other than \"C\", you will have to adjust.\n\n- Ludek\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Ludek- I tried copying the asp_client folder to the C drive as well as the root of my web application where the web.config resides and I get the same issue of a blank white SAP Crystal Report Viewer. I checked and I have the httpHandler tags for SAP in the web.config as well.\n\nI was wondering do you know if I need to install anything other than CR_Runtime_32bit_13_0_2.msi\n\nI saw some merge modules I was wondering if you know I needed to install them on the server as well....\n\nThanks\n\nHello Natasha\n\nNo other runtime is needed. The MSI is it and best as it also includes other non CR dependencies (e.g.; VC++). Couple of ideas.\n\n1) See if the info in the following thread will help:\n\nhttp://scn.sap.com/thread/3157366\n\n2) Use a utility such as Charles or Fiddler to see where the viewer requests are being redirected to.\n\n- Ludek\n\nHello Ludek- According to fiddler it appears to be looking for the WebResources.axd file and displays this message:\n\nGET WebResources.axd.404 Not Found\n\nServer Error:\n\n404 Not Found\n\nThe resource you are llokign for might have been removed, had its name changed, or is temporarily unavailable.\n\nIs there any Crystal Report Runtime patch or fix I might need to apply for this to work.\n\nThanks!\n\n-Natasha\n\nThe 404 error has nothing to do with Crystal Reports. I'd suggest googling \"error 404\" and see if any of the finds will help. You will have to resolves this error before continuing on to CR.\n\nIs Fiddler telling you anything about the crystalreportviewers13 folder? Is it even being looked for?\n\n- Ludek\n\nNatasha, I just noticed that you are also on this thread:\n\nhttp://scn.sap.com/thread/3180949\n\nThat will just lead to confusion and its' against the rules of engagement. Please choose the thread you want to work on, let me know and I'll close the other one.\n\n- Ludek\n\nThe entire .NET application works fine but when I click the link that takes us to the Crystal Reports we get the missing WebResource.axd. I have also added the WebResource.axd handler to the web.config. But I get the following error.\n\nGet WebResource 500 Internal Sever Error\n\nThere is a problem with the resource you are looking for, and it cannot be displayed.\n\nThis only happens when running the reports using the Crystal Report Runtime Environment on the but not within visual studio.\n\nHi Ludek,\n\nWe also have the similar issue when we published our software to one of our client. The server is Windows 2008 R2 62bit,\n\nVS2010\n\nCR for VS2010\n\nWhen I tried Fiddler it is saying it is redirecting.\n\n302 HTTP /aspnet_client/system_web/4_0_30319/crystalreportviewers13/js/crviewer/crv.js\n\n302 HTTP /aspnet_client/system_web/4_0_30319/crystalreportviewers13/js/crviewer/images/style.css\n\n302 HTTP /aspnet_client/system_web/4_0_30319/crystalreportviewers13/js/crviewer/spider/spider/aspnet_client/system_web/4_0_30319/crystalreportviewers13/js/crviewer/crv.js\n\n302 HTTP /aspnet_client/system_web/4_0_30319/crystalreportviewers13/js/crviewer/images/spider/spider/aspnet_client/system_web/4_0_30319/crystalreportviewers13/js/crviewer/images/style.css\n\nand so on.\n\nPlease help.\n\nThanks\n\nBaby C S\n\nSee if this will help:\n\n `` \n\n```\n\n```\n\n- Ludek\n\nFollow us on Twitter\n\nGot Enhancement ideas? Try the SAP Idea Place\n\nShare Your Knowledge in SCN Topic Spaces\n\nI think we've pretty well exhausted all I can think of. I'd say the next step would be to create a phone case here;\n\n- Ludek\n\nSir Mr.Uher,\n\nI have been struggling for same problem (report page coming blank) for last more than 8 days. Since last 22 hours I have been continuously doing r&d for solving this thing, tried in various ways but no luck. I came across this post & followed what you have written & my report is coming now. Sir, Thank you very very very much for your valuable solution.\n\nThanks again,\n\nRegards,\n\nAmita\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1301518",
+ "domain": "archive.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Apr 08 9:41 PM\n\nHi\n\nWe are making limited use of the online/offline solution on MSA 5.0 SP11 with workgroup.\n\nIt looks to be conifgured correctly and we have applied note 1107935.\n\nPopup on login works fine but then, after exiting the client, when you go back in, the choice is not presented.\n\nOn further investigation, it seems to be because MobileClient.exe is still running in task manager.\n\nIf we end the task and then start MSA, the popup magically reappears.\n\nDoes anyone have any ideas or should I raise an OSS for this?\n\nCheers\n\nJames\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi James,\n\nAre you still experiencing this problem?\n\nCan you try registering the file OnlineOfflineCore.dll located in bin.net and then try to launch Mobile Sales after that.\n\nRegards,\n\nGervase\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHI Gervase\n\nYes - we have tried this but the problem does not seem to bein the triggering of the online/offline popup - it seems to be a problem with the closing of the mobile application itself.\n\nWhen we check in task manager after closing the app, the mobile client.exe remains running.\n\nWe only seem to see this in online offline situation though (although maybe it is only there that we notice it!)\n\nJames\n\nI am reposting in this message to get it to the top of the list again.\n\nIs it possible that having the database on a different machine to the client (workgroup scenario) that this could cause the MobileClient.exe not to close sometimes - because of latency or other issues?\n\nThe main reason for asking is because of the issues that we are having in this post:\n\nJames\n\n| User | Count |\n| --- | --- |\n| 19 |\n| 5 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1950698",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2011 May 10 11:33 AM\n\nHi friends,\n\nI try to upload a pdf file to the DMS using BAPI_DOCUMENT_CHECKIN2 but it always gave an error \" Error while checking in and storing\" ,\n\nIt is working fine the XML and XLS file.\n\nCan anyone help me\n\n2011 May 10 11:38 AM\n\nHi,\n\nCan you give the error message it is giving ?\n\nI guess doc type PDF is not configured.\n\nRegards\n\nBikas\n\n2011 May 10 11:57 AM\n\nHi Please look above for the error mesage. I already mention it.\n\nls_doc_files-originaltype = k_1.\n\nls_doc_files-storagecategory = k_z_g340.\n\nls_doc_files-wsapplication = k_pdf.\n\nls_doc_files-docfile = ps_file_table.\n\nls_doc_files-language = k_e.\n\nls_doc_files-description = text-210.\n\nls_doc_files-active_version = k_x.\n\nls_doc_files-checkedin = k_x.\n\nAPPEND ls_doc_files TO li_doc_files.\n\nfollowing values i m send ing.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1348006",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2009 May 20 10:31 AM\n\nHi Folks,\n\nI want to use following method code in my BADI enhancement,\n\nCALL METHOD MESSAGE_HANDLER->ADD_MESSAGE\n\nEXPORTING\n\nIM_TYPE = 'E' \"Type of Message\n\nIM_CL = 'XXX' \"Message class that you created\n\nIM_NUMBER = 'XXX' \"Message no\n\nIM_PAR1 = 'SIMULATE_VIA_BLOP'\n\nIM_PAR2 = 'IF_EX_PT_ABS_REQ~SIMULATE_VIA_BLOP' \"Method name as in our impl.\n\nIM_PAR3 = 'BLOP'\n\nIM_CONTEXT = ''\n\nIM_SUBCONTEXT = ''\n\nIM_CLASSNAME = 'CL_PT_ARQ_BLOP_ADAPTER'\n\nIM_METHODNAME = 'MESSAGE'.\n\nPlease let me know what declarations I should use and implement so this function call will run smoothly.\n\n2009 May 20 1:26 PM\n\nHi,\n\nThe validation checks are configured field level in backend only i guess.\n\nThera message handler just displays the message depending upon the XOutputMessages in each node.\n\nSo if you are using cutom Z* structures in ur new DC.\n\nLook in to backend tables V_T588MFPROPS or V_T588MFPROPC , V_T582ITVCHCK for the relevant validations.\n\nThe conversion class implemented has the business logic for valdiations.\n\nRegards\n\n2009 May 21 12:47 PM",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1058250",
+ "domain": "archive.sap.com",
+ "file_source": "part-00452-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 23 10:45 AM\n\nHi,\n\nwe have the following issue.\n\nIn T.Code MD07, we are giving the plant and MRP controller as Input. After that, once we enter into the screen, there is a button for define traffic light. Once we click on this, we will get a subscreen for traffic light. In this, traffic lights are the same for all the MRP controllers ( MRP controller should be vary in the selection criteria). Per the requirement, Business wants the traffic light selection criteria should be based on MRP controller.\n\nFor ex : if I select MRP Controler as 1, there should be some different traffic light criteria, If I select MRP Controller as 2, there shd be different traffic lights. Business wants to know whether this is possible or not?\n\nPlease let us know if any one have any idea on this? Thanks in advance.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nAny Idea on this issue?\n\nPlease suggest....\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1060824",
+ "domain": "archive.sap.com",
+ "file_source": "part-00015-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Sep 24 2:11 PM\n\nHi SAPsimhas,\n\nMy requirement is as below.\n\nI will loop through an internal table and create some files with background processing method.(JOB_OPEN,SUBMIT & JOB_CLOSE)\n\nNow once this job is triggered I need to check the status for that job after maximum 10 mins. Its not neccessary that each job will take 10 mins. only,It can be finished in 2 mins also.\n\nOnce the job is finished then I will XCOM that file.\n\nSo my question is how to code such timer which will check the job status for that job? I have a FM BP_JOB_READ which returns the job status.\n\nReply is highly appriciated.\n\n2008 Sep 24 2:27 PM\n\nTry this way\n\n```\ndo.\n call function 'SHOW_JOBSTATE'\n exporting\n jobcount = p_jobc\n jobname = p_jobn\n importing\n aborted = v_aborted\n finished = v_finished\n ready = v_ready\n running = v_running\n scheduled = v_scheduled\n exceptions\n jobcount_missing = 1\n jobname_missing = 2\n job_notex = 3\n others = 4.\n if v_aborted eq 'X'.\n exit.\n endif.\n if v_finished eq 'X'.\n select single * from tbtcp into wa_tbtcp1\n where jobname eq p_jobn\n and jobcount eq p_jobc.\n\n if sy-subrc eq 0.\n move wa_tbtcp1-listident to p_spono.\n endif.\n exit.\n endif.\n if v_count le 10.\n call function 'ENQUE_SLEEP'\n exporting\n seconds = 60.\n v_count = v_count + 1.\n endif.\n enddo.\n```\n\na®\n\n2008 Sep 24 2:20 PM\n\nHi\n\nYou can create another job to XCOM the file. To schedule the second job, goto TCode SM36, enter relevent parameters. Under the button \" Start Condition\" you will find a tab after job.\n\nThere you can define the first job.\n\nHope this helps.\n\nRegards,\n\nRajat\n\n2008 Sep 24 2:27 PM\n\nTry this way\n\n```\ndo.\n call function 'SHOW_JOBSTATE'\n exporting\n jobcount = p_jobc\n jobname = p_jobn\n importing\n aborted = v_aborted\n finished = v_finished\n ready = v_ready\n running = v_running\n scheduled = v_scheduled\n exceptions\n jobcount_missing = 1\n jobname_missing = 2\n job_notex = 3\n others = 4.\n if v_aborted eq 'X'.\n exit.\n endif.\n if v_finished eq 'X'.\n select single * from tbtcp into wa_tbtcp1\n where jobname eq p_jobn\n and jobcount eq p_jobc.\n\n if sy-subrc eq 0.\n move wa_tbtcp1-listident to p_spono.\n endif.\n exit.\n endif.\n if v_count le 10.\n call function 'ENQUE_SLEEP'\n exporting\n seconds = 60.\n v_count = v_count + 1.\n endif.\n enddo.\n```\n\na®\n\n2008 Sep 24 2:31 PM\n\nIF the only problem is the troggering i guess you have to loop and do a polling. you can use wait 10 seconds to keep mips small during polling",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1063375",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 25 6:51 PM\n\nDear Team\n\nWe have a public holiday for our Client.\n\nIn the monthly calendar for employees I can see only day offs for particular group of employees. but for the rest it shows as normal working schd where in they have to get a paid holiday.\n\nCould someone help me where I got to check as it only is for few employee sub groups that it is missing.\n\nThe holiday is a moving one not fixed date.\n\nPoints wld be rewarded for the right answer\n\nRegards\n\nIyer\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\ncheck the holiday calender once SCAL\n\nand check the assigment of holiday calendar to PSA in V_001P_ALL as our team members as alredy said\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nHoliday calendar is dependant on PSA grouping. Check your holiday calendar configuration if you have included respective PSA, where those employees belong to.\n\nThanks,\n\nPreetham\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3815858",
+ "domain": "archive.sap.com",
+ "file_source": "part-00452-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2015 Oct 21 4:21 PM\n\nHello Experts,\n\nI have to map an edifact file to IDOC . My problem is that i want to split file everytime field that holds edifact code is BGM. For Example if I have a file like this :\n\nBGM 11111111111111\n\nLIN 22222222222222\n\nLIN 33333333333333\n\nBGM 44444444444444\n\nLIN 55555555555555\nI will map this file to a message like this :\n\ncode: BGM\n\nmes: 1111111111111\nSo I need to create a split to create one IDOC everytime code is BGM. In this Example I'll have to create 2 IDOCS . First will have first three lines and second will have the remaining two.\n\nRegards\n\n2015 Oct 21 4:26 PM\n\nAre you using any middleware? It is very simple in Middleware.\n\ne.G for SAP PI/PO in graphical mapping you can map the BGM segment to IDOC node in target structure for this.\n\nR\n\n2015 Oct 21 4:28 PM\n\n2015 Oct 21 4:30 PM\n\nThe heading of the post says you are using SAP PI.\n\nAnyway how you are receiving the file? via FTP or you are placing it the local PC/Application server and then trying to read it?\n\nR\n\n2015 Oct 21 4:31 PM\n\n2015 Oct 21 4:37 PM\n\nThen as I said. It is very easy in XI graphical mapping. Only thing you might need to do is to change the XSD of the IDOC to accept multiple occurrence( 1 to unbounded). So you can manually edit the XSD of the Idoc or create an external message and use that as the target structure.\n\n2015 Oct 21 4:40 PM\n\nI've already done this . My problem is splitting lines everytime code is BGM and place them in IDOC.\n\n2015 Oct 21 4:54 PM\n\nOh I see. BGM is not a segment(My bad : I thought you are using EDIFACT) rather a value in segment. Then I don't think them it is possible via graphical mapping. You may want to explore ABAP(If not single stack PO)/Java/XSLT mapping .\n\n2015 Oct 21 5:00 PM\n\n2015 Oct 21 5:05 PM",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/132194",
+ "domain": "archive.sap.com",
+ "file_source": "part-00452-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2006 Apr 08 1:53 PM\n\nHi All,\n\nIs there a mechanism to call an Abstract Portal component in EP from stand alone Java code?\n\nThe suggested method is to use JNDI lookup to get the service, but I have been unable to create the portal User object in taht case.\n\nNow the portlet(portal component) works fine, but I cant access the same from outside the portal.\n\nWhat a pity!\n\nAny pointers?\n\nCheers\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHai Prasanth ,\n\nYou can't call. But if you want to use it you need to create a class that extends Abstract Portal Component class.\n\nregards,\n\nSiva\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 56 |\n| 10 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1048678",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 17 3:16 AM\n\nFriends,\n\nI have a question about 1099 witholding. We are configured with classic and extended witholding tax. Currently my company is not witholding tax, but now for only few vendors they want to witholding 30% tax and for rest not withold. How can I do this for just few vendors, and not others and where do I do.\n\nAlso when we withold tax, it should do automatic posting. How can I accomplish this and what account should I set debit and what as credit.\n\nPlease give me a solution.\n\nThanks for your help.\n\nRitu.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nSteps\n\n1. Check withholding tax countries\n\n2. Define official withholding tax code\n\n3. Define business places\n\n4. Maintain factory calendar\n\n5. Assign factory calendars to business place\n\n6. Define Ex. Withholding tax types for invoice postings\n\n7. Define EX withholding tax types for payment posting\n\n8. Define Ex. Withholding tax codes\n\n9. Portray dependencies between tax types\n\n10. Check recipient types\n\n11. Maintain due dates\n\n12. Assign Ex. Withholding tax types to Company code\n\n13. Activate Ex. Withholding tax\n\n14. Maintain surcharge calculation methods\n\n15. Maintain surcharge Tax codes (separate tax codes)\n\n16. Maintain surcharge rates (surcharge combined with basic WH tax codes)\n\n17. Create a G/L a/C for Ex. Withholding tax\n\n18. Define A/C for Ex. Withholding tax (OBWW)\n\n19. Make changes in Vendor master (XK02)\n\n20. Maintain Company Code Settings:\n\nPath: IMG -> Logistic -> General -> Taxes on goods movement -> India -> Maintain\n\nCompany code settings\n\n21. Specify the document type\n\n22. Maintain number groups\n\n23. Maintain number ranges\n\n24. Assign number ranges to number group\n\n25. Maintain number groups and SAP script form (for TDS certificates)\n\n26. Maintain number ranges\n\n27. Maintain number ranges to number groups\n\n28. Postings (F-43)\n\n29. Enter remittance challan\n\n30. Enter bank challan\n\n31. Printing of TDS certificates\n\n32. Printing of annual return\n\nregards,\n\nR.Ramakrishnaraj\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1043968",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 12 3:25 PM\n\nHello experts,\n\nis there a way to delete the content of the Open Hub in a process chain before loading data?\n\nThe data of the Open Hub is send via ABAP Proxy to a PI system.\n\nStaging to the Open Hub is done via a Delta DTP process. The problem occurs, when no delta data exists. In this case the Open Hub is not updated and the old data remains in the table. Afterwards, the old data is send to PI.\n\nI know there is the flag \"delete data from table\" in the Open Hub but this doesn't solve the problem because if there is no data in the Delta DTP nothing is updated.\n\nWe are looking for a standard solution. Of course I am aware that we can program a delete process type but shouldn't this be possible wihtin the standard?\n\nKind Regards,\n\nKlaus\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Joey,\n\nGood to see that we are not the only ones running into this problem.\n\nSeems as there is no standard solution available.\n\nWe have developed our own process type which deletes the content of the Open Hub table.\n\nThanks,\n\nKlaus\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\ndid you fix your problem yet.\n\nI need to delete data in open hub since the new load has no data. Please advise.\n\nThanks!!\n\nJoey\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3618183",
+ "domain": "archive.sap.com",
+ "file_source": "part-00142-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2014 Sep 11 7:12 AM\n\nDear All,\n\nI am a developer and trying to create a fully customized fiori App for SAP MIGO Transaction.I have created an oData model and with below piece of code I am getting an error from the server .\n\nvar oDataModel = new sap.ui.model.odata.ODataModel(\"proxy/http/[IP[port]\n\n/sap/opu/odata/sap/ZMIGO_SRV/MIGOSet(GmCode='01',DocumentInput='2000006954')?$expand=MIGO_Navigation\", false, \"user\", \"pw\" );\n\noTable1.setModel(oDataModel);\n\nerror from Chrome Dev tool\n\n500 (Server Error)\n\nCall of service /sap/opu/odata/sap/ZMIGO_SRV/MIGOSet(GmCode='01',DocumentInput='2000006954')/$metadata terminated because of an error. The following error text was processed in system NGD : SQL error SQL code: -8001 occurred while accessing table /IWFND/SU_ERRLOG.The error occurred on the application server ADV-SAPDEV01. The termination type was: RABAX_STATE.\n\nplz help\n\nTags edited by: Michael Appleby\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Tharu,\n\nSometimes error descriptions which come up during service calls are too Generic messages.\n\nI would suggest you visit the SAP t-code /iwfnd/error_log and click on the \"Request\" format where you can find out more details about the error.\n\nYou can also see the Errors in the back end from ST22.\n\nThanks.\n\nKartik\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Tharu,\n\nDid you tried opening your request Odata URL in the browser before you start integrating in UI.\n\nAlso try to debug your implementation code using break-point in backend, you can find the dump in your application server using t-code st22.\n\nThanks\n\nNaveenraj\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 59 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/587740",
+ "domain": "archive.sap.com",
+ "file_source": "part-00142-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Oct 08 1:39 PM\n\nHi,\n\nWe are upgrading our system from 4.6 B to Ecc 6.0.\n\nWhat are the statements obsolete in ECC 6.0 due to Unicode, what is the replacement for Call Transaction.\n\nCan any one give me a step by step procedure to use UCCHECK and SPAU?\n\nMy email ID is abhishektoday@gmail.com.\n\nRegards,\n\nAbhishek...\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nYou can use the Function Module COPF_CALL_TRANSACTION\n\nCALL FUNCTION 'COPF_CALL_TRANSACTION'\n\nEXPORTING\n\nTCODE = ''\n\nNEW_SESSION = ' '.\n\nif NEW_SESSION = 'X' then transaction will open in a new window\n\nRegards,\n\nSamson Rodrigues.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhi Abhishek,\n\nCALL TRANSACTION is not obsolate, I wonder where did you hear that...\n\nFor the rest you'll find aswers in SAPHelp\n\nec\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 119 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/587280",
+ "domain": "archive.sap.com",
+ "file_source": "part-00142-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Oct 08 9:23 AM\n\nHello,\n\n>I had created a transaction in BLS.\n\n>Now when i try to open this transaction using Logic editor it gives me an Error: Unable to Load Transaction :Null\n\n>I tried to rename and open the transaction but still got the same error.\n\n>I am able to open the other transactions.\n\n>My transaction size is 588 kb.Is this due to transaction size??\n\n>Please advice\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nRaman\n\nToo much size!! :-O.\n\nEven if i din't create too big sized BLS in my project.\n\nAnyway, though i din't face such case, since ur all other BLS is able to be opened whereas only that BLS is not opened. this must probably due to the BIG SIZE.\n\nCan u pls check the size of other folders in \n\n\\Lighthammer\\Xacute folder in which u save all ur created BLSs.\nOverall, there must be a limit to carry BLS in xMII server, if this is so indeed, then y u can't create smaller BLS by removing unnecessary Action Blocks or something like those (Tracer etc) or break that BLS into smaller a few BLS and combine those by Transaction Call\n\nRegards\n\nSom\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nRaman\n\nIn the previous post i just told u that this seems error due to Too Big Size of the BLS.\n\nOne thing do check if or not u can open that BLS with XML Format in Xacute folder where all transactions are saved as .trx extension.\n\nThen copy this file and paste. Delete the old one. Then try to open from Logic Editor\n\nRegards\n\nSom\n\nSom,\n\n>I already tried opening it in Notepad and than saved it with other name but still got the same error.\n\n> Also, I deleted the transaction, Copied it and renamed it.Still got the same error.\n\nRick,\n\nI have two servers(Development and Production Server) and at both the places the landscape(Display tempale ,Query Template, XML Document) is same.\n\nI dont see this as a possibility as the transaction is not trying to load/reference any other resource which is not available on the server.\n\nRaman,\n\nIf the transaction was Too Big for the editor then you would have gotten a Java Exception indicating that this was the case. With that said what is the allocated memory size set for ServletExec and how much is available on the machine?\n\nThe transaction you are dealing with is well within a valid size for the application as I've seen them even larger than this, although it is not Good Practice to do this. Try to be more modular in your future designs.\n\nMost likely someone went in to manually edit the TRX and broke it's XML structure. If this is the case you are better off rebuilding the transaction instead of looking though all of the XML for the issue. Keep in mind that when rebuilding this transaction it's operation should be rearchitected to be more modular in nature. This will allow for quicker maintenace and more flexibility. Hope this helps.\n\n-Sam\n\n| User | Count |\n| --- | --- |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1084378",
+ "domain": "archive.sap.com",
+ "file_source": "part-00239-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 13 12:46 PM\n\nHi,\n\nI activate vaerion management in external document like purchase order.\n\nmy fields is ekpo- menge,netpr\n\ni did all config in olme- version management also\n\nversion also generated from 0 to 1,\n\nbut the error is MEDCM006 Enter external number for version\n\nHow can i rectify pls\n\nwith regards\n\nkavi\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Kavi,\n\nFind below the answers for all your questions...\n\nIf you do not tick the version completed check box in the version management Tab, System will saves all the PO Amendments to the current version..\n\nIf you want the new version no. to generate after each amendment, you need to tick the version completed check box in the version management Tab after each amendment.\n\nHope this clarifies your doubt...\n\nRegards,\n\nBaskar\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\n1. Goto SPRO>MM>Purchasing>Version Mgmt>Setup Ver mgmt for ext Purch Docs\n\n2. Select your Pur.Org & Double Click\n\n3.In Field Selection Tab, there will be fields for Reason, Short Text, Requester, External No & Posting Date\n\n4.In External Number field change the entry from Required entry to Optional entry\n\nSave the settings.Now you woudn't get that error\n\nRegards,\n\nBaskar.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nThank u basker.After that version created number 1.\n\nBut my doubt is one PO have more 5 amentment happen.\n\nEach time the version number generate or Not .\n\nMy case when i change net value five time ,but the value only change in version tab. but version number not generated next 4 times changes(only first time from 0 to 1 created after that no number generated)\n\nMy client want every time i change in PO ,version number system will give.\n\nApart from that my release strategy have not triggering .due to my value going to upper .\n\nPls give me lights on this topic\n\nRegards\n\nKavi\n\n| User | Count |\n| --- | --- |\n| 122 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1071682",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 02 1:49 PM\n\nHello,\n\ni have a problem in licensing my ides. license has been properly obtained from sap portal (new digitally signed license).\n\n--> pls no hints about hw key -> this has been checked and is ok\n\nThe license is installed with transaction slicence (everything works fine!). license is installed and marked as valid.\n\nbut after deleting the temp license. i only can login with sap*. with all other users i get error in license check.\n\nany hints, any ideas? thanks in advance.\n\nKonstantin Tschaikowski\n\nHelp others by sharing your knowledge.\n\nAnswer\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nWhat error message do you get? What's the content of \"dev_ms\"?\n\nMarkus\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\neven if installed license is valid, it does not mean that it will work. you need to make sure that SID and hardware license key are also valid. also, expiration date must be checked. f you played around with system dates, you might have problems.\n\nWhich IDES are you using?\n\nin Netweaver, check tcode SLICENSE\n\nif using IDES 4.7 or below, type saplicense -get and saplicense -show and provide output here\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nError message is the following:\n\nLogon not possible (error in license check)\n\nwhen trying to log on with the gui and idadmin.\n\nSID and Hardwarekey have been check. they are the same as those in the license file (number of digits have been checked too - these are ok too)\n\ndates havent been touched - ntpd is active\n\nImported the license with slicence transaktion. slicence shows the license under new licenses - only thing thats odd is the empty expiration date field.\n\nComment on the license is valid. could this be an issue with daylight saving?\n\nany more hints?\n\nThanks in advance",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/142074",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2006 May 03 4:24 PM\n\nHi BW Gurus,\n\nI have a simple but interesting question. I want to find a way to get process chain name from the job name, that I can see in SM37.\n\ne.g. in SM37, I can find out that a job failed and I want to find out the name of a process chain, that triggered this job?\n\nIs there any way?\n\nYou can try in your system by SM37 and all those jobs that have name BI_PROCESS_TRIGGER and all these jobs are created by process chains. Then from there, can you find out the name of the process chain that triggered that particular job?\n\nPlease help!\n\nThx\n\nPraveen\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Praveen,\n\nIn SM37, for the job you are interested in, click on Step button. Then from the menu Goto > variant. You can see the process chain name here.\n\nHope this helps...\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou might also try looking from the Process Chain side, using BWCCMS or RPCSM (you have to add the process chains you want to monitor to RSPCM\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nPraveen\n\nIn SM37 double click on the job and click on the job log there you will find the name also you could try in long text.\n\nHope this helps\n\nThnaks\n\nSat\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 9 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1078010",
+ "domain": "archive.sap.com",
+ "file_source": "part-00015-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 07 6:26 PM\n\nHello all-\n\nI have a few questions I'm hoping someone can answer.\n\nCurrently we deploy an application with around 1100 reports. Due to customer security the report must be stored locally by them on their server with no outside access. Due to this we currently ship them new and updated reports which are stored in a standard \\reports folder. One of the problems with this is the integrity of the rpt file itself. Storage of the reports in this manner allows the users to open the reports (if they have CR installed) and make changes which then are manifested when ran within the application.\n\nI would like to store / deploy the reports in a different manner but I don't know that much about it and I am not sure what methodology would work the best.\n\nBeing that out data is stored in a SQL server can rpt files be stored in a SQL table (like a blob?) If so if it easy to call the reports from the table?\n\nCan you store rpt files in DLLs?\n\nI know we could assemble the reports inside the application itself but that would require a release when one off report changes take place.\n\nAm I barking up the wrong tree here or if what I am thinking about possible?\n\nThanks a lot for any and all responses!\n\nRob\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYes you can save them as BLOB's, I dont' have samples but I do know others who have done this.\n\nPlease re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nWhat version are you using crystal report .rpt? Thats why new crystal report are now integrated for security purposes so that .rpt files cannot be shown. For my experience you cant but you can still store the reports in a folder that they cant open the file. Do not install the whole package of the CR but instead just register the DLL so that it can be recognized by the OS.\n\nREgards,\n\nClint\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1301293",
+ "domain": "archive.sap.com",
+ "file_source": "part-00239-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Apr 08 4:21 PM\n\nHi friends\n\nMy requirement is that i want to attach PR05 t-code to my user dicision step. That t-code should be in edit mode. The approver should allow to edit the PR05 t-code. How to attach the t-code and also need to do in edit mode. How to approach this requirement.\n\nRegards\n\nvijay\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou can follow surjith idea but you should not change the standard BO default method. It would be good you create 2 subtype of the standard BO and then delegate one and follow surjith's comments for the other BO subtype you have created and which was not delegated. Before using this please instantiate this BO using \"GenericInstantiate\" Method of BO System.\n\nThanks\n\nArghadip\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nCreate a Method in you Custom BO and write the code as shown below.\n\nSET PARAMETER ID 'PER' FIELD object-key-employeenumber.\n\nCALL TRANSACTION 'PR05' and skip first screen.\n\nIn the SWO1, Basic Data Make this method as a default method, and it should be dialog method.\n\nThen, test this in the T.code SWO1, if it works fine call it in your workflow.\n\nNote: This custom BO must be delegate to std. BO.\n\nRegards,\n\nSurjith\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nIn the User Decision, the default Task is 8267, copy this to a custom Task. In the Custom Task, in the container tab, click the 'Create element' and give the BO & select the import and export check box in the properties and save it.\n\nIn the User Decision instead of the std. Task 8267 give this custom task and give the necessary bindings & Save and test the workflow.\n\nRegards,\n\nSurjith\n\nHi surjith\n\nAm working in Travel Management workflow. In that the user dicison step uses TS95000092 i have already copied this task and am using the same BOR DECISION and method PROCESS. If i change the BOR as BUS2089 and my method will it do the functionality of approve and reject. Because am changing the method of approve and reject itself. Now how can i handel.\n\nRegards\n\nvijay\n\nHi vijay,\n\nIn your workflow Bus2089 instance is available , create a container element of type Bus2089 in decision task\n\nbind that element workflow container---> task container (Decisiontask) then it will be available as a attachment in Decision task.\n\n2) u want to open the transaction in edit mode then create a subtype for Bus2089 and delegate it\n\nin that subtype goto BasicData~~-> click on defaults tab~~\n--> by default the method is display u just change the dafault method as changeplan then in your decision step if u click on attachments it will open the transaction in a changemode\nRegards ,\n\nSunil Challapalli.\n\nHello,\n\nFirst you have to make your own Decision step (if you haven't already).\n\nNext bind the object to it so it shows up in the Decision step.\n\nThen create a method in your object which calls PR05 in edit mode.\n\nThen change the default method of the object so that it calls that method.\n\nregards\n\nRick Bakker\n\nHanabi Technology\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 56 |\n| 10 |\n| 9 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3751017",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2015 Jun 03 3:10 PM\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nMe in Three configuration for this member was mis-formatted on backend. I was able to correct and hover shows correctly now, but I would like to understand how the misconfiguration happened in the first place, and if it might be elsewhere. I'll send you the screen shot and we can determine next steps.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHere is another one: Alastair Mills-McEwan\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nIs anyone else seeing this same thing where more than 3 badges are appearing in the hover-over (the mini profile)?\n\nWhen I look at mine I just see the three badges that I selected.\n\n--Audrey\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1963564",
+ "domain": "archive.sap.com",
+ "file_source": "part-00425-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 May 27 1:21 PM\n\nDear All,\n\nTo connect NWDS to J2EE Engine i have performed the below mentioned steps (please correct if am wrong):\n\n1) Server entry is done in Window->Preference->SAP J2EE Engine\n\n2) Entry is done properly in host file start->run->drivers->etc->host, make entry like\n\n\n\n3)Checked out if your J2EE server is working (It is working).\n\nI have also entered the correct SDM Password.\n\nStill am not able to Deploy and Run my application sucessfully.\n\nI am getting the below mentioned error:\n\n\"Result\n\n=> deployment aborted : file:/C:/DOCUME1/DISHAD1/LOCALS1/Temp/temp13657sap.comhello.ear\n\nAborted: development component 'hello'/'sap.com'/'LOKAL'/'0.2011.05.27.17.09.50'/'0':Cannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool. For more information, see SAP note 701654.com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthExceptionWrapper: Wrong security credentials detected while trying to obtain connection to the J2EE Engine. (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMAUTHEXC)\n\nDeployment exception : The deployment of at least one item aborted\".\n\nI have gone through many similar threads and done the changes as mentioned but m still facing the sme issue.\n\nPlease Help.\n\nThanks in Advance,\n\nRegards,\n\nDisha.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDear Robin,\n\nThank you for the quick reply.\n\nEverything mention by you has been completed but still facing the same problem.\n\nRegards,\n\nDisha.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDear Robin/John,\n\nAppreciate your response friends and sorry that I wasn't able to get back earlier on this. I havn't reset my J2EE admin password (Since I knew it already), I simply set this password in the secure store area as mentioned in the SAP note. Also, for convienience, I set the same password for SDM as well. I had then restarted the J2EE server but still I receive the same issue.\n\nRequest assistance in resolving this.\n\nThanks & Regards,\n\nDisha Doshi\n\nDear Disha,\n\nHope you are doing good.\n\nWe have been seeing similar issue and there is a new note released for the same. Please go through:\n\n1552513 - Deployment fails due to SDM connection problems to JAVA engine\n\nCheck if the configured user \"admin/user/\" can logon the the J2EE engine with the stored password \"/admin/password/\".\n\nWhen you update the secure area, does the secure store files in the below location get updated?\n\n\\usr\\sap\\SYS\\global\\security\\data\\SecStore.properties\n\nHopefully this should resolve the issue.\n\nOnce the notes are applied, start the j2ee server again and then\n\n1)\n\nExtract the J2EEDocs.ear located in\n\n...\\SDM\\root\\origin\\sap.com\\com.sap.engine.docs.examples\n\n2)\n\nDeploy this with the SDM application-please select \"update any version\".\n\nDoes this deployment go fine? If so, then please retry the deployment.\n\nThank you and have a nice day :).\n\n_____________\n\nKind Regards,\n\nHemanth\n\nSAP AGS\n\nDear Hemanth,\n\nWe went through all the steps mentioned in the note 1552513. All the parameters in the system are the same as mentioned in the note.\n\nIn the below steps mentioned by you:\n\n\"\n\nOnce the notes are applied, start the j2ee server again and then\n\n1)\n\nExtract the J2EEDocs.ear located in\n\n...\\SDM\\root\\origin\\sap.com\\com.sap.engine.docs.examples\n\n2)\n\nDeploy this with the SDM application-please select \"update any version\".\n\nDoes this deployment go fine? If so, then please retry the deployment.\"\n\nWe could locate the J2EEDocs.ear file but could not Extract if because did not know how to extract it (dont know the command).\n\nWe tried deploying it with SDM application by giving the ...\\SDM\\root\\origin\\sap.com\\com.sap.engine.docs.examples path but the below error occured:\n\n\"===========================================================================================\n\nDeployment started Wed Jun 01 17:05:06 GMT + 05:30 2011\n\n===========================================================================================\n\nStarting Deployment of com.sap.engine.docs.examples\n\nAborted: development component 'com.sap.engine.docs.examples'/'sap.com'/'SAP AG'/'7.0103.20881111105857.0000'/'1':CPO data could not be get.com.sap.sdm.apiint.serverext.servertype.deployment.DeploymentActionException: Error: Caught the following error or exception: \"com.sap.sdm.apiint.serverext.servertype.deployment.DeploymentActionException\"Additional error message is: Caught exception from deploy service of SAP J2EE Engine. Cannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool. For more information, see SAP note 701654.com.sap.sdm/serverext.servertype.inqmy.extern.DeloyManagerAuthExceptionWrapper: Wrong security credentials detected while trying to obtain connection to the J2EE Engine. (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.checkLoginCredentials.DMAUTHEXC)Additional error message is:com.sap.sdm.serverext.servertype.inqmy.extern.Deploy.Manager.AuthExceptionWrapper: Wrong security credentials detected while trying to obtain connection to the J2EE Engine. message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performAction(DeploymentActionTypes).NO_CPO)\n\nDeployment of com.sap.engine.docs.examples finished with Error (Duration 5619 ms)\n\n\"\n\nPlease help.\n\nAwaiting reply.\n\nThank you,\n\nRegards,\n\nDisha.\n\nDear Disha,\n\nHope you are doing good.\n\nAs mentioned earlier, when you update the secure area, does the secure store files in the below location get updated?\n\n\\usr\\sap\\SYS\\global\\security\\data\\SecStore.properties.\n\nOnce the password is changed, you need to make the changes in the config tool and restart the server . check the default traces for more clues as well.\n\nThank you and have a nice day :).\n\n_____________\n\nKind Regards,\n\nHemanth\n\nDear Hemanth,\n\nThank you so much for your reply.\n\nI will implement the steps mentioned by you and will get back to you.\n\nThank you,\n\nRegards,\n\nDisha.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhave you changed the administrator's password recently?\n\nhave you followed the notes 701654?\n\nEdited by: John Wu on May 27, 2011 4:25 PM\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nAre you able to login to the standalone SDM client using the password provided?\n\nAlso, have you looked at the SAP note mentioned in the error message?\n\nEdited by: Robin van het Hof on May 27, 2011 2:40 PM\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 9 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/588014",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Oct 08 4:04 PM\n\nHello gurus,\n\nI am new to adobe forms.\n\nIn the data view of the adobe layout, i am not able to see the fields. i am able to see only interface name.\n\nIf i click on data info, its saying XML schema.\n\nKindly let me know why i am not able to see the fields in the data view\n\nRegards\n\nRajesh\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello,\n\nWhich scenario are you trying to run? Provide more details.\n\nDid you check the elearning SDN page?\n\nRgds,\n\nFrancois\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1053567",
+ "domain": "archive.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 19 10:14 AM\n\nHello!\n\nI have, seems like, simple question:\n\nHow to get url of portal ( http://mydomain:port /irj/portal/....), which see user?\n\n(For example, portal server access by ip 10.18.0.1, but user in file 'hosts' have alias mydomain for this ip, accordingly have http://mydomain:port /irj/portal/... in address bar)\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello Paul,\n\nActually thing is that we can not access portal with its IP address so we save its Ip address with host name in drivers and then access it with its host name\n\nFor eg if ur portal Ip Address is 10.18.0.1 and u have saved it with its Host name as hello and ur instance number of ur server is 01 then ur port numbre will be\n\nPort Number = 50000+100*Instance number\n\nIe Port number will be 50100\n\nand host name willll be hello\n\nso whole URL to access ur portal will be\n\nhttp://hello:50100/irj/porttal\n\nHope this will help u\n\nregards.\n\nSoni Vinit\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Paul,\n\nPlease keep in mind that there is a long-running-war in opinion which server / port is reported by these methods when there is a proxy set in front of the portal. From my understanding (and I think this is backed up by the corresponding RFCs), the method should always return the server name/port how the original client uses it. Nevertheless, for example Apache and Tomcat both have the possibility to switch this to the proxies address. And Novell iChain for example does a dumb mix (name of the original client, port of the proxy, or vice versa, don't remember exactly).\n\nSo use it with care... That's also the reason why for example SAP doesn't trust this method (and many software doesn't) and let's the admin fill in the end-users server name / port as a config.\n\nHope it helps not to trap into a pit,\n\nbest regards\n\nDetlev\n\n| User | Count |\n| --- | --- |\n| 58 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1952686",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 May 12 12:23 PM\n\nHi,\n\nAfter the Enhancement of the datasource 0CRM_SRV_CONTRACT_H(CRM Service Contract Header Data) with appending the fields(6 fields appended) to the extract structure and also done with the Function enhancement in the BADi.\n\nUnchecked the hide fields in RSA6(edit) also.\n\nThe enhanced fields are visible in the RSA3 but the data is not populated to those fields...and checked the source table for these fields where the data is available for these fields.\n\nCan anyone please let me what would be the issue?\n\nThanks & Regards,\n\nAdhvi.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello Adhvi,\n\nCan you ensure that you have replicated the datasource on the BW side and that you have adjusted the transfer structure for the datasource so that it has the new fields, as per the note 529789:\n\n\"\n\n1. Up to and including SAPI Release 3.0, all fields of a DataSource are\n\nalways used in the extractor checker (RSA3). The transfer structure\n\nto a DataSource in the BW system, however, can only contain a subset\n\nof the fields of a DataSource . If the transfer structure contains a\n\nreduced number of fields, only these fields are extracted by a BW\n\nrequest from the source system. In particular, when you use the SAPI\n\nuser exit, this can cause the extraction result of the RSA3 and BW\n\nrequest to differ. Possible causes:\n\na) Fields are used in the user exit that are not contained in the\n\ntransfer structure of the DataSource in the BW system. The data\n\ntransferred to the user exit by the standard extractor leaves\n\nthese fields empty and the user exit fills the dependent fields\n\nincorrectly.\n\nBy changing the transfer structure in BW, you can undo the\n\ndifference between the field lists used in transaction RSA3 and BW\n\nextraction. You can do this on that left lower tab in the transfer\n\nrules. The transfer structure includes the fields to which an\n\nInfoObject is assigned in this case. You should therefore assign an\n\nInfoObject to all fields.\n\n\"\n\nPlease also check all the other points mentioned in the SAP note 529789 in case they can explain the cause of the problem in your system.\n\nKind Regards,\n\nDes\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello Des,\n\nThank you for the reply it was useful information.But the root cause was in badi function enhancement ...the data was not appending to the internal table, used the refresh statement.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 56 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/592055",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2007 Oct 11 6:10 AM\n\nHi,\n\nI want to learn how to upload data using BDC. If I have a excel data file how will upload it using BDC. I don't know the full process of doing it, if someone help me in this. I want it using BDC session process and processing that session. Plz help.\n\nThanks.\n\n2007 Oct 11 6:17 AM\n\nfor writing any sort of BDC you'l first need Recording of perticular TCODE...\n\nfirst create one recording of desired TCODE via SHDB Tcode....\n\nthen use following template to complete your BDC....\n\nREPORT ZBDC_CHANGE_VENDOR_DETAILS .\n\n1. CREATE INTERNAL TABLE CONTAINING BDC FIELDS\n\n(Pick this data from recording)\n\ndata: begin of it_upload occurs 0 with header line,\n\n\"Define all the fields used in the recording\n\nend of it_upload.\n\nBatchinputdata of single transaction\n\ndata: bdcdata like bdcdata occurs 0 with header line.\n\n*----\n\n*Variables\n\n*----\n\ndata: return(30).\n\n*----\n\n*Selection Screens\n\n*----\n\nselection-screen begin of block b1 with frame title text-000.\n\n*Give filename here.. file to be uploaded\n\nparameters p_fname like rlgrap-filename.\n\nselection-screen end of block b1.\n\nselection-screen begin of block b2 with frame title text-001.\n\nparameters : p_sname(12),\n\np_keep default 'X' as checkbox.\n\nselection-screen end of block b2.\n\n*----\n\n*At Selection-Screen\n\n*----\n\nat selection-screen on value-request for p_fname.\n\ncall function 'WS_FILENAME_GET'\n\nexporting\n\nDEF_FILENAME = ' '\n\nDEF_PATH = ' '\n\nmask = ',*.txt.' \".txt for notepad file and .xls for excel file\n\nmode = 'O'\n\nTITLE = ' '\n\nimporting\n\nfilename = p_fname\n\nRC =\n\nexceptions\n\ninv_winsys = 1\n\nno_batch = 2\n\nselection_cancel = 3\n\nselection_error = 4\n\nothers = 5\n\n.\n\nif sy-subrc <> 0.\n\nMESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO\n\nWITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.\n\nendif.\n\nat selection-screen.\n\ncall function 'WS_QUERY'\n\nexporting\n\nENVIRONMENT =\n\nfilename = p_fname\n\nquery = 'FE'\n\nWINID =\n\nimporting\n\nreturn = return\n\nexceptions\n\ninv_query = 1\n\nno_batch = 2\n\nfrontend_error = 3\n\nothers = 4\n\n.\n\nif sy-subrc <> 0.\n\nelseif return = 0.\n\nmessage e005 with 'File does not exist'.\n\nendif.\n\n*----\n\n*Start-of-selection\n\n*----\n\nstart-of-selection.\n\n*Uploading the flat file containig the infotype records.\n\ncall function 'WS_UPLOAD'\n\nexporting\n\nCODEPAGE = ' '\n\nfilename = p_fname\n\nfiletype = 'DAT'\n\nHEADLEN = ' '\n\nLINE_EXIT = ' '\n\nTRUNCLEN = ' '\n\nUSER_FORM = ' '\n\nUSER_PROG = ' '\n\nDAT_D_FORMAT = ' '\n\nIMPORTING\n\nFILELENGTH =\n\ntables\n\ndata_tab = it_upload\n\nexceptions\n\nconversion_error = 1\n\nfile_open_error = 2\n\nfile_read_error = 3\n\ninvalid_type = 4\n\nno_batch = 5\n\nunknown_error = 6\n\ninvalid_table_width = 7\n\ngui_refuse_filetransfer = 8\n\ncustomer_error = 9\n\nothers = 10\n\n.\n\nif sy-subrc <> 0.\n\nmessage e005 with 'File upload failed'.\n\nendif.\n\n*Opening the session\n\ncall function 'BDC_OPEN_GROUP'\n\nexporting\n\nclient = sy-mandt\n\ngroup = p_sname\n\nkeep = p_keep\n\nuser = sy-uname\n\nexceptions\n\nclient_invalid = 1\n\ndestination_invalid = 2\n\ngroup_invalid = 3\n\ngroup_is_locked = 4\n\nholddate_invalid = 5\n\ninternal_error = 6\n\nqueue_error = 7\n\nrunning = 8\n\nsystem_lock_error = 9\n\nuser_invalid = 10\n\nothers = 11.\n\nif sy-subrc <> 0.\n\nmessage e005 with 'Unable to open a BDC group'.\n\nendif.\n\nloop at it_upload.\n\n2. Perform BDC_DYNPRO & BDC_FIELD for each screen & its fields...Eliminate those fields which are not necessary.OKCODE is mandatory\n\n(Pick this data from recording)*perform insert session details\n\n\"This code is example .. and the values mentioned in '' are from recording...\n\nperform bdc_dynpro using 'SAPMF02K' '0106'.\n\nperform bdc_field using:\n\n'BDC_CURSOR' 'RF02K-D0130',\n\n'BDC_OKCODE' '/00',\n\n'RF02K-LIFNR' it_upload-vendor_code,\n\n'RF02K-BUKRS' it_upload-company_code,\n\n'RF02K-D0110' 'X',\n\n'RF02K-D0120' 'X',\n\n'RF02K-D0130' 'X'.\n\n3. Perform BDC_INSERT here b4 endloop\n\nCALL FUNCTION 'BDC_INSERT'\n\nEXPORTING\n\nTCODE = 'FBD1' put ur TCODE 4 whch u r doin BDC\n\nPOST_LOCAL = NOVBLOCAL\n\nPRINTING = NOPRINT\n\nSIMUBATCH = ' '\n\nCTUPARAMS = ' '\n\nTABLES\n\ndynprotab = bdcdata\n\nEXCEPTIONS\n\nINTERNAL_ERROR = 1\n\nNOT_OPEN = 2\n\nQUEUE_ERROR = 3\n\nTCODE_INVALID = 4\n\nPRINTING_INVALID = 5\n\nPOSTING_INVALID = 6\n\nOTHERS = 7\n\n.\n\nIF sy-subrc <> 0.\n\nMESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO\n\nWITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.\n\nENDIF.\n\nrefresh bdcdata.\n\nendloop.\n\n*Closing the session\n\ncall function 'BDC_CLOSE_GROUP'\n\nexceptions\n\nnot_open = 1\n\nqueue_error = 2\n\nothers = 3.\n\nif sy-subrc <> 0.\n\nmessage e005 with 'Unable to close the BDC group'.\n\nendif.\n\n----\n\nStart new screen *\n\n----\n\nform bdc_dynpro using program dynpro.\n\nclear bdcdata.\n\nbdcdata-program = program.\n\nbdcdata-dynpro = dynpro.\n\nbdcdata-dynbegin = 'X'.\n\nappend bdcdata.\n\nendform.\n\n----\n\nInsert field *\n\n----\n\nform bdc_field using fnam fval.\n\nclear bdcdata.\n\nbdcdata-fnam = fnam.\n\nbdcdata-fval = fval.\n\nappend bdcdata.\n\nendform.\n\n2007 Oct 11 6:13 AM\n\nHi,\n\nGenerally how the people do is\n\nif they want to upload the data from excelfile. They will save the data in Tab Delimited option while saving the file u can see type of file.\n\nU also have a function module\n\nALSM_EXCEL_TO_INTERNAL_TABLE\n\nAssign points if useful.\n\n2007 Oct 11 6:13 AM\n\nHi\n\nthe BDC program should be in this format\n\nTransaction Recorder (SHDB)\n\nHow to Upload Presentation Server Flat file to SAP R/3 system???\n\nHow to upload application server file to R/3 system?\n\nDefinition\n\nExample - Call Transaction Method\n\nTransaction Recorder (SHDB)\n\nBefore you work with the Batch Input methods, you should know the purpose of the tool\n\nTransaction Recorder.\n\nUse:\n\nYou can use the transaction recorder to record a series of transactions and their screens.\n\nFeatures:\n\nYou can use the recording to create\n\nData transfer programs that use batch input or CALL TRANSACTION\n\nBatch input sessions\n\nTest data\n\nFunction modules.\n\nNote: It doesnt record F1, F4 and Scrollbar movements\n\nUpload Flat file from Presentation Server to SAP R/3\n\nCALL FUNCTION GUI_UPLOAD'\n\nEXPORTING\n\nCODEPAGE = IBM'\n\nFILENAME = P_UFILE\n\nFILETYPE = 'DAT'\n\nTABLES\n\nDATA_TAB = INT_TAB\n\nEXCEPTIONS\n\nCONVERSION_ERROR = 1\n\nFILE_OPEN_ERROR = 2\n\nFILE_READ_ERROR = 3\n\nINVALID_TYPE = 4\n\nNO_BATCH = 5\n\nUNKNOWN_ERROR = 6\n\nINVALID_TABLE_WIDTH = 7\n\nGUI_REFUSE_FILETRANSFER = 8\n\nCUSTOMER_ERROR = 9\n\nOTHERS = 10 .\n\nIF SY-SUBRC NE 0.\n\nMESSAGE E999(FR) WITH 'ERROR IN FILE UPLOAD'.\n\nENDIF.\n\nUpload file from application server to SAP R/3\n\nOpen the the application server file\n\nOPEN DATASET FOR INPUT \n\nRead the data from application server file\n\nREAD DATASET INTO \n\nAnd then close the application server file\n\nCLOSE DATASET \n\nDefinition- Declaring BDC Table\n\nDATA: BDC_TAB LIKE STANDARD TABLE OF\n\nBDCDATA INITIAL SIZE 6\n\nWITH HEADER LINE .\n\nThe internal table used to collect the transactions information must be declared LIKE BDCDATA.\n\nFilling BDC Table Method #1\n\nFORM FILL_BDC_TAB.\n\nREFRESH BDC_TAB.\n\nCLEAR BDC_TAB.\n\nBDC_TAB-PROGRAM = SAPMF02K.\n\nBDC_TAB-DYNPRO = 01016.\n\nBDC_TAB-DYNBEGIN = X.\n\nAPPEND BDC_TAB.\n\nCLEAR BDC_TAB.\n\nBDC_TAB-FNAM = RF02K-LIFNR.\n\nBDC_TAB-FVAL = TEST1.\n\nAPPEND BDC_TAB.\n\nCLEAR BDC_TAB.\n\nBDC_TAB-FNAM = RF02K-D0010.\n\nBDC_TAB-FVAL = X.\n\nAPPEND BDC_TAB.\n\nCLEAR BDC_TAB.\n\nBDC_TAB-PROGRAM = SAPMF02K.\n\nBDC_TAB-DYNPRO = 0110.\n\nBDC_TAB-DYNBEGIN = X.\n\nAPPEND BDC_TAB.\n\nCLEAR BDC_TAB.\n\nBDC_TAB-FNAM = LFA1-STRAS.\n\nBDC_TAB-FVAL = 123 Main St..\n\nAPPEND BDC_TAB.\n\nCLEAR BDC_TAB.\n\nBDC_TAB-FNAM = BDC_OKCODE.\n\nBDC_TAB-FVAL = /11.\n\nAPPEND BDC_TAB.\n\nENDFORM.\n\nFilling BDC Table Method #2\n\nFORM FILL_BDC_TAB.\n\nREFRESH BDC_TAB.\n\nPERFORM POPULATE_BDC_TAB\n\nUSING:\n\n1 SAPMF02K 0106,\n\nRF02K-LIFNR TEST1,\n\nRF02K-D0010 X,\n\n1 SAPMF02K 0110,\n\nLFA1-STRAS, 123 Main St.,\n\nBDC_OKCODE, /11.\n\nENDFORM.\n\nFORM POPULATE_BDC_TAB USING FLAG VAR1 VAR2.\n\nCLEAR BDC_TAB.\n\nIF FLAG = 1.\n\nBDC_TAB-PROGRAM = VAR1.\n\nBDC_TAB-DYNPRO = VAR2..\n\nBDC_TAB-DYNBEGIN = X.\n\nELSE.\n\nBDC_TAB-FNAM = VAR1.\n\nBDC_TAB-FVAL = VAR2.\n\nENDIF.\n\nAPPEND BDC_TAB.\n\nENDFORM.\n\nThis two subroutine method to fill the BDC table is preferable because the POPULATE_BDC_TABLE subroutine is reusable throughout all batch input programs.\n\nExample #1 - Change Vendor (Call Transaction Method)\n\nExample #1- Declaration Section\n\nREPORT Y180DM10.\n\nDATA: BDC_TAB LIKE STANDARD TABLE OF\n\nBDCDATA INITIAL SIZE 6 WITH HEADER LINE.\n\nINFILE(20) VALUE /tmp/bc180_file4.\n\nDATA: BEGIN OF INREC.\n\nVENDNUM LIKE LFA1-LIFNR.\n\nSTREET LIKE LFA1-STRAS.\n\nEND OF INREC.\n\nPARAMETERS: DISPMODE DEFAULT A,\n\nUPDAMODE DEFAULT S.\n\nSTART-OF-SELECTION.\n\nOPEN DATASET INFILE\n\nFOR INPUT IN TEXT MODE.\n\nDO.\n\nREAD DATASET INFILE INTO INREC.\n\nIF SY-SUBRC < > 0. EXIT. ENDIF.\n\nPERFORM FILL_BDC_TAB.\n\nCALL TRANSACTION FK02\n\nUSING BDC_TAB\n\nMODE DISPMODE\n\nUPDATE UPDAMODE.\n\nIF SY-SUBRC < > 0.\n\nWRITE: /ERROR.\n\nENDIF.\n\nENDDO.\n\nCLOSE DATASET INFILE.\n\nsynchronous updating\n\nDO.\n\nPERFORM FILL_BDC_TAB.\n\nCALL TRANSACTION FK02\n\nUSING BDC_TAB\n\nMODE N\n\nUPDATE S.\n\nIF SY-SUBRC < > 0.\n\nWRITE: /ERROR.\n\nENDIF.\n\nENDDO.\n\nWith synchronous updating, we can check SY-SUBRC to determine the success of the transaction and the actual update to the database.\n\nasynchronous updating\n\nDO.\n\nPERFORM FILL_BDC_TAB.\n\nCALL TRANSACTION FK02\n\nUSING BDC_TAB\n\nMODE N\n\nUPDATE A.\n\nIF SY-SUBRC < > 0.\n\nWRITE: /ERROR.\n\nENDIF.\n\nENDDO.\n\nWith asynchronous updating, we can check SY-SUBRC to determine the success of the transaction only, not the actual update to the database.\n\nError Handling\n\nWrite an error report.\n\nSend the record(s) in error to an error file.\n\nCreate a batch input session with the record(s) in error.\n\nTo store error messages ( CALL TRANSACTION )\n\ndata: begin of Tab_Mess occurs 0.\n\ninclude structure bdcmsgcoll.\n\ndata : end of Tab_Mess,\n\nCALL TRANSACTION FK02 USING BDC_TAB MODE N UPDATE S\n\nMESSAGES INTO TAB_MESS.\n\nIF SY-SUBRC NE 0.\n\nWRITE: / Tab_MESS-TCODE, Tab_MESS-DYNUMB, Tab_MESS-MSGTYP ,\n\nTab_MESS-MSGID.\n\nENDIF.\n\ni am giving you example for Change Vendor you practice for ur tcode\n\nFor our example, we will use the Change Vendor transaction (FK02) to add a street address to an already existing vendor.\n\nStep #1\n\nUse SystemStatus menu path to determine online program name (SAPMF02K), screen number (0110)\n\nStep #2\n\nUse F1 key and Technical Info pushbutton in each screen field to be filled to determine the field name.\n\nStep #3\n\nDetermine how to proceed in the transaction\n\n(save the record by clicking on the Save pushbutton or pressing the F11 key).\n\nBDC Table Contents\n\nAfter researching the transaction we can determine the contents of the BDC table.\n\nPROGRAM DYNPRO DYNBEGIN FNAM FVAL\n\nSAMPF02K 0106 X\n\nRF02K-LIFNR TEST1\n\nRF02K-D0110 X\n\nSAMPF02K 0110 X\n\nLFA1-STRAS 123 Main St.\n\nBDC_OKCODE /11\n\nBatch Input Methods\n\nCALL TRANSACTION USING\n\nSTATEMENT\n\nCall transaction - for data transfer\n\nProcessing batch input data with CALL TRANSACTION USING is the faster of the two recommended data transfer methods. In this method, legacy data is processed inline in your data transfer program.\n\nSyntax:\n\nCALL TRANSACTION \n\nUSING \n\nMODE \n\nUPDATE \n\nA Display all\n\nE Display errors only\n\nN No display\n\nS Synchronous\n\nA Asynchronous\n\nL Local update\n\nThe process flow of CALL TRANSACTION\n\nA program that uses CALL TRANSACTION USING to process legacy data should execute thefollowing steps:\n\nPrepare a BDCDATA structure for the transaction that you wish to run.\n\nPrepare a internal table to store error messages Tab_Mess like structure of BDCMSGCOLL.\n\nWith a CALL TRANSACTION USING statement, call the transaction and prepare the BDCDATA structure. For example:\n\nCALL TRANSACTION MM01' USING BDCDATA MODE 'A' UPDATE 'S'. MESSAGES INTO TAB_MESS.\n\nIF SY-SUBRC <> 0.\n\n.\n\nENDIF.\n\nOverview of Batch Input Session\n\nThe first batch input method is to create a batch input session. It is the processing of this batch input session that updates the database, not the execution of the batch input program.\n\nReward if usefull\n\n2007 Oct 11 6:15 AM\n\nHi,\n\nPlease find the code. i have created for call transcation. Just convert it into BDC session. you can search forum for help in creating BDC sessions.\n\n*****************************************************************************\n\nMAIN PROGRAM\n\n******************************************************************************\n\n&----\n\n*& AT SELECTION-SCREEN *\n\n&----\n\nAT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.\n\nDialog box for selecting File Name.\n\nPERFORM display_dialog.\n\nAT SELECTION-SCREEN.\n\nValidate Input File\n\nPERFORM validate_input_file.\n\nValidate Plant.\n\nPERFORM validate_plant.\n\n&----\n\n*& START-OF-SELECTION *\n\n&----\n\nSTART-OF-SELECTION.\n\nUpload Data from File.\n\nPERFORM upload_data.\n\nBuild the BDC data.\n\nPERFORM build_bdc.\n\n&----\n\n*& END-OF-SELECTION *\n\n&----\n\nEND-OF-SELECTION.\n\nDisplay the Log details\n\nPERFORM display_report.\n\n**************************************************************************************\n\nInclude where i have written the code\n\n***************************************************************************************\n\n----\n\nINCLUDE ZULV_BOM_UPLOAD_F01 *\n\n----\n\n&----\n\n*& Form display_dialog\n\n&----\n\nTo display the pop up dialog box\n\n----\n\n*\n\n----\n\nFORM display_dialog.\n\nCalling FM to display File Select dialog box\n\nCALL FUNCTION 'F4_FILENAME'\n\nEXPORTING\n\nprogram_name = syst-cprog\n\ndynpro_number = syst-dynnr\n\nFIELD_NAME = ' '\n\nIMPORTING\n\nfile_name = p_file .\n\nENDFORM. \" display_dialog\n\n&----\n\n*& Form upload_data\n\n&----\n\nTo Upload the data into Internal Table.\n\n----\n\n*\n\n----\n\nFORM upload_data.\n\nDATA : lt_itab TYPE STANDARD TABLE OF alsmex_tabline,\n\nls_itab TYPE alsmex_tabline,\n\nls_upload TYPE ty_upload_data.\n\nCALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'\n\nEXPORTING\n\nfilename = p_file\n\ni_begin_col = 1\n\ni_begin_row = 2\n\ni_end_col = 5\n\ni_end_row = 50000\n\nTABLES\n\nintern = lt_itab[]\n\nEXCEPTIONS\n\ninconsistent_parameters = 1\n\nupload_ole = 2\n\nOTHERS = 3.\n\nIF sy-subrc <> 0.\n\nMESSAGE i000 WITH text-t04.\n\nLEAVE LIST-PROCESSING.\n\nENDIF.\n\nCLEAR ls_itab.\n\nLOOP AT lt_itab INTO ls_itab.\n\nCASE ls_itab-col.\n\nWHEN 1.\n\nls_upload-matnr = ls_itab-value.\n\nWHEN 2.\n\nPERFORM convert_to_decimal USING ls_itab-value.\n\nls_upload-bmeng = ls_itab-value.\n\nWHEN 3.\n\nls_upload-idnrk = ls_itab-value.\n\nWHEN 4.\n\nPERFORM convert_to_decimal USING ls_itab-value.\n\nls_upload-menge = ls_itab-value.\n\nWHEN 5.\n\nls_upload-meins = ls_itab-value.\n\nENDCASE.\n\nAT END OF row.\n\nAPPEND ls_upload TO gt_upload.\n\nCLEAR ls_upload.\n\nENDAT.\n\nCLEAR ls_itab.\n\nENDLOOP.\n\nDeleting the contents of internal table\n\nFREE lt_itab.\n\nENDFORM. \" upload_data\n\n&----\n\n*& Form build_bdc\n\n&----\n\nBuild the BDC\n\n----\n\n*\n\n----\n\nFORM build_bdc.\n\nDATA: l_str_count TYPE string,\n\nl_str TYPE string,\n\nl_count(2) TYPE n VALUE 1,\n\nl_posnr(4) TYPE n VALUE 10,\n\nl_break TYPE i VALUE 0,\n\nls_upload TYPE ty_upload_data,\n\nls_matnr TYPE ty_matnr,\n\nls_log TYPE ty_log,\n\nls_bdcmsgcol TYPE bdcmsgcoll,\n\nl_matnr TYPE matnr .\n\nCollecting the Matnr into a separate IT\n\nLOOP AT gt_upload INTO ls_upload.\n\nls_matnr-matnr = ls_upload-matnr.\n\nAPPEND ls_matnr TO gt_matnr.\n\nCLEAR: ls_matnr,\n\nls_upload.\n\nENDLOOP.\n\nSort the Table by Material number\n\nSORT gt_matnr BY matnr.\n\nSORT gt_upload BY matnr.\n\nCLEAR g_grp_index .\n\ndelete the duplicate records\n\nDELETE ADJACENT DUPLICATES FROM gt_matnr COMPARING matnr.\n\nCLEAR: ls_matnr,\n\nls_upload.\n\nLOOP AT gt_matnr INTO ls_matnr.\n\nCopying the matnr into Log Internal table\n\nls_log-matnr = ls_matnr-matnr.\n\nAPPEND ls_log TO gt_log.\n\nCLEAR ls_log.\n\nREFRESH: gt_bdcdata[],\n\ngt_bdcmsgcol.\n\nCLEAR l_matnr.\n\nSELECT SINGLE matnr\n\nFROM mast\n\nINTO l_matnr\n\nWHERE matnr EQ ls_matnr-matnr\n\nAND werks EQ p_plant\n\nAND stlan EQ '5' .\n\nIF sy-subrc EQ 0 .\n\nCLEAR ls_log.\n\nls_log-light = '1'.\n\nls_log-matnr = ls_matnr-matnr.\n\nls_log-desc = text-t11.\n\nAPPEND ls_log TO gt_log .\n\nCONTINUE.\n\nENDIF.\n\nPERFORM bdc_dynpro USING 'SAPLCSDI' '0100'.\n\nPERFORM bdc_field USING 'BDC_OKCODE' '/00'.\n\nPERFORM bdc_field USING 'RC29N-MATNR' ls_matnr-matnr.\n\nPERFORM bdc_field USING 'RC29N-WERKS' p_plant.\n\nPERFORM bdc_field USING 'RC29N-STLAN' '5'.\n\nPERFORM bdc_field USING 'RC29N-DATUV' p_date.\n\nREAD TABLE gt_upload INTO ls_upload\n\nWITH KEY matnr = ls_matnr-matnr.\n\nCHECK sy-subrc EQ 0.\n\nPERFORM bdc_dynpro USING 'SAPLCSDI' '0110'.\n\nPERFORM bdc_field USING 'BDC_OKCODE' '/00'.\n\nPERFORM bdc_field USING 'RC29K-BMENG' ls_upload-bmeng.\n\nCLEAR ls_upload.\n\nPERFORM bdc_field USING 'RC29K-STLST' '1'.\n\nPERFORM bdc_dynpro USING 'SAPLCSDI' '0111'.\n\nPERFORM bdc_field USING 'BDC_OKCODE' '/00'.\n\nLOOP AT gt_upload INTO ls_upload\n\nWHERE matnr = ls_matnr-matnr.\n\nl_break = l_break + 1.\n\nCLEAR: l_str,\n\nl_str_count.\n\nl_str_count = l_count.\n\nCONDENSE l_str_count.\n\nPERFORM bdc_dynpro USING 'SAPLCSDI' '0140'.\n\nPERFORM bdc_field USING 'BDC_OKCODE' '/00'.\n\nBDC for Item level\n\nCONCATENATE 'RC29P-IDNRK(' l_str_count ')' INTO l_str.\n\nPERFORM bdc_field USING l_str ls_upload-idnrk.\n\nCONCATENATE 'RC29P-MENGE(' l_str_count ')' INTO l_str.\n\nPERFORM bdc_field USING l_str ls_upload-menge.\n\nCONCATENATE 'RC29P-MEINS(' l_str_count ')' INTO l_str.\n\nPERFORM bdc_field USING l_str ls_upload-meins.\n\nCONCATENATE 'RC29P-POSTP(' l_str_count ')' INTO l_str.\n\nPERFORM bdc_field USING l_str 'L'.\n\nPERFORM bdc_dynpro USING 'SAPLCSDI' '0130'.\n\nPERFORM bdc_field USING 'BDC_OKCODE' '/00'.\n\nPERFORM bdc_field USING 'RC29P-POSNR' l_posnr.\n\nPERFORM bdc_field USING 'RC29P-IDNRK' ls_upload-idnrk.\n\nPERFORM bdc_field USING 'RC29P-MENGE' ls_upload-menge.\n\nPERFORM bdc_field USING 'RC29P-MEINS' ls_upload-meins.\n\nPERFORM bdc_dynpro USING 'SAPLCSDI' '0131'.\n\nPERFORM bdc_field USING 'BDC_OKCODE' '/00'.\n\nPERFORM bdc_field USING 'RC29P-RVREL' 'X'. \" Change\n\nif the item is more than 14 records.\n\nl_break = l_break MOD 14.\n\nIF l_break EQ 0.\n\nPERFORM bdc_dynpro USING 'SAPLCSDI' '0140'.\n\nPERFORM bdc_field USING : 'BDC_OKCODE' '=FCNP'.\n\nl_count = 1.\n\nl_break = 1.\n\nENDIF.\n\nl_count = l_count + 1.\n\nl_posnr = l_posnr + 10.\n\nCLEAR ls_upload.\n\nENDLOOP.\n\nPERFORM bdc_dynpro USING 'SAPLCSDI' '0140'.\n\nPERFORM bdc_field USING 'BDC_OKCODE' '=FCBU'.\n\nl_count = 1.\n\nPERFORM call_transcation USING ls_matnr-matnr.\n\nCLEAR ls_matnr.\n\nENDLOOP.\n\nENDFORM. \" build_bdc\n\n&----\n\n*& Form bdc-dynpro\n\n&----\n\nThe program name and the screen number are passed\n\n----\n\n-->pa_program program name\n\n-->pa_dynpro screen number\n\n----\n\nFORM bdc_dynpro USING pa_program\n\npa_dynpro.\n\nDATA: c_x(1) TYPE c VALUE 'X'.\n\ngs_bdcdata-program = pa_program.\n\ngs_bdcdata-dynpro = pa_dynpro.\n\ngs_bdcdata-dynbegin = c_x.\n\nAPPEND gs_bdcdata TO gt_bdcdata.\n\nCLEAR gs_bdcdata.\n\nENDFORM. \" bdc-dynpro\n\n&----\n\n*& Form bdc_field\n\n&----\n\nTo populate field details in BDC\n\n----\n\n-->pa_fnam field name\n\n-->pa_fval field value\n\n----\n\nFORM bdc_field USING pa_fnam\n\npa_fval.\n\ngs_bdcdata-fnam = pa_fnam.\n\ngs_bdcdata-fval = pa_fval.\n\nAPPEND gs_bdcdata TO gt_bdcdata.\n\nCLEAR gs_bdcdata.\n\nENDFORM. \" bdc_field\n\n&----\n\n*& Form validate_input_file\n\n&----\n\nTo validate Input File\n\n----\n\n*\n\n----\n\nFORM validate_input_file.\n\ncheck whether the uploaded file is in excel format\n\nIF p_file NP '*.xls'.\n\nMESSAGE e000 WITH text-t07.\n\nENDIF.\n\nENDFORM.\n\n&----\n\n*& Form call_transcation\n\n&----\n\nCall Transcation CS01\n\n----\n\n*\n\n----\n\nFORM call_transcation USING pa_matnr TYPE matnr.\n\nDATA : c_mode TYPE c VALUE 'N' .\n\nDATA: ls_bdcmsgcol TYPE bdcmsgcoll,\n\nl_message TYPE string,\n\nls_log TYPE ty_log,\n\nf_success TYPE c,\n\nf_error TYPE c,\n\nl_index(4) TYPE c .\n\nCLEAR ls_log.\n\nls_log-matnr = pa_matnr.\n\nCALL TRANSACTION 'CS01' USING gt_bdcdata\n\nMODE c_mode\n\nUPDATE 'S'\n\nMESSAGES INTO gt_bdcmsgcol.\n\nCLEAR ls_bdcmsgcol.\n\nLOOP AT gt_bdcmsgcol INTO ls_bdcmsgcol.\n\nIF ls_bdcmsgcol-msgtyp EQ 'S'.\n\nCall transcation Success.set the flag\n\nf_success = 'X'.\n\nELSEIF ls_bdcmsgcol-msgtyp EQ 'E' OR\n\nls_bdcmsgcol-msgtyp EQ 'A'.\n\nCall transcation failed\n\nf_error = 'X'.\n\nENDIF.\n\nCLEAR ls_bdcmsgcol.\n\nENDLOOP.\n\nIF f_success = 'X'.\n\nTranscation executed successfully.\n\nCheck for success message\n\nCLEAR: f_success,\n\nls_bdcmsgcol.\n\nREAD TABLE gt_bdcmsgcol INTO ls_bdcmsgcol\n\nWITH KEY msgtyp = 'S'.\n\nCHECK sy-subrc EQ 0.\n\nls_log-light = '3'. \" Green color light\n\nPERFORM build_message USING ls_bdcmsgcol\n\nCHANGING l_message.\n\nls_log-desc = l_message. \"Success message from BDC\n\nELSEIF f_error = 'X'.\n\nTranscation failed\n\nls_log-light = '1'. \"Red color light\n\nOpen BDC Session\n\nCreating Group name for Open BDC\n\ng_grp_index = g_grp_index + 1 .\n\nCLEAR l_index.\n\nMOVE g_grp_index TO l_index .\n\nCONDENSE l_index NO-GAPS.\n\nCONCATENATE g_group l_index sy-uzeit INTO g_group .\n\nCONCATENATE g_group pa_matnr INTO g_group.\n\nPERFORM open_group.\n\nPERFORM bdc_insert.\n\nPERFORM bdc_close.\n\nls_log-session = g_group.\n\nCLEAR: f_error,\n\ng_group,\n\nls_bdcmsgcol.\n\ninitializing group name.\n\ng_group = 'ZB'.\n\nREAD TABLE gt_bdcmsgcol INTO ls_bdcmsgcol\n\nWITH KEY msgtyp = 'E'.\n\nIF sy-subrc EQ 0.\n\nMessage from BDC\n\nPERFORM build_message USING ls_bdcmsgcol\n\nCHANGING l_message.\n\nls_log-desc = l_message. \"Error / Success message from BDC\n\nELSE.\n\nMessage Not Present in BDCMSGCOL.\n\nls_log-desc = text-t02. \"Error message\n\nENDIF.\n\nENDIF.\n\nAPPEND ls_log TO gt_log.\n\nCLEAR ls_log.\n\nENDFORM. \" call_transcation\n\n&----\n\n*& Form open_group\n\n&----\n\nOpen Group for BDC\n\n----\n\n*\n\n----\n\nFORM open_group.\n\nDATA: l_client TYPE mandt,\n\nl_user TYPE sy-uname,\n\nl_holddate TYPE apqi-startdate.\n\nCONSTANTS c_x TYPE c VALUE 'X'.\n\nl_client = sy-mandt.\n\nl_user = sy-uname.\n\nCALL FUNCTION 'BDC_OPEN_GROUP'\n\nEXPORTING\n\nclient = l_client\n\ngroup = g_group\n\nuser = l_user\n\nkeep = c_x\n\nholddate = l_holddate.\n\nENDFORM. \" open_group\n\n&----\n\n*& Form bdc_insert\n\n&----\n\nInsert BDC data\n\n----\n\n*\n\n----\n\nFORM bdc_insert.\n\nCALL FUNCTION 'BDC_INSERT'\n\nEXPORTING\n\ntcode = 'CS01'\n\nTABLES\n\ndynprotab = gt_bdcdata.\n\nIF sy-subrc NE 0.\n\nMESSAGE e000 WITH\n\n'Problem with BDC session, contact system admin'.\n\nENDIF.\n\nENDFORM. \" bdc_insert\n\n&----\n\n*& Form bdc_close\n\n&----\n\nClose The BDC\n\n----\n\n*\n\n----\n\nFORM bdc_close.\n\nCALL FUNCTION 'BDC_CLOSE_GROUP'.\n\nENDFORM. \" bdc_close\n\n2007 Oct 11 6:17 AM\n\nfor writing any sort of BDC you'l first need Recording of perticular TCODE...\n\nfirst create one recording of desired TCODE via SHDB Tcode....\n\nthen use following template to complete your BDC....\n\nREPORT ZBDC_CHANGE_VENDOR_DETAILS .\n\n1. CREATE INTERNAL TABLE CONTAINING BDC FIELDS\n\n(Pick this data from recording)\n\ndata: begin of it_upload occurs 0 with header line,\n\n\"Define all the fields used in the recording\n\nend of it_upload.\n\nBatchinputdata of single transaction\n\ndata: bdcdata like bdcdata occurs 0 with header line.\n\n*----\n\n*Variables\n\n*----\n\ndata: return(30).\n\n*----\n\n*Selection Screens\n\n*----\n\nselection-screen begin of block b1 with frame title text-000.\n\n*Give filename here.. file to be uploaded\n\nparameters p_fname like rlgrap-filename.\n\nselection-screen end of block b1.\n\nselection-screen begin of block b2 with frame title text-001.\n\nparameters : p_sname(12),\n\np_keep default 'X' as checkbox.\n\nselection-screen end of block b2.\n\n*----\n\n*At Selection-Screen\n\n*----\n\nat selection-screen on value-request for p_fname.\n\ncall function 'WS_FILENAME_GET'\n\nexporting\n\nDEF_FILENAME = ' '\n\nDEF_PATH = ' '\n\nmask = ',*.txt.' \".txt for notepad file and .xls for excel file\n\nmode = 'O'\n\nTITLE = ' '\n\nimporting\n\nfilename = p_fname\n\nRC =\n\nexceptions\n\ninv_winsys = 1\n\nno_batch = 2\n\nselection_cancel = 3\n\nselection_error = 4\n\nothers = 5\n\n.\n\nif sy-subrc <> 0.\n\nMESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO\n\nWITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.\n\nendif.\n\nat selection-screen.\n\ncall function 'WS_QUERY'\n\nexporting\n\nENVIRONMENT =\n\nfilename = p_fname\n\nquery = 'FE'\n\nWINID =\n\nimporting\n\nreturn = return\n\nexceptions\n\ninv_query = 1\n\nno_batch = 2\n\nfrontend_error = 3\n\nothers = 4\n\n.\n\nif sy-subrc <> 0.\n\nelseif return = 0.\n\nmessage e005 with 'File does not exist'.\n\nendif.\n\n*----\n\n*Start-of-selection\n\n*----\n\nstart-of-selection.\n\n*Uploading the flat file containig the infotype records.\n\ncall function 'WS_UPLOAD'\n\nexporting\n\nCODEPAGE = ' '\n\nfilename = p_fname\n\nfiletype = 'DAT'\n\nHEADLEN = ' '\n\nLINE_EXIT = ' '\n\nTRUNCLEN = ' '\n\nUSER_FORM = ' '\n\nUSER_PROG = ' '\n\nDAT_D_FORMAT = ' '\n\nIMPORTING\n\nFILELENGTH =\n\ntables\n\ndata_tab = it_upload\n\nexceptions\n\nconversion_error = 1\n\nfile_open_error = 2\n\nfile_read_error = 3\n\ninvalid_type = 4\n\nno_batch = 5\n\nunknown_error = 6\n\ninvalid_table_width = 7\n\ngui_refuse_filetransfer = 8\n\ncustomer_error = 9\n\nothers = 10\n\n.\n\nif sy-subrc <> 0.\n\nmessage e005 with 'File upload failed'.\n\nendif.\n\n*Opening the session\n\ncall function 'BDC_OPEN_GROUP'\n\nexporting\n\nclient = sy-mandt\n\ngroup = p_sname\n\nkeep = p_keep\n\nuser = sy-uname\n\nexceptions\n\nclient_invalid = 1\n\ndestination_invalid = 2\n\ngroup_invalid = 3\n\ngroup_is_locked = 4\n\nholddate_invalid = 5\n\ninternal_error = 6\n\nqueue_error = 7\n\nrunning = 8\n\nsystem_lock_error = 9\n\nuser_invalid = 10\n\nothers = 11.\n\nif sy-subrc <> 0.\n\nmessage e005 with 'Unable to open a BDC group'.\n\nendif.\n\nloop at it_upload.\n\n2. Perform BDC_DYNPRO & BDC_FIELD for each screen & its fields...Eliminate those fields which are not necessary.OKCODE is mandatory\n\n(Pick this data from recording)*perform insert session details\n\n\"This code is example .. and the values mentioned in '' are from recording...\n\nperform bdc_dynpro using 'SAPMF02K' '0106'.\n\nperform bdc_field using:\n\n'BDC_CURSOR' 'RF02K-D0130',\n\n'BDC_OKCODE' '/00',\n\n'RF02K-LIFNR' it_upload-vendor_code,\n\n'RF02K-BUKRS' it_upload-company_code,\n\n'RF02K-D0110' 'X',\n\n'RF02K-D0120' 'X',\n\n'RF02K-D0130' 'X'.\n\n3. Perform BDC_INSERT here b4 endloop\n\nCALL FUNCTION 'BDC_INSERT'\n\nEXPORTING\n\nTCODE = 'FBD1' put ur TCODE 4 whch u r doin BDC\n\nPOST_LOCAL = NOVBLOCAL\n\nPRINTING = NOPRINT\n\nSIMUBATCH = ' '\n\nCTUPARAMS = ' '\n\nTABLES\n\ndynprotab = bdcdata\n\nEXCEPTIONS\n\nINTERNAL_ERROR = 1\n\nNOT_OPEN = 2\n\nQUEUE_ERROR = 3\n\nTCODE_INVALID = 4\n\nPRINTING_INVALID = 5\n\nPOSTING_INVALID = 6\n\nOTHERS = 7\n\n.\n\nIF sy-subrc <> 0.\n\nMESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO\n\nWITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.\n\nENDIF.\n\nrefresh bdcdata.\n\nendloop.\n\n*Closing the session\n\ncall function 'BDC_CLOSE_GROUP'\n\nexceptions\n\nnot_open = 1\n\nqueue_error = 2\n\nothers = 3.\n\nif sy-subrc <> 0.\n\nmessage e005 with 'Unable to close the BDC group'.\n\nendif.\n\n----\n\nStart new screen *\n\n----\n\nform bdc_dynpro using program dynpro.\n\nclear bdcdata.\n\nbdcdata-program = program.\n\nbdcdata-dynpro = dynpro.\n\nbdcdata-dynbegin = 'X'.\n\nappend bdcdata.\n\nendform.\n\n----\n\nInsert field *\n\n----\n\nform bdc_field using fnam fval.\n\nclear bdcdata.\n\nbdcdata-fnam = fnam.\n\nbdcdata-fval = fval.\n\nappend bdcdata.\n\nendform.\n\n2007 Oct 11 6:18 AM\n\nhi,\n\ninclude bdcrecx1.\n\nparameters: filename like rlgrap-filename.\n\ndata: begin of record,\n\nASNUM(18),\n\nASKTX(40),\n\nASTYP(4),\n\nMEINS(3),\n\nMATKL(6),\n\nBKLAS(4),\n\nend of record.\n\ndata: itab_program like record occurs 0 with header line.\n\n***\n\n****************************************************\n\nAt Selection Screen\n\n****************************************************\n\nat selection-screen on value-request for filename.\n\nperform query_filename changing filename.\n\n****************************************************\n\n*START-OF-SELECTION\n\n*****************************************************\n\nstart-of-selection.\n\n*-- Upload flat data to ITAB.\n\nperform upload_to_itab.\n\n*{ chg001 -- modified as per requirement\n\nperform open_group.\n\nloop at itab_program.\n\nperform upload_programs.\n\nendloop.\n\nperform close_group.\n\n----\n\nFORM UPLOAD_TO_ITAB *\n\n----\n\n........ *\n\n----\n\nform upload_to_itab.\n\ncall function 'WS_UPLOAD'\n\nexporting\n\nCODEPAGE = ' '\n\nfilename = filename\n\nfiletype = 'DAT'\n\nHEADLEN = ' '\n\nLINE_EXIT = ' '\n\nTRUNCLEN = ' '\n\nUSER_FORM = ' '\n\nUSER_PROG = ' '\n\nDAT_D_FORMAT = ' '\n\nIMPORTING\n\nFILELENGTH =\n\ntables\n\ndata_tab = itab_program\n\nEXCEPTIONS\n\nCONVERSION_ERROR = 1\n\nFILE_OPEN_ERROR = 2\n\nFILE_READ_ERROR = 3\n\nINVALID_TYPE = 4\n\nNO_BATCH = 5\n\nUNKNOWN_ERROR = 6\n\nINVALID_TABLE_WIDTH = 7\n\nGUI_REFUSE_FILETRANSFER = 8\n\nCUSTOMER_ERROR = 9\n\nOTHERS = 10\n\n.\n\nif sy-subrc <> 0.\n\nMESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO\n\nWITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.\n\nwrite : 'File opening error.'.\n\nendif.\n\nendform.\n\n----\n\nFORM QUERY_FILENAME *\n\n----\n\n........ *\n\n----\n\n--> P_FILENAME *\n\n----\n\nform query_filename changing p_filename.\n\ndata : tmp_filename like filename.\n\ncall function 'WS_FILENAME_GET'\n\nexporting\n\ndef_filename = filename\n\nmask = ',.txt,.txt.'\n\nmode = 'O'\n\ntitle = 'Select the file to Upload'\n\nimporting\n\nfilename = tmp_filename\n\nexceptions\n\ninv_winsys = 01\n\nno_batch = 02\n\nselection_cancel = 03\n\nselection_error = 04.\n\nif sy-subrc = 0.\n\nfilename = tmp_filename.\n\nendif.\n\nendform.\n\n*******************************************\n\n*perform open_group.\n\n&----\n\n*& Form UPLOAD_programs\n\n&----\n\ntext\n\n----\n\n--> p1 text\n\n<-- p2 text\n\n----\n\nform upload_programs.\n\nperform bdc_dynpro using 'SAPLBAS0' '0300'.\n\nperform bdc_field using 'BDC_CURSOR'\n\n'ASMD-ASNUM'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=NEW'.\n\nperform bdc_field using 'RM63T-SPRAS'\n\n'EN'.\n\nperform bdc_dynpro using 'SAPLBAS0' '0300'.\n\nperform bdc_field using 'BDC_CURSOR'\n\n'ASMD-MATKL'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=POST'.\n\nperform bdc_field using 'ASMD-ASNUM'\n\nitab_program-ASNUM.\n\nperform bdc_field using 'ASMDT-ASKTX'\n\nitab_program-ASKTX.\n\nperform bdc_field using 'ASMD-ASTYP'\n\nitab_program-ASTYP.\n\nperform bdc_field using 'ASMD-MEINS'\n\nitab_program-MEINS.\n\nperform bdc_field using 'ASMD-MATKL'\n\nitab_program-MATKL.\n\nperform bdc_field using 'ASMD-BKLAS'\n\nitab_program-BKLAS.\n\nperform bdc_dynpro using 'SAPLBAS0' '0300'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'/EBACK'.\n\nperform bdc_field using 'BDC_CURSOR'\n\n'ASMD-ASNUM'.\n\nperform bdc_dynpro using 'SAPLSPO1' '0100'.\n\nperform bdc_field using 'BDC_OKCODE'\n\n'=YES'.\n\nperform bdc_transaction using 'AC03'.\n\nendform. \" UPLOAD_programs\n\ncheck this to upload dat from excel to internal table.\n\nTABLES:zmatnr.\n\nTYPE-POOLS truxs.\n\nDATA : itab LIKE alsmex_tabline OCCURS 0 WITH HEADER LINE.\n\nDATA row LIKE alsmex_tabline-row.\n\ndata : gi_final like zmatnr occurs 0 with header line.\n\nSELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.\n\nPARAMETER : pfname LIKE rlgrap-filename OBLIGATORY.\n\nSELECTION-SCREEN END OF BLOCK b1.\n\nAT SELECTION-SCREEN ON VALUE-REQUEST FOR pfname.\n\nPERFORM search.\n\nSTART-OF-SELECTION.\n\nperform process.\n\nform process.\n\nCALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'\n\nEXPORTING\n\nfilename = pfname\n\ni_begin_col = 1\n\ni_begin_row = 2\n\ni_end_col = 12\n\ni_end_row = 65000\n\nTABLES\n\nintern = itab\n\nEXCEPTIONS\n\ninconsistent_parameters = 1\n\nupload_ole = 2\n\nOTHERS = 3.\n\nIF sy-subrc <> 0.\n\nMESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO\n\nWITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.\n\nENDIF.\n\ndescribe table itab lines itab_count.\n\nrow = 1.\n\nloop at itab.\n\nif itab-row <> row.\n\nappend gi_final.\n\nclear gi_final.\n\nendif.\n\ncase itab-col.\n\nwhen '1'.\n\ngi_final-MATNR = itab-value.\n\nwhen '2'.\n\ngi_final-Maktx = itab-value.\n\nendcase.\n\nrow = itab-row.\n\nendloop.\n\nappend gi_final.\n\nclear gi_final.\n\nendform.\n\nFORM search .\n\nCALL FUNCTION 'KD_GET_FILENAME_ON_F4'\n\nEXPORTING\n\nstatic = 'X'\n\nCHANGING\n\nfile_name = pfname.\n\nENDFORM.\n\nregards\n\nsiva\n\n2007 Oct 11 6:29 AM\n\nPlease have a look at the following code this will give u a clear understanding for BDC session creation . This code will create a BDC session that can be processed thru SM35 . Just execute the code by creating a Z program in SE38 and then check the created session in SM35 . Reward points if info useful....\n\n&----\n\n*& Report Z_TEST_BDC_SESSIONS\n\n*&\n\n&----\n\n*&\n\n*&\n\n&----\n\nREPORT Z_TEST_BDC_SESSIONS.\n\ndata : gt_bdc TYPE STANDARD TABLE OF bdcdata,\n\ngs_bdc TYPE bdcdata,\n\nuser LIKE apqi-userid ,\n\n\"user for start session in batch\n\nkeep(1) TYPE c VALUE 'X',\n\n, \"' ' = delete session if finished\n\n\"'X' = keep session if finished\n\nholddate LIKE apqi-startdate ,\n\nw_group(12) TYPE c,\n\np_group(6) VALUE 'SLUPLD'.\n\nCONSTANTS : c_comma TYPE c VALUE ',',\n\nc_x TYPE c VALUE 'X',\n\nc_e TYPE c VALUE 'N'.\n\nCreating BDC data for a sales order\n\nPERFORM fill_bdc_screen USING 'SAPMV45A' '0102' .\n\nPERFORM fill_bdc_val USING: 'BDC_OKCODE' '/00'.\n\nPERFORM fill_bdc_val USING: 'VBAK-VBELN' '1006'.\" Enter a valid sales order\n\nEvery BDC session is uniquely identified by its group\n\nCONCATENATE p_group sy-uzeit INTO w_group.\n\nuser = sy-uname.\n\nopen , insert and close BDC group to create a session\n\nCALL FUNCTION 'BDC_OPEN_GROUP'\n\nEXPORTING\n\nclient = sy-mandt\n\ngroup = w_group\n\nuser = user\n\nkeep = keep\n\nholddate = holddate.\n\nCALL FUNCTION 'BDC_INSERT'\n\nEXPORTING\n\ntcode = 'VA02'\n\nTABLES\n\ndynprotab = gt_bdc.\n\nCALL FUNCTION 'BDC_CLOSE_GROUP'.\n\nFORM fill_bdc_screen USING p_prog\n\np_scrn.\n\nDATA : ls_bdc TYPE bdcdata.\n\nMOVE : p_prog TO ls_bdc-program,\n\np_scrn TO ls_bdc-dynpro,\n\nc_x TO ls_bdc-dynbegin.\n\nAPPEND ls_bdc TO gt_bdc.\n\nENDFORM. \" fill_bdc_screen\n\nFORM fill_bdc_val USING p_fnam\n\np_fval.\n\nDATA : ls_bdc TYPE bdcdata,\n\nl_str TYPE string.\n\nMOVE p_fval TO l_str.\n\nMOVE : p_fnam TO ls_bdc-fnam,\n\nl_str TO ls_bdc-fval.\n\nAPPEND ls_bdc TO gt_bdc.\n\nENDFORM. \" fill_bdc_val\n\n2007 Oct 11 6:50 AM\n\nHi Amardeep,\n\nFor a BDC upload you need to write a program which creates BDC sessions.\n\nSteps for BDC Uplaod:\n\n1. Work out the transaction you would use to create the data manually.\n\n2. Use transaction \"SHDB\" to record the creation of one material master data.\n\nClick the New recording button or the Menu - Recording - Create\n\n3. Save the recording, and then go back a screen to the overview.\n\n4. Select the recording and click on Edit - Create Program.\n\nGive the program a Z* name, and select transfer from recording.\n\n5. Edit the program. You will see that all the data you entered is hard-coded into the program. Make the following changes:\n\na. After the start-of-selection, Call ws_upload to upload the file (the excel file needs to be saved as TAB separated).\n\nb. After the open-group, Loop on the uploaded data. For each line, perform validation checks on the data, then modify the perform bdc_field commands to use the file data.\n\nc. After perform bdc_transaction, add endloop.\n\nExecute the program. It will have options to create a batch session or to process directly.\n\nPlease reward points if useful.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1085047",
+ "domain": "archive.sap.com",
+ "file_source": "part-00425-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Oct 13 11:20 PM\n\nHi Everyone!\n\nWe need to make a program that create a new request, read another program , and add to this new request all elements used inside that program, like element type, domain, includes etc. The ideia is to transport only this request to another environment, and have the entire program working fine on the new environment.\n\nDoes anybody has any idea how to make this? Do you think is it possible?\n\nThanks very much.\n\nLuíza\n\n2008 Oct 14 2:51 AM\n\nHi,\n\nTry using a BDC to create a new request..You can get back the created request from the table. Then again run a BDC to relate the objects to this new request... The values or the object names to run the BDC can be again got from tables...\n\nregards,\n\nMadan,,\n\n2008 Oct 14 2:51 AM\n\nHi,\n\nTry using a BDC to create a new request..You can get back the created request from the table. Then again run a BDC to relate the objects to this new request... The values or the object names to run the BDC can be again got from tables...\n\nregards,\n\nMadan,,",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/142659",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2006 May 04 4:26 PM\n\nWe have installed a high availability solution and I am in the process of trying to determine all the libraries and IFS objects I should be replicating. There are a couple of libraries on the system which I am not sure how they are really used or if they are just some leftovers from some maintenance or upgrade process in the past. Examples, R3QTEMP and GEN46DEOPT. I know different iseries customers are using various HA solutions but I would be interested if anyone could state what specific libraries and IFS links they are replicating for HA purposes.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Russ,\n\nR3QTEMP should be deleted and should never appear again as it was replaced by PCHsid a few years ago ...\n\nI assume, you are using a 4.6D system ...\n\nThen I would use the following:\n\n- r3siddata\n\n- r3sidjrn\n\n- kernel lib\n\n- r3sid400\n\n- r3400\n\n- r3sys\n\n- r3wrk00\n\n- /usr/sap/sid/sys/profile\n\n(i would exclude the rest as it only creates problems with locking situations and batch jobs - at least you should exclude the batch job directories)\n\nIf you need more detailed descriptions, please let me know.\n\nRegards\n\nVolker Gueldenpfennig\n\nconsolut.gmbh\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Russ,\n\nlet me add a list of 6.40 lib's and structures:\n\nR3DATA\n\nR3400\n\nR3JRN\n\nSAPDB\n\nSAPJRN\n\nJ2EELIB\n\nKERNELLIB\n\nDirectories:\n\nusr/sap//.\n\nsapmnt//.\n\nsapmnt/trans/.\n\nHope it helps\n\nRegards\n\nBjoern Willig\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 56 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1093679",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 20 7:54 AM\n\nHello all !\n\nI've to develop some php pages which will search informations in our SAP database.\n\nAfter a quick search, I've found SAPRFC and some samples.\n\nI've seen that i'll have to use the function CallFunction which uses BAPI functions. But, I've no documentation about this function (and how do we have to use the differents parameters like SIGN, OPTION, LOW, ...)\n\nWhere can I find documentation about this ???\n\nThank you very much.\n\nHelp others by sharing your knowledge.\n\nAnswer\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Pil,\n\nI am also developing php scripts interfacing SAP world, and wrote a couple of blogs about it:\n\n[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4459] [original link is broken] [original link is broken] [original link is broken];\n\nWhat I am usually doing is, at first, to test the BAPI / RFC in SE37. Function module documentation should be available there.\n\nThen I run the saprfc_test.php script available in the saprfc installation, and here one can also get some reference php code.\n\nHope this could help. If you need some further info, just let me know.\n\nKind Regards,\n\nFlavio Ciotola\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHave you check the PHP Blogs? [https://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/58]\n\nI haven't use any BAPI yet...But I have done a lot of SAP Transaction emulation on PHP...\n\nYou can also check the WIKI for [Must Read Blogs|https://wiki.sdn.sap.com/wiki/display/EmTech/Mustreadweblogs]\n\nGreetings,\n\nBlag.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1066848",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 29 1:33 PM\n\nHi,\n\ni like to see from the item master data , the Purchasing UoM in the A/R Invoice as a table field.\n\nI tried it in many ways, but it doesn't work. maybe the sql statement is wrong.\n\ncould somebody help me?\n\nthanks\n\nmichael\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThank you all for your reply.\n\nbut it doesn't work anyway.\n\ni create a word document , that shows , what i want to do.\n\n[http://www.mydrive.ch]\n\nfor login: name:polley password:sap2008\n\ngreetings from hamburg\n\nmichael\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nmany many thanks for you fast answer.\n\nit works !!\n\nbest regards\n\nmichael\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nMichael\n\nI think the UDF you have created is in the Marketing Document lines.\n\nSuda\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Michael,\n\nTry this query to see if it works:\n\n```\nSELECT T0.purpackmsr from oitm T0 where T0.itemcode=$[$38.1.0]\n```\n\nThanks,\n\nGordon\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhi Sridharan,\n\nthanks for your fast reply ,\n\ni'm sorry, but the sql statement doesnt't work. (failed)\n\ni use SBO2007\n\ngreetings michael\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n```\n$[Inv1.itemcode] is a System variable. As with any system variable, \nif you only run it within the Query Generator, it will give you error, as \nwithin the query generator the system cannot retrieve the correct current \nvalue for the system variable. \n\nTherefore, you need to run the query either from the menu: Tools -> \nUser Queries, or from within a document as formatted search.\n```\n\nUse the following query as FMS to the Row level UDF in AR Invoice\n\n```\nSELECT oitm.purpackmsr from oitm where oitm.itemcode=$[Inv1.itemcode]\n```\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 9 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1092631",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 18 1:14 AM\n\nHi Gurus,\n\nIs there a way i can get count of approvers involved in a shopping cart approval from 0BBP_TD_SC_1 datasource.\n\nAlso wanted to know what is the significance of header records for a shopping cart id. I see that for one guid there can be 2 0r 3 header records too.\n\nPoints will be awarded for helpful answers.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi BW,\n\nCheck the link:\n\nhttp://help.sap.com/saphelp_nw04/helpdata/en/e0/9e01b206d03c45bc2a00269265d9e9/frameset.htm\n\nalso keyfigure :0BBP_APRCT which is used to determine the number of approval steps that a shopping cart is subject to.\n\nHope it helps,\n\nregards,\n\nSupriya\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nhttp://help.sap.com/saphelp_nw04/helpdata/en/6a/5dad26e59ce24f883d97c31f557ce0/content.htm\n\n0BBP_SC_ID SC_NUMBER\n\n0SC_CURR CURRENCY\n\n0CALDAY SC_DATE\n\n0BBP_DESCR DESCRIPTION\n\n0BBP_APRCT APPROVER_COUNT\n\n0BBP_BEG_DT APPR_START_DATE\n\n0BBP_RELSC STAT_RELEASE\n\n0BBP_APPROV APPROVER_ID\n\n0BBP_BEG_TM APPR_START_TIME\n\n0COMP_AUTHLV APPROVAL_LIMIT\n\n0APPR_CURR APPROVAL_CURR\n\n0BBP_END_DT APPR_END_DATE\n\n0BBP_END_TM APPR_END_TIME\n\n0LOGSYS_PUR BBP_LOG_SYSTEM\n\n0RECORDMODE UPMOD\n\n0BBP_DELSIG ITM_DEL_IND\n\n0BBP_BUYID ORDERER_ID\n\n0BBP_DOGUID ITM_PARENT\n\nand also check SAP note no: 616554\n\nThanks\n\nReddy\n\nHi Reddy,\n\nThank you very much for your input. What you said is correct, in case of 0BBP_TD_SC_APPR_1 datasoruce I need to assign 0BBP_APRCT to APPROVER_COUNT. But i wanted to get the approvers count from 0BBP_SC_TD_1 datasource. Was wondering if there is any way i can get this count/number of approval steps from this datasource.\n\nAlso does SC_COUNT add any value to what i am looking for. This just gives the count of headers in a shopping cart. I also wanted to know why do we have more than one header for any shopping cart. Does the count of header represent the approval steps involved by any chance.\n\nPlease advice.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/835098",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Apr 23 2:10 PM\n\nhi gurus\n\ni have two internal table tab1 and itab2\n\ni am using\n\nappend lines of itab1 to itab2.\n\nit is appending all the field of itab1 to itab2 but not the last to fields\n\nplease help me with the same as soon as possible.\n\nthe structure of the two are not same and i cant change it also.\n\nplease help me as soon as possible\n\nthanks alot in advance.\n\nanuj\n\n2008 Apr 23 2:13 PM\n\n2008 Apr 23 2:14 PM\n\nhi,\n\nuse move corresponding to work ara and then append work area to itab\n\nregards,\n\nchandu\n\n2008 Apr 23 2:15 PM\n\nHi,\n\nYou can use append when both internal tables are equal structures.\n\nUse MOVE statement.\n\nRegards,\n\nChandu\n\n2008 Apr 23 2:16 PM\n\nSo I guess the problem is the tables have not the same structure.\n\nI'm not sure, but I think you must, inside a loop on your itab1, fill a work area that has the same structure of itab2 and append it to this table.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/133140",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3615730",
+ "domain": "archive.sap.com",
+ "file_source": "part-00239-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2014 Sep 07 5:13 PM\n\nHi,\n\nWhen the folder structure has commas, bods 4.1 is not accessing the complete directory..\n\nHowever file_exists functions return 1 as expected.\n\nTo elaborate, check highlighted folder name which is comma separated\n\nM:\\Source\\03 Source\\3.5 Developments, User Interface, Integration\n\nError:\n\n12780 13500 FIL-080101 5/09/2014 6:08:34 PM Cannot open file . Check its path and permissions.\n\nBut when the folder structure is M:\\Source\\03 Source\\3.5 Developments (without commas in folder name) then the files are accessible.\n\nPlease help to resolve?\n\nTried to enclose the path within double quotes as well. No luck..\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Nisha,\nSave the below path in a variable and try accessing it.\n\n'M:/Source/03 Source/3.5 Developments, User Interface, Integration'\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYes. Reversed the slashes. Tried double quotes to enclose. Tried to concat commas manually.\n\nNone worked.\n\nFile exist checks work. Only when we expect the files to be read or written into this folder, it fails.\n\nIt only considers the path until the first comma. Hence fails as the path is incorrect as no such path exits.\n\nFull path: M:\\Source\\03 Source\\3.5 Developments, User Interface, Integration\n\nBODS considered path: M:\\Source\\03 Source\\3.5 Developments\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3819125",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2015 Oct 29 6:07 AM\n\nDear Experts,\n\nHope you all are doing well !\n\nI have old project coding key and new project coding key in coding mask. We want to restrict old project coding key, due to this reason we selected lock indicator in coding mask setting for any new PD, WBS, AR & Lock indicator for standard WBS also by using old project ID.\n\nBut this is restricting to create New sub WBS also for the project which exist in system for old project ID.\n\nIs there any way to restrict new AR, Project Definition creation for old project ID but allow to create sub WBS for existing projects with same old project ID.\n\nRegards\n\nSingh AK\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Singh,\n\nFirst check whether you can do via Validation OPSI, else try with user exit CNEX0002, contact your abaper.\n\nRegards\n\nTerence\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 118 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1043973",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 12 3:20 PM\n\nHi there,\n\nOur development environment is VB 6.0 and Crystal Reports 8.5\n\nI Installed Crystal Reports XI on the same machine (Windows 2003 SP2) - both works fine\n\nNow the reports which saved as XI no longer be open with the application\n\nWhat should I do to make the application view the XI reports?\n\nThanks,\n\nOded Dror\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThank you for posting your solution\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThere are two possible problems here. Seeing as you have 8.5 and XI on the same machine, there is a very good chance your VB application is loading the 8.5 engine which will not open the XI reports.\n\nThe other possibility would be on how VB is calling the reports. If you are using the OCX or API calls then that older print engine will also not work with XI reports. You should be using the RDC.\n\nGood luck,\n\nBrian\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Oded\n\nPlease search for the following thread in the forums for Business Objects SDK Application Development » .NET Development - Crystal Reports\n\nThread: working on crystal reports with . NET.\n\nIn case this is not what you are looking for, I would suggest you to post this question to the above forum for .NET Development - Crystal Reports.\n\nHope this helps!!!\n\nRegards\n\nSourashree\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/2100731",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Dec 17 3:53 AM\n\nHi,\n\nI am working on iOS and could manage triggering workflow from App on mobile device into the server. I could see the message in server and now I am trying to send a response through a workflow. What are the settings I need to do in SCC to make this work and get the notification mail in the mobile device? I tried configuring the notification mailbox too but didn't know how to proceed. Can someone help me with this?\n\nThanks in advance.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHave you been following through the steps outlined in the documentation? What values have you use in configuring the device user/application connection, the workflow and the mailbox? Which mail server are you using? What errors are you getting, if any? Have you set the trace level of WorkflowClient to Debug and, if so, are there any errors in those logs? Have you confirmed that the message you are sending has the correct information in its fields in relation to the matching and extraction rules of your workflow?\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 9 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/637360",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Nov 17 4:00 AM\n\nHi folks,\n\nI have a task of replicating BPs from CRM to OLTP system. I am new in this area. Can anyone guide me with some kinda step by step documentation, SAP notes. Once I am done with this, I need to replicate the Sales Orders too. Please guide.\n\nThanks\n\nJohn\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Fredrick\n\nJust check out the Best Practices for CRM Master data and transactional data replication guide (C03) on the following link.\n\nhttp://help.sap.com/bp_crmv250/CRM_DE/BBLibrary/html/BBlibrary.htm\n\nIt should help you with BP and transactions replication both\n\nHope this will help\n\nRegards,\n\nRekha Dadwal\n\nYou gain a point for every point that you reward. So reward helpful answers generously\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 19 |\n| 5 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1050483",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 17 6:40 PM\n\nCan someone please tell me how in print layout designer I can display a new date field based on a calculation of another date field.\n\nFor example take a date and subtract 5 weeks or 35 days so if deldate = 09/01/08 display the date 5 weeks earlier.\n\nIs this possible in PLD? If not then I guess I could create a new udf on the marketing row and calculate the date and then display it on the form.\n\nIdeas?\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThe formula field in PLD can do mormal calculation but date function support is not there. The UDF displays in the PLD will be your right solution.\n\nThanks,\n\nGordon\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nKeith,\n\nYou can actually do days.\n\nLet us suppose your date field is Field_175 (typically Posting date on Sales Order)\n\nYou can have a Formula field with the formula\n\nField_175 - 30\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 119 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1231335",
+ "domain": "archive.sap.com",
+ "file_source": "part-00425-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 Feb 11 8:41 AM\n\nHi Experts,\n\nI am working with webservices model Using NWDS 7.013. One application (webservice model) was developed in old portal server after that portal server was scrapped. XI server only available now. Currently i have a new server. I import into that application into My NWDS using the New server.\n\nRefering the below thread\n\nI added following code in the component controller before execute the model\n\n```\nreq._setUser(\"username\"); (eg. user_XI)\nreq._setPassword(\"password\"); (eg. password_XI)\n```\n\nwhile executing the model in the component controller the following exception will be occured\n\njavax.xml.rpc.soap.SOAPFaultException\n\nHow can i rectify this? anything i am going to create JCO in SLD or any configuration going to create Visual administrator? Please give me your valuable suggestions....\n\nRegards,\n\nP.Manivannan.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Manivannan,\n\nCheck the following blog and analyse the exception yourself:\n\n/people/steinermatt/blog/2008/04/23/theres-a-rule-for-every-exception\n\nRegards.\n\nRajat\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 52 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3598137",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2014 Aug 04 2:08 PM\n\nHello\n\nthis is my first post, so please don't be to critical 😃\n\nI had some trouble on Windows 7 Computer with the 32 bit B1 Client, We got around 2-to-7 C++ Errors per day (i cant find the Screenshot from that specific error anymore), so we decided (with help from the SAP Support) why not try the 64 Bit Client on that Machine.\n\nSadly it still Crashes.\n\nI can re-enact the specific module crash by simply interrupting the Client to Server connection\n\nIs anyone else Experiencing something simmilar?\n\nDoes aynone else have an idea what else could cause the Problem?\n\nDoes anyone know how to get around the Problem?\n\nBest regards\n\nMoritz Collin\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nWelcome to B1 forum. What is your B1 version and PL?\n\nThanks & Regards,\n\nNagarajan\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nCould you advice at which condition B1 crash? Please check SAP note:\n\n1989457 - Analysing unexpected application shutdowns\n\nThanks & Regards,\n\nNagarajan\n\nApplication shutdown is \"random\" and in case of a short network losss reproducible\n\non only one workstation ( in the real scenario, but with all users on that workstation)\n\ni can reproduce it with every database in different scenarios and in the sam PL and under different PL\n\n( i also tried it under 9.1 just for the fun of it, same thing)\n\nit happens if you run it ass adminsitrator and also if not\n\nno UDFS, No Addons, same error\n\nWe allready created the dumpfile, and cheked it with the support nothing Helpfull in it sadly\n\nBest Regards\n\nMoritz Collin\n\nPS: just tell me what more information you need and i wil collect it eg. whole network traffic etc\n\nHi,\n\nPlease refer below link to fix DLL error:\n\nThe Program can't start because MSVCR110.dll is missing from your - Microsoft Community\n\nThanks & Regards,\n\nNagarajan\n\nSorry but that doesnt fix it,\n\nfirst of all dll is not missing in all of the systems, secondly i tried it on different machines.\n\nthe Problem ist not that the dll is mising, the problem is that if i lose connection to the server, b1 client crashes, and in the error eventlog i get the module name of the application that crashed MSVCR100.dll\n\nAgain the module only crashes if i lose connection to the server.\n\n| User | Count |\n| --- | --- |\n| 116 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1029806",
+ "domain": "archive.sap.com",
+ "file_source": "part-00142-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Sep 02 9:51 PM\n\nHello,\n\nI´m using Idoc Pricecatalogue02 for Pricat inbound. I could upload the idoc without problem and with the right status. Then I´m seeing the price catalog using transaction W_pricat_maintain. The problem is that always the light for the article is grey. I supposed it has to be green. Does someone know what is happening?\n\nThank You\n\n2008 Oct 12 9:04 AM\n\nHi Maria,\n\nI am facing the same issue. let me know the answer, If you have solved it?\n\nregards,\n\nRaja\n\n2008 Oct 16 6:23 AM\n\nHi,\n\nYes, I thought i wasn't working (because in IDES worked different), but this is the normal behaviuor. When you upload the catalog the light is grey, after the creation of the article the light will turn green,or if the creation failed the light will turn red.\n\nYou can read note 1038571.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1330368",
+ "domain": "archive.sap.com",
+ "file_source": "part-00452-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 May 05 3:59 PM\n\nHi,\n\nI have an ALV with like 3 lines with dropdown fields, each line needs several dropdown values in the same column.\n\nIn BSP this is easy with an iterator but I couldn't find a possibility to do this in WDA.\n\nAt the moment my ALV Dropdown Fields for every line get filled from Context Value Set of the corresponding field - any Ideas how to create a single Dropdown for each Row and Column? (then I could supply every Dropdown the Value Table I want to see)\n\nThe other way would be not to change the ALV but the Context Value Sets - but I found no methods to change the Value Set for each row in a context table.\n\nOther (working) ideas also Welcome.\n\nthanks + regards,\n\nSebastian\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nnot even a \"sorry this is not possible\"?!\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n>\n\nThat's should be the case. If you set the Singleton option correctly, you will get a new instance of the entire child node that conaints the dropdown values for each element in the parent. This allows you to have unique DDLB values per row in your table as you described that you wanted.\n\nHi,\n\nWhen you refer this link-\n\nTo have the different values for each row then populate the different valuesets for each row by looping the table to which the ALV is bound.\n\nDATA:\n\nls_value_set TYPE wdr_context_attr_value.\n\n```\nloop at lt_final into ls_final.\n\n***For each row based on condition fill the valueset.\nif sy-tabix eq 1. \"1st row.\n ls_value_set-text = space.\n INSERT ls_value_set INTO TABLE ls_final-valueset.\n ls_value_set-value = space.\n ls_value_set-text = '1'.\n INSERT ls_value_set INTO TABLE ls_final-valueset.\nelseif sy-tabix eq 2.\n ls_value_set-text = space.\n INSERT ls_value_set INTO TABLE ls_final-valueset.\n ls_value_set-value = space.\n ls_value_set-text = '1'.\n INSERT ls_value_set INTO TABLE ls_final-valueset. \"Diferene values\nendif.\nappend ls_final to lt_final1.\nclear ls_final.\nendloop.\n```\n\nlt_final1 bind to the table.\n\nNow get the column references of the node to which table is bound.\n\nDATA: lr_node type ref to if_wd_context_node,\n\nlr_info type ref to if_wd_context_node_info.\n\nlr_node = wd_context->get_child_node( 'FINAL' ).\n\nlr_info = lr_node->get_node_info( ).\n\nUse GET_COLUMNS of cl_salv_wd_config_table to get column references.\n\ndeclare a dropdown index element.\n\nloop at the lt_columns into lr_cols.\n\nwhen 'colname'.\n\nCREATE OBJECT lr_drp_idx\n\nEXPORTING\n\nselected_key_fieldname = lv_id. \"column name\n\nlr_drp_idx->set_texts( 'VALUESET' ). \"Attribute name of the node\n\nor set_on_select to bind the valuset attribute\n\nlr_cols->set_cell_editor( lr_drp_idx ).\n\nendloop.\n\nRegards,\n\nLekha.\n\nHi Thomas,\n\nI now created a dummy node (since my node was on root layer and there is only singleton allowed).\n\nBut it still doesn't work.\n\nI loop over the elements in the node under the dummy node (which is NOT set as singleton) and set the value set there for each line (element).\n\nBut unfortunately the ALV Output is still the same - all value sets are the same -.-\n\nHope u still have some hints for me\n\nbest regards,\n\nSebastian\n\nHello Sebastian,\n\ncould you elaborate on how you made this work?\n\nDid you have a table of nodes each with one element and show those elements in your table? I can see how something like this might work with hierarchical tables (using a master column) - but even in this case all elements within the same branch share the same node.\n\nI can't see anyway of populating the dropdown by key values other than populating the valuelist of the attribute info (derived from node info) I certainly can't see any way to bind the valuelist on and element by element basis.\n\nI believe there may be a solution using the dropdown by index - was this how you solved your problem?\n\nI would be very interested to understand how you solved this problem.\n\nThanks!\n\nChris\n\nHi guys,\n\nfor all who lost in translation and landed on this question... i found a (the) solution for myself.\n\nIf you want different values in each dropdown in each cell of one column ( 'BKVID' ) ...\n\n1. define a context node which is explicit for the alv. (that was my first error in reasoning)\n\n2. add in that node an attribute 'BKVID_CONTEXT' with the type WDR_CONTEXT_ATTR_VALUE_LIST\n\n3. fill the node with all data inclusive the value list 'BKVID_CONTEXT'\n\n4. use dropdown by index for selection (that was my second error in reasoning. do not use dropdown by key)\n\n```\n* Declare variable to store column details\n\n DATA: ALV_CONFIG_TABLE type REF TO CL_SALV_WD_CONFIG_TABLE.\n DATA: wd_table_usage TYPE REF TO if_wd_component_usage.\n DATA: wd_table TYPE REF TO iwci_salv_wd_table.\n\n DATA: \n column_settings TYPE REF TO if_salv_wd_column_settings,\n column TYPE REF TO cl_salv_wd_column,\n column_hdr TYPE REF TO cl_salv_wd_column_header,\n lr_input_field TYPE REF TO cl_salv_wd_uie_input_field,\n lr_dropdown_key TYPE REF TO cl_salv_wd_uie_dropdown_by_key,\n```\n\nlr_dropdown_idx TYPE REF TO cl_salv_wd_uie_dropdown_by_idx, <== very important\n\n```\nlr_text_editor_v type REF TO CL_SALV_WD_UIE_TEXT_VIEW,\n lr_field type ref to cl_salv_wd_field,\n lr_field_settings type ref to if_salv_wd_field_settings,\n lr_aggr_rule type ref to cl_salv_wd_aggr_rule,\n lr_sort_rule type ref to cl_salv_wd_sort_rule.\n\n wd_table_usage = wd_this->wd_cpuse_TC031_ZBI_AZP_ALV( ).\n IF wd_table_usage->has_active_component( ) IS INITIAL.\n wd_table_usage->create_component( ).\n ENDIF.\n\n wd_table = wd_this->wd_cpifc_TC031_ZBI_AZP_ALV( ).\n alv_config_table = wd_table->get_model( ).\n\n column_settings ?= alv_config_table.\n\n column = column_settings->get_column( 'BKVID' ). \n column->set_visible( if_wdl_core=>VISIBILITY_VISIBLE ).\n\n CREATE OBJECT lr_dropdown_idx EXPORTING selected_key_fieldname = 'BKVID'.\n\n call METHOD lr_dropdown_idx->set_valueset_fieldname EXPORTING value = 'BKVID_CONTEXT'.\n call METHOD lr_dropdown_idx->set_type \n EXPORTING value = if_salv_wd_c_uie_drdn_by_index=>TYPE_KEY_VALUE.\n\n column->set_cell_editor( lr_dropdown_idx ).\n```\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3677222",
+ "domain": "archive.sap.com",
+ "file_source": "part-00000-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2015 Jan 07 1:30 PM\n\nHi Team,\n\nI am using SAP Design Studio 1.3 sp02 . I am facing issue when using pie chart and selecting show data labels. if I select display format as \"Default \" I am getting the values in percentage with two decimal places I want to avoid this .\n\nif I select the display format as #,##0, i am not getting the percentage symbol but displaying value as 1 or 0. kindly find the attached snap shot regarding the same. pls let me know any workarounds\n\nRegards,\nBala\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 8 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1345513",
+ "domain": "archive.sap.com",
+ "file_source": "part-00000-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2009 May 18 7:03 PM\n\nHi everybody, I created a programa in ABAP that was generated with the its mobile generator provided by SAP. This application calls a sapscript, if I print it in a system printer there is no problem, but sometimes I need to print it in a network printer.\n\nI tested passing the printer parameter 'LOCL', but this works if I run the application on a laptop, but if I run the application on a mobile device with windows mobile 5, it doesn't work.\n\nThanks and Regards.\n\n2009 Jun 01 3:18 PM",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1719469",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2010 Jun 23 9:56 PM\n\nIs there a way to have transaction MB51 display the Detail List as default upon execution as opposed to the old-looking report?\n\nRight now, I execute the report, then I have to click the \"Detail List\" button to see it in ALV format.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nNote 357187 gives me the impression that as of SAP release 4.0, the display was changed to a grid based, heirarchical view from a ALV report. This can be accomplished by changing RM07DOCS report, but you may want to raise an OSS message first.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 116 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/620207",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Nov 01 8:23 AM\n\nHi ,\n\nWe are going for REM.\n\nThe REM assembly has some components with split valuation. (Locally puchased & Imported).\n\nWhen we confirm the assembly, how will system backflush the stock?\n\nI have learnt that \"Stock determination Grp\" will take care of this.\n\nIf so, please elaborate on :\n\n1. How to set STG,\n\n2. Where to assign the STG\n\n3. Any other paramater to be set.\n\nThanks\n\nNitin\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThanks All\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nYou can assing a stck determination rule in OPJ2 & define a SDG in OSPX.\n\nIn the SDG, you can define which valuation type to be chosen first.\n\nTo check out the conf go to Material manatgement~~> inv management~~\n> Stock determination.\nYou can also assign SDG in rem profile also. But make sure you have correct sdg as per requirement.\n\nRegards\n\nVineet\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThanks Vineet.\n\nWe are operating with REM. one way is to set the SDG in REM profile. With this, the SDG will be applicable to backflush all the components of the subassembly.\n\nThe scenario is : Subassembly has 2 components For each, the SDG is different.\n\nCan I set the respective SDG in MRP2 view for the compoents and not is REM profile of the subassembly?\n\nPlease Guide.\n\nThanks\n\nNitin\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 9 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/592277",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Oct 11 8:03 AM\n\nHi,\n\nI have installed SEM-BCS 6 on our DEV server. After installation, tried customising in the workbench but the process and techinal view only shows Data basis and Consolidation Area nodes. I do not see any hierarchy for Data model, master data, consolidation functions etc. but just the two nodes.\n\nWe had done a pilot install, where we had installed the delivery example which worked fine and the process view and technical view both had the necessary nodes.\n\nMy question is that, do we need to load the delivery example to see the complete views or is there any other way to activate/generate these views?\n\nThanks\n\nNeeraj\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nneeraj,\n\nCoA - place any code. If it doesn't exist, the system will propose to create a value.\n\nNo special transactions needed.\n\nVersion 100 is not created automatically. Don't set any versions neither in data basis nor in cons area.\n\nWhen you generate the data basis and a cons area and enter the system again, it starts to offer you a screen with permanent parameters. Set there version 100. After that in workbench create this version 100.\n\nNext time when you enter the system, in the frame with parameters you'll be able to save them. Only after that the menu will appear.\n\nI want to reset the rating\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Neeraj,\n\nHope this can help you :\n\n1 . in data basis, tab \"Field Catalog\", fill \"infocube for totals records\"\n\n2. tab \"data stream\" , tick \"Document\", \"Inventory Data\", \"Supplier Data\" ,etc(depends on your requirement). Afterwards, click \"Generate Button\". Then save it.\n\nThis step will generate the view (such as master data, consolidation function ,etc).\n\nYou will asking to enter permanent parameters. Please make sure that you have already maintain the fiscal year variant before you do those steps.\n\nYou can copy the \"infocube for totals records\" from the bussiness content (in t-code RSA1).\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 2 |\n| 2 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3680542",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2015 Jan 14 9:47 AM\n\nHello Experts,\n\nWe have a transaction getting created in SAP CRM from external application.\n\nWe want to change the Sales Office in that transaction in debug mode (as we can not edit the sales area data in the organization tab in the transaction)\n\nCould you please suggest which table should be used to perform this activity.\n\nKindly revert.\n\nThanks and Regards\n\nDJ\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\norg master data is stored in HRP100* tables in CRM...\n\nTransaction org data is stored in CRMD_ORGMAN.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 18 |\n| 5 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1082389",
+ "domain": "archive.sap.com",
+ "file_source": "part-00000-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Oct 10 4:14 PM\n\nhi,\n\ni have a custom table. i want to create a copy of it along with its data. can it be done without writing a z program ??\n\nthks\n\n2008 Oct 10 4:25 PM\n\nIt cant be done . You have to write a z pogram to update the data in the new dbtable.\n\n2008 Oct 10 4:25 PM\n\nIt cant be done . You have to write a z pogram to update the data in the new dbtable.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1315109",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2009 Apr 21 3:10 PM\n\nHi All,\n\nI have a custom table which has records that represent set of rules. Now my question is how can I display records of a custom table on selection screen dynamically. Because I cannot define selection screen manually with these records as it is not future proof.\n\nThanks for your assistence,\n\nVenkat\n\n2009 Apr 21 3:22 PM\n\nHi,\n\nyou can achieve this in pbo by checking whether the records are there or not in the custom table, design a screen which satisfies your requirement\n\n2009 Apr 21 5:17 PM\n\nYou can use PBO event to create the screen depending on your conditions you can edit the selection screen,.\n\nIf it is also conserned with user interaction then you can also edit screen in PAI event.\n\nIf you are not using module pool.\n\nyou can make use of at selection screen event and loop at screen.\n\nRegards,\n\nLalit Mohan Gupta.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3672086",
+ "domain": "archive.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2014 Dec 22 3:37 PM\n\nHi experts,\n\nI am facing issues on report while moving Development to production .\n\nDevelopment report is Containing two queries top of info provider.find the screen of report\n\ndevelopment report is working correctly..\n\nWhen moving to production- selected management dependencies I have selected particular connection and info-provider.\n\nbut only first query showing second or remaining query is not showing.find the screen shot\n\nwhat is issues ..All the BI report is moved to BI production..\n\nPlz help..\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi there,\n\nAre you able to create a very simple Webi document in Production with your second query / olap connection?\n\nWith regards\n\nGill\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/137331",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2006 Apr 21 4:00 PM\n\nWe have a big VS2003 project that includes the calling to an SAP remote function thanks to SapNetConnector 2.0.\n\nAll was working well, but today we received an strange error when invoking that function: \"FUNCTION NOT IMPLEMENTED\". I checked the function in SAP but it remains without change.\n\nI would like to know, under which circumstances this messages issues?\n\nBest regards.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHI Gironas,\n\nEVen i Faced the same problem. I guess it is beacuse of the modification of the RFC function.\n\nYou should relaod your proxy (i mean) you should remove the proxy create one more in the VS2003. Then it should work.\n\n(if it solved your problem please dont forget to award me the points)\n\nRegards\n\nram\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 53 |\n| 10 |\n| 9 |\n| 8 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3501812",
+ "domain": "archive.sap.com",
+ "file_source": "part-00000-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2014 Feb 13 12:13 PM\n\nGood Day Experts\n\nI've got the following problem.\n\nI've created a travel plan and I want to create an expense report on the same trip number.\n\nHowever when creating the travel expense I do get the following error :\n\n| |\n |\n\nThis does not happen in the back end system (TRIP)\n\nI would appreciate any assistance.\n\nRegards\n\nJaco\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Jaco\n\nIf its only in the web dynpro, it sounds like an error as I am quite sure there are some corrections for this. What is your EA_HR version and SP level?\n\ncheers\n\nSally\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 123 |\n| 8 |\n| 8 |\n| 6 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/592419",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2007 Oct 11 9:26 AM\n\nI am using TCODE VA02.\n\nI go to GOTO --> Header --> Partner and it displays Partner list. Then I double click on one of those partner which displays Partner data, addr (SAPLV09C Screen 5000) in change mode. I need to make this screen in DISPLAY mode not in Change but I've not found a USEREXIT before the screen is displayed.\n\nWhat can I do?\n\nSAPLV09C is a function pool with include LV09CF70 where I have found the form FCODE_PSDE_1000; here, I think to insert the code so as to obtain my purpose.\n\nDo you think is the best solution (even if I had to modify a standard object)?\n\nI thank you in advance.\n\nBest regards, Paolo.\n\n2007 Oct 16 7:13 AM\n\nHi ,\n\nsorry for late reply ! as i was busy with some other work.\n\nZSDAUTHO1 is the include and its being called from userexit_field_modification function. as it might not come coz u r searching for partner data.\n\nbut MV45AFZZ should work definately , as everyone can write user exit functions here ...\n\ntry it out , tell me if u can get any other solution.\n\nthanks & regards,\n\n2007 Oct 12 6:23 AM\n\nHi Paolo,\n\nHere is some of the partial solutions , i dont know weather it will be helpful or not,\n\n1. You can u can freeze screen fields using the subroutine userexit_field_modification in the include MV45AFZZ .\n\n2. check the function exit EXIT_SAPMV45A_004 in the enchancement V45A0003 .\n\n3. Also you can make changes and write a code in to Include ZSDAUTH01 in Program SAPLV69A. In that UserExit_Field_Modification Function is there , u can write code like,\n\nloop at screen.\n\nif screen-name = 'NAME_OF_FIELD_HERE_IN_CAPS'.\n\ne.g. screen-input = 0.\n\nmodify screen.\n\nendif.\n\nendloop.\n\n[ set attributes of screen such as REQUIRED, INPUT, OUTPUT, INTENSIFIED, INVISIBLE, ACTIVE, DISPLAY_3D, VALUE_HELP to 1(ON) or 0(OFF) ] \n\nTry this solutions , and tell me weather its useful or not !!\n\nReward with some points if useful ...\n\nThanks & Regards,\n\n2007 Oct 12 5:09 PM\n\nHi bh_hir,\n\nfirst I would like to thank you for your reply. I've tried the first and the second\n\nsolution as you suggested me, but they are not called when I double click on\n\na partner in order to go to subscreen of Partner data.\n\nRegarding the third solution I have not understood where I found the include ZSDAUTH01; do I have to insert it in the functionpool SAPLV69A?\n\nPlease, could you explain me this point in detail?\n\nI thank you again. Regards,\n\nPaolo.\n\n2007 Oct 16 7:13 AM\n\nHi ,\n\nsorry for late reply ! as i was busy with some other work.\n\nZSDAUTHO1 is the include and its being called from userexit_field_modification function. as it might not come coz u r searching for partner data.\n\nbut MV45AFZZ should work definately , as everyone can write user exit functions here ...\n\ntry it out , tell me if u can get any other solution.\n\nthanks & regards,\n\n2007 Oct 18 10:15 AM\n\nHi,\n\nthank you for your reply. I've tried to work with MV45AFZZ but I believe that\n\nthere are no call to it between the double click on partner code\n\n(pgm SAPLV09C subscreen 1000) and the address data (SAPLSZA1 subscreen 030).\n\nAt present I've applied this solution:\n\nI have modified the include LV09CF70 of functionpool SAPLV09C as follow:\n\n- step 1 (row 26)\n\n. . . . . .\n\nlv_parnr = gt_tc_selected_lines-rec-partner.\n\n*{ INSERT D03K909152 2\n\nIn trans.'VA02' (Change Sales Order), for the partner function\n\n'AG'(Sold-to party) and 'RG'(Payer) adress data are not modifiable.\n\nIF sy-tcode EQ 'VA02' AND\n\n( lv_parvw EQ 'AG' or lv_parvw EQ 'RG' ).\n\nlv_display_only = 'X'.\n\nENDIF.\n\n*} INSERT\n\ncall pop-up partner detail information\n\nCALL FUNCTION 'SD_PARTNER_ADDRESS_DIALOG'\n\nEXPORTING\n\n. . . . . .\n\nstep 2 (row 66)\n\n. . . . . . .\n\nIF lvs_sel_partner cn ' 0'.\n\n*{ INSERT D03K909152 3\n\nIn trans.'VA02' (Change Sales Order), for the partner function\n\n'AG'(Sold-to party) and 'RG'(Payer) adress data are not modifiable.\n\nIF sy-tcode EQ 'VA02' AND\n\n( lv_parvw EQ 'AG' or lv_parvw EQ 'RG' ).\n\nlv_display_only = 'X'.\n\nENDIF.\n\n*} INSERT\n\ncall pop-up\n\nCALL FUNCTION 'SD_PARTNER_ADDRESS_DIALOG'\n\nEXPORTING\n\n. . . .\n\nI wish to thank you again for your interest.\n\nPaolo.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1063278",
+ "domain": "archive.sap.com",
+ "file_source": "part-00000-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 25 5:28 PM\n\nHi Gurus,\n\nI have created partner determination for sales order using following logic.\n\nFirst enter ship-to-party, it will determine sold-to-party, based on sold-to-party it determine payer and bill-to-party.\n\nThis determination perfectly working fine if we creating order using CRM GUI transaction 'CRMD_BUS2000115 - Maintain Sales Transactions '.\n\nIf we placing order via E-Commerce B2B, it copies same ship-to-party in other partner function in CRM order. Our order creation based on ship-to-party.\n\nWhere partner determination being called during process so I can check what is going wrong?\n\nI'm also found 'ORDER_SAVE' BADI to modify partner but more interested to know if there is any FM being called to determine partner function while order creation via WEB.\n\nThanks & Regards,\n\nNilesh Parsekar\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nNilesh,\n\nE-Commerce B2B design hinges on an assumption that the Contact Person (alias for the Logged in User) has multiple Sold-Tos and one should pick the Sold-To for creating the order. That is, the application knows the Contact Person already and forces you to pick a Sold-To first. There is no partner determination per-se. It is hard-wired logic. The following Business partners are set instead of being determined.\n\n
Contact Person - SU01 user alias etc.\n\n
Sold-To - Through Contact person to Sold-To relationship\n\nRemember, in CRM for the E-Commerce B2B to work, the logging in user (SU01 user) must be Internet enabled - aka - must have a Contact Person alias and the Contact person must have at least one Sold-To. And that is what is used in the above logic.\n\nThe SAPGUI version gives ways to select and set the partners the way we want by way of the Partner determination procedure . However, these config changes are not automatically reflected in the Web world. You have to make a similar change in the sequence of determining the partner. Like, selecting the Ship-To first and then the Sold-To. That will be custom modification. :..-(\n\nA solution from10,000 foot level:\n\nMaintain a similar relationship for Contact Person to Ship-To in Business partner. Or more sleek way will be to develop a custom function module to get all the Ship-Tos of the Sold-Tos the Contact Person (SU01 user alias) is related to. - Custom ABAP + configuration work\n\nChange the standard E-Commerce flow to show a list of Ship-Tos as determined in the previous step. - Custom Java + application configuration work\n\nDetermine the Sold-To automatically from Ship-To by whatever logic you use now. - ABAP + Java\n\nSet these new partners in the E-Commerce application.- Java\n\nCreate orders and be happy\n\n(Usually there are several ways to skin a cat and this is just one of them)\n\nEaswar Ram\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Nilesh,\n\nIn this message, you have written \"I have created partner determination for sales order using following logic.\n\nFirst enter ship-to-party, it will determine sold-to-party, based on sold-to-party it determine payer and bill-to-party.\" As I am new to CRM, Please let me know how to achieve this?\n\nIs this a configuaration or development?\n\nPlease help.\n\nThanks & Kind Regards,\n\nRavi\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Easwar,\n\nThanks for information. Basically we are trying to place order using ship-to rather than sold-to.\n\nI was looking for FM which use for partner determination.\n\nWe have resolved problem by writting our own FM to determine partner function and also modified BADI.\n\nRegards,\n\nNilesh P.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 20 |\n| 4 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/588008",
+ "domain": "archive.sap.com",
+ "file_source": "part-00000-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Oct 08 4:04 PM\n\nHi Experts -\n\nI have a structure in my query with 3 selections for the 3 previous months' figures including the current month. However I need that for only one of the key figures. I have the key figure for this in a Key Figure structure. But I need to display other key figures in the query but they don;t need the 3 months data. If I include other key figures, all key figures show the 3 months data.\n\nHow can I solve this? Please help!\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nyou can't.....\n\nYou'll have to dfine your key figures selection separately, let's say\n\n- you define \"sales value\" for the three months\n\n- and \"sales budget\" only for one period\n\nThe above structure will have 4 elements defined...\n\nhope this \"helps\"...\n\nOlivier.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThanks Bhanu and Olivier!\n\nI created a RKF with billed qty and calendar year/month. i'm using a text variable for the calendar year/month. I created a golbal RKF on the left hand side and dragged it into the query. The description is like this: &Variable_Name& because I need a user input for the month and based on that it'll display that month and the prev 3 months.\n\nBut I'm getting an exception when I bring it up in analyzer!\n\nPlease let me know what I'm doing wrong!\n\nHi Syed,\n\nInstead of creating a structure, create 3 restricted key figure for the key figure where you want 3 months of data. You can do this either in the query, or on the left hand side as global RKFs and then pull them into your query.\n\nHope this helps...\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 57 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3678655",
+ "domain": "archive.sap.com",
+ "file_source": "part-00452-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2015 Jan 09 4:22 PM\n\nHello Experts,\nI am facing few errors in all the flavors created for transaction code IW21. Following are errors, observations and inconsistent behaviors with reference to ECC backend.\n\n1. The value selected from search help is not getting filled in functional location field\n\n2. It appears that enter button is getting pressed while selecting value from search help and data in all other fields disappears.\n\n3. Some of the fields on this flavor are mandatory. If all mandatory fields are filled manually before selecting functional location from search help then transaction is posted successfuy without any problem.\n\n4. The date also can not be picked from drop down/date picker.\n\n5. Search help is working fine for other flavors. For example ME2L transaction where there is no mandatory field on the screen.\n\nPlease let us know if any one of you have experienced such behaviors with your flavors. Any pointer is highly apprecuated.\n\nThanks & Regards,\n\nAvinash\n\nHelp others by sharing your knowledge.\n\nAnswer\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nSuch behavior is usually related to tab caching. Required fields and tab caching don't play nicely with each other.\n\nMandatory fields will force a certain sequence in screen processing and tab caching tries to click on each cached tab before the screen is rendered. The required field check will kick in when a new tab is selected for caching by the flavor and you get the 'Enter required fields' message.\n\nAs for the disappearing fields, my guess is that these are the ones that were moved from other tabs to the one with the required fields. The flavor was not yet able to complete the tab caching and so these fields will not be displayed until the required field(s) are populated. In such case, the tab caching indicator will be red.\n\nI cannot offer a good solution to this issue other than not to cache/merge tabs with required fields.\n\nTo know it for sure what's going on, the actual flavor should be analyzed but these would be my first thoughts.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1058473",
+ "domain": "archive.sap.com",
+ "file_source": "part-00239-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Sep 23 12:18 PM\n\nHi All,\n\nI have created a new DC in the existing track .DTR doesn't ask the creation of new activity while creating the new DC creation.\n\nI have copied the src folder from an existing web dynpro project to the src folder in the new DC at that time also DTR doesn't ask for option 'Add To DTR'.\n\nI went to Navigator view.There i right clicked on the SRC folder of DC.Then when i choose DTR option from the context menu its showing only one oprion 'share project'.It doesn't showing ' Add to DTR ' option.\n\nCan DTR server restart will solve the aboce issue?\n\nThanks\n\nSusmita\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nSusmita,\n\nyou must have created new dc from active dcs section.try to create a dc from inactive dcs section\n\nThanks\n\nBala Duvvuri\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nI am facing problem that is DTR is not asking for Check Out whenever i am creation a new DC under Inactive View section.\n\nIf i am modifying something in the code to the existion DC present in the Inactive DC section DTR is asking for Check Out option.\n\nFor new DC when i select \" Share Project \" option from context menu it will open the DTR perspective with list of folders but Finish button will be enable only when i am selection folder TopLevelDCs from the development conconfiguration.Thays why i ahve selected TopLevelDCs and after that DTR asked for Activity creation.\n\nHowever still home symbol is appearing in DC name.This activity now contains the SC folder in its activity list.Can i check-in this activity now?After check in the activity will the home symbol will be gone from DC name?\n\nThanks\n\nSusmita\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nI have re imported the configuration.Then create new DC in the inactive DC section.\n\nWhile creation of DC DTR doesn't ask for an Activity.I went to navigation folder and from the context menu i have selected Share project and choose the folder TopLevelDCs from development configuration.After that DTR asked the for an activity.\n\nStill the DC name is showing in home symbol.In the local DC section of development configuration i am able to see only DC Meta Data and Bin folder only.Src folder is not there.If i will check-in the activity can the DC be available in Active DC section also ?\n\nRecently basis team migrated NWDI from 6.40 to 7.0.However they have added the build dependecies of 6.40 instead of 7.0 to the track.May be for the build dependecies of version 6.40 we are getting such type of error in NWDS.We are using NWDS 2.0.15 as our EP is 6.0 sp15.\n\nThanks\n\nSusmita\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n```\ni have selected Share project and choose the folder TopLevelDCs from development configuration.After that DTR asked the for an activity.\nStill the DC name is showing in home symbol.In the local DC section of development configuration i am able to see only DC Meta Data and Bin folder only.Src folder is not there\n```\n\nwhy dont you try add to dtr option now.\n\nThis is happening at other places to? can you try editing existing project. so you can make sure its DTR's fault\n\nHi\n\nI have created DC in inactive DC section only.While creating the DC i have selected the option Local development.\n\nWhen i select the Share project from context menu i am unable to find the DC name in the Development configuration .However i am able to see the DC in the local DC section not in Inactive DC section.Also home symbol(Blue mark like its there for bin,gen folder in InactiveDC section) is appearing on the DC name at local DC section.\n\nThanks\n\nSusmita\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHI,\n\nAs context menu its showing only one oprion 'share project\n\nso choose it.\n\nfirst check in development configuration perspective, that the new DC you have creates is showing in inactive DC's of your track.\n\nif the DC is there then from context menu of your project just choose share project option and give the ref of DC in track.\n\nthen you'll get an option of add to DTR.\n\nBut if project is not showing in development configuration perspective then you will need to create it once again.\n\nP.S. check .log file of your NWDS for any error.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 8 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1078446",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 08 6:05 AM\n\nHi All,\n\nI have a Product which is having collective production orders.\n\nthe finished material of sub-production orders should be done Auto GI to Final Production Order. I found that only one Sub-production Order GI is done to to Final Production Order. Other sub prodution Order is not GI to Final Production Order.\n\nI checked COGI for all the orders but there is not error recorded.\n\nPlease suggest what Iam missing.\n\nThanks in advance,\n\nNagesh\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDear Brahmkar,\n\nThe User was able to complete the confirmation of Final Production Order also, but in Documented Goods Movement I was not able to GR of Sub-production Order, this should not happen.\n\neven, there is no COGI error reflecting.\n\nThanks,\n\nNagesh\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nDear,\n\nGR is done for Main order only and document also post for main order. This is standard SAP funcitionality.\n\nConfirmation is carried out same as normal Production order,\n\nIf u do the confirmation for suborder in the collective structure - the automatic goodsmovements taken place between the production orders in collective structure.\n\nSince suborder materail is directly produced , when confirm the \"suborder\", the produced qty will issued automatically to \"superior order\".\n\nThere is no seperate goods issue is needed for superior order in collective order structure.\n\nAfter confirming the suborder, u can confirm the superior order, and make GR for finished product.\n\nFor above process \"Collective order with goods movements\" check box should be activated for Order type at OPJH\n\nHope clear to you.\n\nRegards,\n\nR.Brahmankar\n\nDear,\n\nPlease note as I know it is not possible as system will not do the backflush in this case you need to go for seperated backflush so that components can be backflushed.\n\nAuto GI in collective confirmation is possible.Even though save button is grayed out, while saving confirmation it does goods movement.\n\nPlease refer the link,\n\nhttp://help.sap.com/saphelp_erp2005/helpdata/en/b1/c0500c439a11d189410000e829fbbd/frameset.htm\n\nHope clear to you.\n\nRegards,\n\nR.Brahmankar\n\nEdited by: R Brahmankar on Oct 8, 2008 10:48 AM\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 117 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1970340",
+ "domain": "archive.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Jun 08 3:21 AM\n\nDear Experts,\n\nTechnically speaking, how can it be reproduced a scenario where delta is not captured when a program is used to update a standard field in a SAP transaction data ?\n\nI mean, what exactly is the cause that prevents delta from being captured?\n\nYou may have heard that in R/3, delta may not work all the time when program directly updates the transaction data.\n\nSo, I am using standard SAP program eg. the tcodes with a '2' (change) in it. But why is it this program can give delta but not the direct update?\n\neg. using the command 'update' [table] in abap.\n\nHope experts can advise what really is the reason for non-capturing (intermittent) of delta using direct update and how can it be simulated as I am unable to reproduce the problem as I do not know exactly why it sometimes does not capture delta.\n\nSo, this is a general question and not specific on any standard extractor (with or without enhanced fields).\n\nHave a nice day.\n\nregards\n\nBass\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nbump * pls\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/2131552",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2012 Feb 06 11:22 AM\n\nWhen we run the job, then the printouts of the job is coming only for 1st variants and not coming for 2nd variants.\n\nIn Ohter words, we run the job for automatic delivery creation and it run successfully. It prints cover page and the next page containing group no., created by, created on, etc. but it does not print the list of delivery document numbers which were created by the job, i.e. the 3rd page which contains the delivery doc. numbers do not get printed.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Team,\n\nAny reply on my issue?\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 117 |\n| 8 |\n| 7 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1331652",
+ "domain": "archive.sap.com",
+ "file_source": "part-00239-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2009 May 06 12:07 PM\n\nHello experts\n\nwe have 2 clients in PRD\n\n100,200\n\nIn 100 if i execute the tcode FAGLL03 it is showing the line items within 100 sec.\n\nwhere as in 200 if i execute FAGLL03 it is showing runtime error.\n\nif this executed in background it takes 1300 sec and finished successfully.\n\nFrom basis perspective what would be the issue.\n\nRegards\n\nRavi\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nfirst you need to check the runtime error perfectly.\n\nPlease check the run time error symptoms and also Check SM21, with out this inputs we can't analyze the error situation or else post the same log here.\n\n-Srini\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHello srini\n\nThanks for ur input\n\n********************************************************************************************************************\n\nDetails\n\nRecording at local and central time........................ 06.05.2009 14:03:30\n\nTask................ 07522 / Dialog work process No. 00\n\nUser................ DEVAKUMAR\n\nClient.............. 200\n\nTerminal............ H2SBASIS\n\nSession............. 1\n\nTransaction code.... FAGLL03\n\nProgram name........ FAGL_ACCOUNT_ITEMS_GL\n\nProblem class....... T Transaction Problem\n\nDevelopment class... SABP\n\nFurther details for this message type\n\nModule name......... abinit\n\nLine................ 1890\n\nError text.......... ab_chstat\n\nDocumentation for system log message AB 0 :\n\nThe specified runtime error has occurred in the system.\n\nParameter\n\na.. TIME_OUT\n\nTechnical details\n\nFile................ 000989\n\nPosition............ 0000261540\n\nEntry type.......... l ( Error (Module, Row) )\n\nMessage ID.......... AB 0\n\nVariable parts...... ab_chstat abinit 1890\n\nthis is the log got from SM21.\n\nThe runtime error is time out error\n\nRegards\n\nRavi\n\nAs you are getting the message TIME_OUT that means the process is not able to execute in the specified time in Client 200, So you can check the parameter rdisp/max_wprun_time and increase the value.\n\nPossible reason for this\n\nHuge data on client 200 and not sufficient memory to execute in the specified time\n\nRegards,\n\nSubhash\n\nHi,\n\nSubhash is absolutely correct. there may be a chace for the data differences in 2 clients.\n\ncheck the rdisp/max_wprun_time parameter its restrict the maximum runtime of a dialog work process.\n\nif required inceres the time. or else better to shceduled the same in Background.\n\nPlease have a look on the below links/guides.\n\nNote 25528 - Parameter rdisp/max_wprun_time\n\nHope the above information will helps.\n\n-Srini\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/141195",
+ "domain": "archive.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2006 May 02 10:32 AM\n\nHello All,\n\nI have to develop Z reports or Z smartforms.\n\nUsers login in English or Italy.\n\nIn program Heading of column maintain in English,\n\nWhen Login through Italy it will automatic convert or I have to build the code like\n\nif sy-langu = 'EN'.\n\nWrite 😕 'Total Company Code'.\n\nelseif sy-langu = 'IT'.\n\nWrite 😕 'Total Clinte'.\n\nendif.\n\nThaks in Advance\n\nRegards\n\nAmisha\n\n2006 May 02 10:36 AM\n\nHi Amisha,\n\nFor all standard texts if you maintain the translated texts, they appear automatically.\n\nYOu can transalate your texts in the transaction se63.\n\nRegards,\n\nRavi\n\n2006 May 02 10:37 AM\n\nJust like you can maintain the translations for standard texts in different languages, you can also maintain scripts in different languages.\n\nThe transaction for this SE63.\n\nIn SE63, follow this link\n\nTranslation --> R/3 Enterprise --> Other Longg Texts.\n\nDouble click on \"Forms\" if it is a Script. choose SAP Smartforms if it is a smartform.\n\nNow you can enter the script/smartform name for which u want to maintain translations and then choose the language.\n\nAs given in the purchase requisition example by you,\n\nu can maintain the static texts in the script in the local language that you want.\n\nThe dynamic texts have to be got from the driver program. These cannot be maintained here.\n\n2006 May 02 10:38 AM\n\nHI\n\nGOOD\n\nIF YOU R CONVERTING A LANGUAGE FROM ENGLISH TO ITALY THAN ALL THE CODINGS AUTOMATICALLY WILL CONVERT TO ENGLISH.THERE IS NO NEED TO CHANGE EACH AND EVERY STATEMENT.\n\nTHANKS\n\nMRUTYUN\n\n2006 May 02 10:43 AM\n\nNo,\n\nI tried it.\n\nI write program.\n\nWrite : / 'Hello Word'.\n\nIn english and Italy i got same ouput \"Hello word\".\n\nIs there Function module which convert english to other language ?\n\nRegards\n\nAmisha\n\n2006 May 02 10:50 AM\n\nAmisha,\n\nIt does not work that way.\n\nYour statement should Write 😕 Text-001.\n\nNow, Text-001 will have to be maintained in all the languages you want, in SE63.\n\nDepending on which language the user logs in that language text will be printed.\n\nThe hard coded text will never change the language.\n\nRegards,\n\nRavi\n\nNote : Please mark the helpful answers",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/3620421",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2014 Sep 15 9:40 PM\n\nHi, I'm using crystal reports 2008.\n\nOnce i previewed the result, I can export to pdf, export to Microsoft excel (97-2003), but i can't export to Microsoft excel (97-2003) Data-only, though i was able to do all those before.\n\nnow if i do export to Microsoft excel (97-2003) Data-only, it will give me error message of 'Failed to export the report'.\n\nThe software has been uninstalled and reinstalled, but i'm still having the issue for export data only.\n\nHow can i fix it?\n\nThanks. Tracy\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 56 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1967965",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 Jun 03 1:30 PM\n\nHi Luke!\n\nI am trying to display the whole employee name in the orgchart but I am not able to get it. We are using Nakisa 3.0. I did a lot of tests modifying different xml and xsl files but I didn't get anything. I have enlarged the OrgUnitBox (via xml or AdminConsole) but it is not possible to display the whole name. Could you tell me what xml file/s I have to change in order to display de whole name?\n\nThanks in advance.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThank you Stephen for your reply, but I have changed the attribute \"width\" in both files and nothing happened.\n\nLuke, that is just I wanted to know, how can I get the complete name instead of \"...\"\n\nThanks,\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nWhich file did you change it in? The files under ...root/Templates_SAP?\n\nIf you want to be sure that a) you have the right file and b) it is taking effect, then try putting some hard coded text before the field out.\n\ni.e. same files ... hard code \"HELLO\" before the employee name\n\nIn sapemployeenamexsl.xsl - notice the width is specified here also\n\n```\n\n HELLO\n \n```\n\nSimilarly in sappositionnamexsl.xsl ...\n\n```\n\n HELLO\n\n```\n\nDo they appear? If not, then we've got the wrong file or your change isn't taking effect.\n\nSolved. Thank you very much.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Manuel,\n\nStephen's post might be the solution you are looking for. I just wanted to know if you meant you wanted the full name to display instead of being cut off with \"...\" when it is a long name.\n\nBest regards,\n\nLuke\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThe problem is that in 3.0 the XSLT has a width applied so it is restricting the size for the name in the boxes (view). I presume this is what you refer to - wondered why you said \"in Business Card\" in the title of your post.\n\nIf it is a problem in the view boxes ... look at the XSLT used in the view, found under Templates_SAP\n\nsapemployeenamexsl.xsl for Employee Name\n\nsappositionnamexsl.xsl for Position Name\n\nIn each XSLT look for the width attribute being set.\n\n```\n\n \n \n```\n\nRegards,\n\nStephen\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 122 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/140210",
+ "domain": "archive.sap.com",
+ "file_source": "part-00015-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2006 Apr 28 10:24 AM\n\nHi all,\n\nI want to include a large block of text in one of my web templates. I could just type it there in a table or something like that, but I'd like it to have the same look and feel as the rest of the web items.\n\nIs there any web item I can use to include that text, so that I can have the nice blue, collapsible boxes, with a title and all the works?\n\nThanks a lot in advance for your help.\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nAssign a BEX-style-class to your text.\n\nYou could insert your text into a cell of a table and assign a style to that cell.\n\n
'your text'
\n\nRegards,\n\nBeat\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 54 |\n| 10 |\n| 9 |\n| 8 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/609007",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2007 Oct 24 12:17 PM\n\nHi all,\n\nWhat are the steps to be followed in general to connect a SAP system with a third party system using XI. It will be more helpful if I get information on the settings needed to be done on the 3 systems to get integrated (SAP,XI,Third party system).\n\nI listed down the settings needed to be done in each of the system as far as I know. Correct/Update the list if you know more.\n\nSAP system:\n\nRFC destination from SAP --> XI\n\nXI system:\n\nWEB AS ABAP technical system in SLD\n\nThird party system in SLD\n\nDo we need a RFC destination from XI --> SAP?\n\nApart from the above, do we need to maintain any settings in XI(both ABAP and JAVA stack) and the ERP system.\n\nAlso, let me know what are the parameters(like host name,client) needed if a system is going to integrate with XI.\n\nYour help will be appreciated\n\nRegards,\n\nSakthi\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nhi sakthi,\n\nif your integration is something like SAP R/3 - XI - ThirdParty System\n\nYou have make entries in SLD for\n\nTechnical System\n\nSAP R/3 -\n\n> WEB AS ABAP\n\nXI (Already existing) - no need to created if configuration done properly\n\nThirdparty system --- > Third Party\n\nBusiness System\n\nCreate Business system for SAP R/3 (for sending IDoc)\n\nCreate Business system for ThirdParty (Business Service can also be created)\n\nin SAP R/3 system\n\nhope it is help\n\nRegards\n\nRamesh P\n\nCreate RFC destination for XI\n\nCreate Partner profile\n\nCreate trfc port\n\nin XI system\n\nCreate RFC destination for SAP R/3 system\n\nCreate the port using IDX1\n\nload the metadata using IDX2\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Sakti,\n\nSAP system:\n\nRFC destination from SAP XI\n\ncorrect\n\nXI system:\n\nWEB AS ABAP technical system in SLD\n\nThird party system in SLD\n\ncorrect\n\nDo we need a RFC destination from XI SAP?\n\nduring installaltion the connection is done...\n\nsee here in details...\n\nSAP XI\n\n1) RFC Destination (SM59)\n\na) Choose create.\n\nb) Specify the name of the RFC destination\n\nc) Select connection type as 3 and save\n\nd) In the technical settings tab enter the details SAP SID/URL and system number#.\n\ne) Enter the Gateway host as same details above SID/URL.\n\nf) Gateway service is 3300+system number#.\n\ng) In the Logon /Security tab, enter the client user & Password details of Destination system.\n\nh) Test the connection and remote logon.\n\n2) Create Port (IDX1)\n\na) Select create new button\n\nb) Enter the port name as SAP+SID (The starting char should be SAP)\n\nc) Enter the destination client.\n\nd) Enter the RFC Destination created in SAP R/3 towards other system.\n\ne) Save\n\n3) Load Meta Data for IDOC (IDX2)\n\na) Create new\n\nb) IDOC Message Type\n\nc) Enter port created in IDX1.\n\nSAP R/3\n\n1) RFC Destination (SM59)\n\na) Choose create.\n\nb) Specify the name of the RFC destination\n\nc) Select connection type as 3 and save\n\nd) In the technical settings tab enter the details SAP SID/URL and system number#.\n\ne) Enter the Gateway host as same details above SID/URL.\n\nf) Gateway service is 3300+system number#.\n\ng) In the Logon /Security tab, enter the client user & Password details of Destination system.\n\nh) Test the connection and remote logon.\n\n2) Create Port (We21)\n\na) First Select Transactional RFC and then click create button\n\nb) Enter the destination port name as SAP+SID (The starting char should be SAP)\n\nc) Enter the destination client.\n\nd) Enter the RFC Destination created in SAP R/3 towards other system.\n\ne) Save\n\n3) Create Partner Profile (WE20)\n\na) Create New\n\nb) Create the Partner no. name as same the logical system name of the destination system.\n\nc) Select Partner type LS\n\nd) Enter details for Type: US/USER, Agent, and Lang.\n\ne) Click on the + button to select the message type.\n\nf) Select Partner no. and LS which ever create above.\n\ng) Select Message type\n\nh) Select Process code related to the Message type.\n\nI) save.\n\nIn SLD System Landscape Directory\n\nTS for R/3 (Logical system):-Assign the client name created in R/3 as Logical system Name.\n\nTs for Third Party (Logical system):-\n\nBS for SAP R/3 (Logical system):- Assign the client name created in R/3 as Logical system Name.\n\nBS for Third Party (Logical system):-Enter the XI logical system name.\n\nIn Transaction SALE\n\nDefine and Assign the logical system name.\n\nApart from the above, do we need to maintain any settings in XI(both ABAP and JAVA stack) and the ERP system\n\nNo need!!\n\nAlso, let me know what are the parameters(like host name,client) needed if a system is going to integrate with XI.\n\nduring the creation of Business ssytem...give the same logical name !!!\n\nregards\n\nbiplab\n\n**reward if it helps u!!!\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\n@ramesh,santhosh,biblab - Thanks for your response\n\nTo be more precise, i want to know about the network settings to be done in XI system to connect a another SAP R/3 system/ third party system.\n\nfor eg.: if i have to create a RFC destination,i think there should be some prerequiste to make the connection succesfull.In my case, i entered all the parameters and i got a error \"Error opening RFC connection\"\n\n@biblab: if my system number is 01,then my gateway service is going to be 330001.. is it correct?\n\nRegards,\n\nSakthi.\n\nHi sakti,\n\nApplication Server(Gateway) is the Gateway hostname and Application Server Service(Gateway) is the Gateway service.\n\nUsually the Gateway service is sapgwXX where XX is the system number\n\nso in ur case its sapgw01.\n\nhey check these ur doubt will be clear...!!(chech the 2 nd point)\n\n/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009\n\nregards\n\nbiplab\n\nHi Sakthi,\n\nU should maintain\n\nR3\n\n1.Partner Profile\n\n2.Port and\n\n3.RFC destination\n\nXI.\n\n1.Port\n\n2.RFC Destnation\n\nMaintain the third party system in the SLD\n\nRegards\n\nSan\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 53 |\n| 10 |\n| 8 |\n| 8 |\n| 6 |\n| 6 |\n| 5 |\n| 5 |\n| 4 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1083331",
+ "domain": "archive.sap.com",
+ "file_source": "part-00775-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 12 10:28 PM\n\nHello Xperts,\n\nI am creating a simple order in R/3 in Quality Env. and then running the job in LBWE for extracting the order information into the relevant delta queue. But the job is getting cancelled and the description of the job says\n\nJob started\n\nStep 001 started (program RMBWV311, variant , user ID ITSJB)\n\nQueue processing started (MCEX11, 1,000, , 0)\n\nExtraction queue processing started MCEX11 with 438 LUWs\n\nABAP/4 processor: MESSAGE_TYPE_X\n\nJob cancelled\n\nThe ST22 log says that\n\nError analysis\n\nShort text of error message:\n\nStructures have changed (sy-su\n\nLong text of error message:\n\nTechnical information about th\n\nMessage class....... \"MCEX\"\n\nNumber.............. 194\n\nVariable 1.......... 2\n\nVariable 2.......... \" \"\n\nVariable 3.......... \" \"\n\nVariable 4.......... \" \"\n\nPlease let me know as to why this is happening. Just to let you know we had done a system copy from Production some time back and after did some transports from Dev to Qlty for order, deliv and billing data sources as part of new development changes.Since then I am getting this issue.\n\nPlease provide help ASAP.\n\nRegards\n\nRohit Parti\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Rohit,\n\nFrom message you can see:\n\nError analysis\n\nShort text of error message:\n\n*Structures have changed (sy-su*\n\nDue to structures got changed with out clearing Setup tables, deleting RSA7 and LBWQ data.\n\nIf you are working on DEV or Quality please follow as below:\n\n1. Clear all SETUP tables data.\n\n2. Celar RSA7 data\n\n3. Clear SMQ1 & LBWQ data\n\n4. Delete data at Sm13.\n\nActivate structures(using LBWE) again at DEV and transport and try.\n\nHope it Helps\n\nSrini\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi\n\nCheck the delta queue in RSA7 whether it's available or not.\n\nRegards,\n\nChandu.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 60 |\n| 10 |\n| 8 |\n| 8 |\n| 7 |\n| 6 |\n| 5 |\n| 5 |\n| 5 |\n| 4 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1954916",
+ "domain": "archive.sap.com",
+ "file_source": "part-00000-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 May 16 5:31 PM\n\nHi guys\n\nI need to add users from a second domain to my BPC setup.\n\nThe domains are completely unrelated (not parent/child or anything), so I need to know what I need to do.\n\nI assume that I need to add a trust relationship in Active Directory, but are there any specific additions that I need to make to BPC (any entries in the database or anything like that)?\n\nI can't find anything on doing this, so if anyone has any ideas (or better yet, if anyone has actualy done this before), please let me know.\n\nThanks\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Pie,\n\nIf you add users in Active Directory under your specific domain, they will have access to BPC. There is no Parent or Children type of hiearchy for they users of BPC. Once they are given access then you can restrict them in their profile and also assign them to the teams accordingly.\n\nThe parent-child realtionship exists in dimensions when you create hierarchy based on that.\n\nHope this clarifies.\n\nRgds,\n\nPoonam\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi Pie,\n\nthere are two ways to achive this:\n\n1. Go to the BPC application server Start->All programs->SAP->BPC server 7.X. After that go to Options->define system user groups. there you configure the new domain that you want to work with. After you finish the domain configuration you only have to push the update button. Finally you have to enter to bpc Administrator and there the new domain that you configure will be avaliable.\n\n2. You can go to BW to transacction Se16 and enter to the table UJE_USER, there you can update the table with the users of the new domain like \"Domain\\username\"\n\n(note: if you want to use the second choice you will have to know the user id of the ew user that is configurated in the domain)\n\nhope it helps\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nActually, I just found something in the NW Ops manual, but need clarification:\n\nDDIC Table Name: UJA_DOMAIN\n\nRemote Function Call: UJ0_API_BPC_CONFIG_05\n\nConfiguration data included: Supported domain\n\nTable Fields:\n\nMANDT u2014 SAP GUI Logon Client Number\n\nGROUP_NAME u2014 The logic group of the system user\n\nDOMAIN_TYPE u2014 Specifies whether the system is running in domain or work group mode\n\nDOMAIN_NAME u2014 Name of the domain\n\nREAD_ONLY u2014 Indicates whether the value can be changed\n\nSo once the domains trust each other (I assume I can configure the usual 2-way transitive trust in this scenario),\n\ndoes this mean that I can simply add entries to this table and BPC should allow users from the additional domain, or is there more to it than this?\n\nThanks again\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 7 |\n| 2 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1962498",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 May 26 11:09 AM\n\nI try to transfer one asset from one company code to another company code, abt1n, my posting date is May.26.2011\n\nwhich date I should put in the asset value date column?what's the difference between if I put May.31.2011 and June.30.2011\n\nin terms of depreciation calculation and NBV?\n\nI hit the error when I try to transfer exsiting asset to a new asset in another company code, the error says:\n\nData inconsistency: No revenue entered\n\nMessage no. AAPO118\n\nDiagnosis\n\n1. You tried to post a retirement to asset . You entered transaction type 0002, in which the 'retirement with revenue' indicator is set.\n\n2. You tried to transfer asset . You entered transfer variant 0002, which uses a transaction type for 'retirement with revenue' in at least one depreciation area.\n\nIn both cases, you are required to enter the revenue.\n\nProcedure\n\nThere are three options:\n\nEnter the revenue.\n\nEnter a depreciation area, from which the net book value is to be used as the revenue.\n\nCheck the the transfer variant.\n\nbut why we need to put revenue? if my original asset NBV is 200, acquisition value is 500, what is the figure I should put for revenue?\n\nHow to identify the asset with previous year acquisition and current year acquisition? any table or system report to show this?\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nany idea?\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 10 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1295418",
+ "domain": "archive.sap.com",
+ "file_source": "part-00832-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGo to Products and Technology if you are looking for an answer on SAP products and technology, or want to read the latest blogs.\n\nCheck out the latest updates on SAP Products and Technology on the Topic pages\n\nGo SAP Community Getting Started to find more information on the features used on the SAP Community.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1963471",
+ "domain": "archive.sap.com",
+ "file_source": "part-00819-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2011 May 27 11:42 AM\n\nDear Gurus,\n\nWhile customizing heuristic, there is one tab Order internal relationship which is explained in SAP help as Time relationship between two activities that belong to different operations of an order.\n\nIts customizing options are 1.) Do not consider, 2.) Consider in propogation range, 3.) Always consider.\n\nCan somebody please explain the significance of the options given for this tab for a REM scenario.\n\n-Vinay\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThis message was moderated.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nThanks Nanda.\n\nIn a nutshell, i can say that\n\n1.) if i want dependent demand to be considered while doing planning for its successor shop/operation then i should choose always consider or consider in propagation range(to choose min & max intervals as well in planning).\n\nAny business scenario where we will choose do not consider?\n\n-Vinay\n\n| User | Count |\n| --- | --- |\n| 5 |\n| 4 |\n| 3 |\n| 3 |\n| 2 |\n| 2 |\n| 1 |\n| 1 |\n| 1 |\n| 1 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1081158",
+ "domain": "archive.sap.com",
+ "file_source": "part-00452-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\non 2008 Oct 09 10:44 PM\n\nWe had a new acquisition and the BSI interface is missing the company code. As a result the unemployment rates are calculated wrong due the BSI not knowing what company rates to used.\n\nAnyone know how we can add the company code into the BSI interface?\n\nThank you and reword points for any help.\n\nChris\n\nRequest clarification before answering.\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\nHi,\n\nDid you complete the config for this new acquisition comapny in IMG-Payroll: USA-Tax-Tax Companies.\n\nLet me know.\n\nArti\n\nYou must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.\n\n| User | Count |\n| --- | --- |\n| 120 |\n| 9 |\n| 8 |\n| 5 |\n| 4 |\n| 4 |\n| 3 |\n| 3 |\n| 3 |\n| 3 |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://archive.sap.com/discussions/thread/1064438",
+ "domain": "archive.sap.com",
+ "file_source": "part-00235-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n2008 Sep 26 11:14 AM\n\nHi All,\n\nPlease help me to resolve this Issue.\n\nInternal table - IT which has table name like\n\nKOTH600\n\nKOTH601\n\nKOTH602\n\nKOTH603 , All these table has field KNUMH.\n\nLoop at IT into WA. ( which has table name in it )\n\nselect * from (WA-TABNAME) into (New_WA)\n\nwhere KNUMH = '100010'.\n\nwrite:/ New_WA - NAME.\n\nEndloop.\n\nHere issue is table name is dynamic and depending upon this New_WA will change. How can I give both table name and work-area dynamic. ( I do not wish to define 4 new work-area, one for each to handle this situation as number of tables will increase going further ).\n\nThanks in advance,\n\nRegards,\n\nMayank Rajguru.\n\n2008 Sep 26 12:31 PM\n\nIn this example you have what you are looking for. Create dinamyc tables.\n\nREPORT Z_DUMMY_ATG NO STANDARD PAGE HEADING MESSAGE-ID SAPLWOSA.\n\n*=======================================================================\n\nVariables*\n\n*=======================================================================\n\nDATA DESCR_STRUCT_REF TYPE REF TO CL_ABAP_STRUCTDESCR.\n\nDATA WA_FCAT TYPE LVC_S_FCAT.\n\nDATA IT_FIELDCATALOG TYPE LVC_T_FCAT.\n\nDATA DATAREF TYPE REF TO DATA.\n\nDATA: ONE LIKE PCFILE-DRIVE,\n\nTWO LIKE PCFILE-PATH,\n\nLONG TYPE I,\n\nFLAG TYPE C,\n\nFILEPATH(128) TYPE C,\n\nFILE_TAB TYPE STRING,\n\nTABNAME LIKE DD02L-TABNAME.\n\n*=======================================================================\n\nField-Symbols.*\n\n*=======================================================================\n\nFIELD-SYMBOLS:\n\n TYPE ANY TABLE,\n\n
TYPE STANDARD TABLE,\n\n TYPE ABAP_COMPDESCR,\n\n TYPE ANY.\n\n*=======================================================================\n\nSelection screen*\n\n*=======================================================================\n\nSELECTION-SCREEN BEGIN OF BLOCK DATA WITH FRAME TITLE TEXT-T01.\n\nPARAMETERS:\n\nTABNAM(128) TYPE C,\n\nFUNCTION(1) TYPE C OBLIGATORY,\n\nLISTNAME LIKE RLGRAP-FILENAME.\n\nSELECTION-SCREEN END OF BLOCK DATA.\n\n*=======================================================================\n\nAt Selection screen*\n\n*=======================================================================\n\nAT SELECTION-SCREEN ON VALUE-REQUEST FOR LISTNAME.\n\nPERFORM GET_FILENAME CHANGING LISTNAME.\n\n*=======================================================================\n\nStart-of-selection*\n\n*=======================================================================\n\nSTART-OF-SELECTION.\n\nCLEAR FLAG.\n\nPERFORM LOAD_DATA USING TABNAM.\n\nPERFORM VERIFY_TABLE USING TABNAM CHANGING FLAG.\n\nIF FLAG NE 'X'.\n\nIF FUNCTION EQ 'D'.\n\nPERFORM CREATE_TABLE USING TABNAM.\n\nPERFORM DOWNLOAD_TABLE USING TABNAM.\n\nELSE.\n\nPERFORM CREATE_TABLE USING TABNAM.\n\nPERFORM UPLOAD_TABLE USING TABNAM.\n\nENDIF.\n\nELSE.\n\nMESSAGE S000 WITH 'The proposed table doesn''t exist.'.\n\nENDIF.\n\n*----\n\nFORM GET_FILENAME **\n\n*----\n\nName of the directory.*\n\n*----\n\nFORM GET_FILENAME CHANGING LISTNAME.\n\nCALL FUNCTION 'WS_FILENAME_GET'\n\nEXPORTING\n\nDEF_FILENAME = LISTNAME\n\nDEF_PATH = 'C:\\downloads\\list'\n\nMASK = ',.,.. '\n\nMODE = 'S'\n\nTITLE = 'Save as'\n\nIMPORTING\n\nFILENAME = LISTNAME\n\nEXCEPTIONS\n\nINV_WINSYS = 1\n\nNO_BATCH = 2\n\nSELECTION_CANCEL = 3\n\nSELECTION_ERROR = 4\n\nOTHERS = 5.\n\nENDFORM.\n\n*----\n\nFORM LOAD_DATA **\n\n*----\n\nSpecifies the path and table name*\n\n*----\n\nFORM LOAD_DATA USING MY_TAB.\n\nDATA: W_FILE LIKE PCFILE-PATH.\n\nW_FILE = LISTNAME.\n\nCALL FUNCTION 'PC_SPLIT_COMPLETE_FILENAME'\n\nEXPORTING\n\nCOMPLETE_FILENAME = W_FILE\n\nIMPORTING\n\nDRIVE = ONE\n\nPATH = TWO\n\nEXCEPTIONS\n\nINVALID_DRIVE = 1\n\nINVALID_EXTENSION = 2\n\nINVALID_NAME = 3\n\nINVALID_PATH = 4\n\nOTHERS = 5.\n\nCONCATENATE ONE ':' TWO INTO FILEPATH.\n\nCONCATENATE FILEPATH MY_TAB '.txt' INTO FILE_TAB.\n\nENDFORM.\n\n*----\n\nFORM DOWNLOAD_TABLE **\n\n*----\n\nDownloads the table data.*\n\n*----\n\nFORM DOWNLOAD_TABLE USING MY_TAB.\n\n*SELECT **\n\nINTO TABLE \n\nFROM (MY_TAB).\n\nASSIGN TO
.\n\nCALL FUNCTION 'GUI_DOWNLOAD'\n\nEXPORTING\n\nFILENAME = FILE_TAB\n\nFILETYPE = 'ASC'\n\nTABLES\n\nDATA_TAB =
\n\nEXCEPTIONS\n\nFILE_WRITE_ERROR = 1\n\nNO_BATCH = 2\n\nGUI_REFUSE_FILETRANSFER = 3\n\nINVALID_TYPE = 4\n\nNO_AUTHORITY = 5\n\nUNKNOWN_ERROR = 6.\n\nIF SY-SUBRC EQ 0.\n\nCALL FUNCTION 'POPUP_TO_INFORM'\n\nEXPORTING\n\nTITEL = 'Successful Download'\n\nTXT1 = 'All the data from the table'\n\nTXT2 = 'was correctly downloaded.'.\n\nELSE.\n\nCALL FUNCTION 'POPUP_TO_INFORM'\n\nEXPORTING\n\nTITEL = 'Download Error!'\n\nTXT1 = 'The data of the table'\n\nTXT2 = 'couldn''t be downloaded.'.\n\nENDIF.\n\nENDFORM.\n\n*----\n\nFORM UPLOAD_TABLE **\n\n*----\n\nTable Upload.*\n\n*----\n\nFORM UPLOAD_TABLE USING MY_TAB.\n\nASSIGN TO
.\n\nCALL FUNCTION 'GUI_UPLOAD'\n\nEXPORTING\n\nFILENAME = FILE_TAB\n\nFILETYPE = 'ASC'\n\nIMPORTING\n\nFILELENGTH = LONG\n\nTABLES\n\nDATA_TAB =
. All of this creates an HTML 4.01 document that looks like this:\n\nA few CSS rules later, I came up with this.\n\nI’ve modeled it after the way .md files look on github.com, using only system fonts. I’ve made the line length narrower and used semantic HTML tags. In the end, the HTML 5 document actually had a smaller file size than the original HTML 4.01 document, at only 5.57 kilobytes versus 6.16 kilobytes. Okay, the size difference isn’t that drastic, but I’m trying to prove that HTML can be both pretty and lightweight.\n\nI’m not saying my readme file is better; I just wanted to take this rare opportunity, as an artist pleb with no programming experience, to improve Blender in a really negligible way. So negligible, in fact, that I’m not even touching any of Blender’s code. No one reads readme files, anyway.\n\nThanks for letting me pretend to be helping!\n\nBibliography\n\nhttps://baymard.com/blog/line-length-readability\n\nhttps://practicaltypography.com/bulleted-and-numbered-lists.htmlThere’s always been one for each version since at least 2.3x from well over a decade ago.\n They also came with a 1 page pdf quick start guide. Maybe you could update that for the current version of blender.\n Attachments\n BlenderQuickStart.pdf.zip (102 KB)\nThere’s always been one for each version since at least 2.3x from well over a decade ago.\n They also came with a 1 page pdf quick start guide. Maybe you could update that for the current version of blender.\n Attachments\n BlenderQuickStart.pdf.zip (102 KB)\n\nThere’s always been one for each version since at least 2.3x from well over a decade ago.\n\nThey also came with a 1 page pdf quick start guide. Maybe you could update that for the current version of blender.\n\n### Attachments\n\nBlenderQuickStart.pdf.zip (102 KB)",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blenderartists.org/t/timing-follow-through-etc/503899",
+ "domain": "blenderartists.org",
+ "file_source": "part-00164-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHi All,\n\n I would like feed back on this animation to see if I'm heading\n\n in the right direction as far as learning and another pair of eyes on will help me big time. Thanks for your time & effort in replying. Enclosed is a link to the animation at mediafirehttp://www.mediafire.com/?wr212qt4gtg1gff\nHi All,\n\n I would like feed back on this animation to see if I'm heading\n\n in the right direction as far as learning and another pair of eyes on will help me big time. Thanks for your time & effort in replying. Enclosed is a link to the animation at mediafirehttp://www.mediafire.com/?wr212qt4gtg1gff\n\nHi All,\n\n> \n\n```\nI would like feed back on this animation to see if I'm heading\n```\n\nin the right direction as far as learning and another pair of eyes\n\non will help me big time. Thanks for your time & effort in replying.\n\nEnclosed is a link to the animation at mediafirehttp://www.mediafire.com/?wr212qt4gtg1gffsamara-99\n(samara-99)\n2\n\n direct link to movie: http://www.mediafire.com/?wr212qt4gtg1gff\n i’m no animation expert, but i can see a few problems with the animation. (for the first link… are they different?)\n When he stands up, (frame 148-156) his left foot doesn’t touch the ground. Also, when you go to pick up something, you generally bend your back more and your knees less. (your character bends his knees alot) Also, the throwing action is a bit blocky.\n I personally suck at animation (i would produce a worse result than that! :o ), so i don’t know any ways to improve what i’ve pointed out.\nsamara-99\n(samara-99)\n2\ndirect link to movie: http://www.mediafire.com/?wr212qt4gtg1gff\n i’m no animation expert, but i can see a few problems with the animation. (for the first link… are they different?)\n When he stands up, (frame 148-156) his left foot doesn’t touch the ground. Also, when you go to pick up something, you generally bend your back more and your knees less. (your character bends his knees alot) Also, the throwing action is a bit blocky.\n I personally suck at animation (i would produce a worse result than that! :o ), so i don’t know any ways to improve what i’ve pointed out.\n\ndirect link to movie: http://www.mediafire.com/?wr212qt4gtg1gff\n\ni’m no animation expert, but i can see a few problems with the animation. (for the first link… are they different?)\n\nWhen he stands up, (frame 148-156) his left foot doesn’t touch the ground. Also, when you go to pick up something, you generally bend your back more and your knees less. (your character bends his knees alot) Also, the throwing action is a bit blocky.\n\nI personally suck at animation (i would produce a worse result than that! :o ), so i don’t know any ways to improve what i’ve pointed out.\n\nI could perhaps give some feedback, but I’m not really fond of downloads… Post it on youtube, perhaps :)?\nI could perhaps give some feedback, but I’m not really fond of downloads… Post it on youtube, perhaps :)?\nI could perhaps give some feedback, but I’m not really fond of downloads…\n\nPost it on youtube, perhaps :)?samara-99\n(samara-99)\n4\n\n this one is quick… fastest movie download i’ve ever done!\nsamara-99\n(samara-99)\n4\nthis one is quick… fastest movie download i’ve ever done!\n\nthis one is quick… fastest movie download i’ve ever done!\n\nasalina\n(asalina)\n5\n\n I don’t see much in the way of follow-through. It looks almost as if you’re using Linear interpolation in your keys. I’d go to the Graph editor and experiment with changing the slope of the curves to get rid of the sudden starts and stops in his motions.\nasalina\n(asalina)\n5\nI don’t see much in the way of follow-through. It looks almost as if you’re using Linear interpolation in your keys. I’d go to the Graph editor and experiment with changing the slope of the curves to get rid of the sudden starts and stops in his motions.\n\nI don’t see much in the way of follow-through. It looks almost as if you’re using Linear interpolation in your keys. I’d go to the Graph editor and experiment with changing the slope of the curves to get rid of the sudden starts and stops in his motions.\n\nHi All\n\n Thanks for the feedback. \n Asalina , I'll try that idea out. I thought it was more smoother. I play out the actions physically\n\n doing it to see what order I needed for the main keys was at and didn’t think about my stopping & starting thinking about it and writing it down. @Acromartsu, I really don’t want to put anything out till it good and the flv format is alot smaller file size than the Quicktime it was done in. 400 and something KB vs.36MB. Sam, Thanks for re-linking. This blog stuff is still kind of new to me and I’m still learning this too. I only been to Blender Underground (I’m Bravo6 there) and things here are a little different. will repost after I work on it. Again thanks all. Have an beaching day!\nHi All\n\n Thanks for the feedback. \n Asalina , I'll try that idea out. I thought it was more smoother. I play out the actions physically\n\n doing it to see what order I needed for the main keys was at and didn’t think about my stopping & starting thinking about it and writing it down. @Acromartsu, I really don’t want to put anything out till it good and the flv format is alot smaller file size than the Quicktime it was done in. 400 and something KB vs.36MB. Sam, Thanks for re-linking. This blog stuff is still kind of new to me and I’m still learning this too. I only been to Blender Underground (I’m Bravo6 there) and things here are a little different. will repost after I work on it. Again thanks all. Have an beaching day!\n\nHi All\n\n> \n\n```\nThanks for the feedback. \n Asalina , I'll try that idea out. I thought it was more smoother. I play out the actions physically\n```\n\ndoing it to see what order I needed for the main keys was at and didn’t think about my stopping & starting thinking about it and writing it down.\n\n@Acromartsu, I really don’t want to put anything out till it good and the flv format is alot\n\nsmaller file size than the Quicktime it was done in. 400 and something KB vs.36MB.\n\nSam, Thanks for re-linking. This blog stuff is still kind of new to me and I’m still learning this too. I only been to Blender Underground (I’m Bravo6 there) and things here are a little different.\n\nwill repost after I work on it. Again thanks all. Have an beaching day!Hi All\n\n Thanks for the feedback. \n Asalina , I'll try that idea out. I thought it was more smoother. I play out the actions physically\n\n doing it to see what order I needed for the main keys was at and didn’t think about my stopping & starting thinking about it and writing it down. @Acromartsu, I really don’t want to put anything out till it good and the flv format is alot smaller file size than the Quicktime it was done in. 400 and something KB vs.36MB. Sam, Thanks for re-linking. This blog stuff is still kind of new to me and I’m still learning this too. I only been to Blender Underground (I’m Bravo6 there) and things here are a little different. will repost after I work on it. Again thanks all. Have an beaching day!\nHi All\n\n Thanks for the feedback. \n Asalina , I'll try that idea out. I thought it was more smoother. I play out the actions physically\n\n doing it to see what order I needed for the main keys was at and didn’t think about my stopping & starting thinking about it and writing it down. @Acromartsu, I really don’t want to put anything out till it good and the flv format is alot smaller file size than the Quicktime it was done in. 400 and something KB vs.36MB. Sam, Thanks for re-linking. This blog stuff is still kind of new to me and I’m still learning this too. I only been to Blender Underground (I’m Bravo6 there) and things here are a little different. will repost after I work on it. Again thanks all. Have an beaching day!\n\nHi All\n\n> \n\n```\nThanks for the feedback. \n Asalina , I'll try that idea out. I thought it was more smoother. I play out the actions physically\n```\n\ndoing it to see what order I needed for the main keys was at and didn’t think about my stopping & starting thinking about it and writing it down.\n\n@Acromartsu, I really don’t want to put anything out till it good and the flv format is alot\n\nsmaller file size than the Quicktime it was done in. 400 and something KB vs.36MB.\n\nSam, Thanks for re-linking. This blog stuff is still kind of new to me and I’m still learning this too. I only been to Blender Underground (I’m Bravo6 there) and things here are a little different.\n\nwill repost after I work on it. Again thanks all. Have an beaching day!First of all put a frame counter in, to make it easier for people to reference the frames which need work. Also, the reason the mov format (or other quicktime compatible files) are preferable is that people will need to be able to step through and examine your work frame by frame. Quicktime is generally the most popular player for this…\n As for the animation itself, at this stage you should be blocking - so use constant interpolation between keyframes. You want to define the actions clearly before considering breakdowns - Interpolation should be applied only when you are ready to start polishing, using it any sooner will simply confuse things.\n As for the animation itself, the weight of the character does not appear to have been considered. Throughout the standing motion the centre of gravity is not where it should be, which makes the character appear weightless. The shifting of weight during the throw also needs to be emphasised. Initial focus should be on correcting the weight problems, and defining the key poses and establishing your lines of action.\n Biggest thing - keep it old-school. CG animation might be a fancy version of stop-motion, but all the old 2D fundamentals still apply.\n Hope this helps.\nFirst of all put a frame counter in, to make it easier for people to reference the frames which need work. Also, the reason the mov format (or other quicktime compatible files) are preferable is that people will need to be able to step through and examine your work frame by frame. Quicktime is generally the most popular player for this…\n As for the animation itself, at this stage you should be blocking - so use constant interpolation between keyframes. You want to define the actions clearly before considering breakdowns - Interpolation should be applied only when you are ready to start polishing, using it any sooner will simply confuse things.\n As for the animation itself, the weight of the character does not appear to have been considered. Throughout the standing motion the centre of gravity is not where it should be, which makes the character appear weightless. The shifting of weight during the throw also needs to be emphasised. Initial focus should be on correcting the weight problems, and defining the key poses and establishing your lines of action.\n Biggest thing - keep it old-school. CG animation might be a fancy version of stop-motion, but all the old 2D fundamentals still apply.\n Hope this helps.\n\nFirst of all put a frame counter in, to make it easier for people to reference the frames which need work. Also, the reason the mov format (or other quicktime compatible files) are preferable is that people will need to be able to step through and examine your work frame by frame. Quicktime is generally the most popular player for this…\n\nAs for the animation itself, at this stage you should be blocking - so use constant interpolation between keyframes. You want to define the actions clearly before considering breakdowns - Interpolation should be applied only when you are ready to start polishing, using it any sooner will simply confuse things.\n\nAs for the animation itself, the weight of the character does not appear to have been considered. Throughout the standing motion the centre of gravity is not where it should be, which makes the character appear weightless. The shifting of weight during the throw also needs to be emphasised. Initial focus should be on correcting the weight problems, and defining the key poses and establishing your lines of action.\n\nBiggest thing - keep it old-school. CG animation might be a fancy version of stop-motion, but all the old 2D fundamentals still apply.\n\nHope this helps.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blenderartists.org/t/handle-errors-with-try-except-or-if-else-which-is-better/538428",
+ "domain": "blenderartists.org",
+ "file_source": "part-00347-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nLunarts\n(Lunarts)\n1\n\n Hello friends, I have already read some information about the above question on the internet, but I would like to know what are your thoughts about this. I read try-except should be only used if the ‘tried’ code is supposed to work correctly most of the time, otherwise if-else should be used by performance reasons.\n I also read which python actually recommend the use of try-excepts; the whole idea of not checking for each error, but instead act as the code is right(unless it gets an exception) is new to me. If you want to know, I discovered about that yesterday; after my game code has already hundreds and hundreds of lines which make use of if-else to handle errors(no try or excepts). Any clarifications about this whole subject is welcome.\nLunarts\n(Lunarts)\n1\nHello friends, I have already read some information about the above question on the internet, but I would like to know what are your thoughts about this. I read try-except should be only used if the ‘tried’ code is supposed to work correctly most of the time, otherwise if-else should be used by performance reasons.\n I also read which python actually recommend the use of try-excepts; the whole idea of not checking for each error, but instead act as the code is right(unless it gets an exception) is new to me. If you want to know, I discovered about that yesterday; after my game code has already hundreds and hundreds of lines which make use of if-else to handle errors(no try or excepts). Any clarifications about this whole subject is welcome.\n\nHello friends, I have already read some information about the above question on the internet, but I would like to know what are your thoughts about this. I read try-except should be only used if the ‘tried’ code is supposed to work correctly most of the time, otherwise if-else should be used by performance reasons.\n\nI also read which python actually recommend the use of try-excepts; the whole idea of not checking for each error, but instead act as the code is right(unless it gets an exception) is new to me. If you want to know, I discovered about that yesterday; after my game code has already hundreds and hundreds of lines which make use of if-else to handle errors(no try or excepts). Any clarifications about this whole subject is welcome.\n\ncotejrp1\n(cotejrp1)\n2\n\n Personally, I haven’t come across a situation where I needed try except code in my Blender scripts. In my non-Blender Python code, I’ve used try except where I had to but I have a personal tendency towards using decorators to make such things conveniently disappear.\n Sounds like the advice you’ve gotten so far has already been good. Best thing I can tell you is to try out those try-except blocks in places you’re already doing error handling and see what happens. However you handle it, remember… Version control is your friend. Cheers and good luck on your game.\ncotejrp1\n(cotejrp1)\n2\nPersonally, I haven’t come across a situation where I needed try except code in my Blender scripts. In my non-Blender Python code, I’ve used try except where I had to but I have a personal tendency towards using decorators to make such things conveniently disappear.\n Sounds like the advice you’ve gotten so far has already been good. Best thing I can tell you is to try out those try-except blocks in places you’re already doing error handling and see what happens. However you handle it, remember… Version control is your friend. Cheers and good luck on your game.\n\nPersonally, I haven’t come across a situation where I needed try except code in my Blender scripts. In my non-Blender Python code, I’ve used try except where I had to but I have a personal tendency towards using decorators to make such things conveniently disappear.\n\nSounds like the advice you’ve gotten so far has already been good. Best thing I can tell you is to try out those try-except blocks in places you’re already doing error handling and see what happens. However you handle it, remember… Version control is your friend. Cheers and good luck on your game.\n\nconst\n(const)\n3\n\n Apart from tech details, the only difference is that if you don’t use exceptions you will have to manually provide the appropriate functionality to avoid getting your application behave strange or crash.\n The most classic usage of Exceptions is for type safety, to ensure let’s say for example you will do math operations only with numbers or that you won’t do a division with zero.\n I have been using PHP for the last 4 years and I have seen the transition towards version 5 and 6. In the old days there were no exceptions (:P), but from version 5 they were supported. The only difference was that you had manually check each variable in specific situations, the better your experience and guessing was the better the application would be. But the real deal is that there is always dangerous code sleeping like a Volcano. At least with exceptions you will be more safe in some way.\nconst\n(const)\n3\nApart from tech details, the only difference is that if you don’t use exceptions you will have to manually provide the appropriate functionality to avoid getting your application behave strange or crash.\n The most classic usage of Exceptions is for type safety, to ensure let’s say for example you will do math operations only with numbers or that you won’t do a division with zero.\n I have been using PHP for the last 4 years and I have seen the transition towards version 5 and 6. In the old days there were no exceptions (:P), but from version 5 they were supported. The only difference was that you had manually check each variable in specific situations, the better your experience and guessing was the better the application would be. But the real deal is that there is always dangerous code sleeping like a Volcano. At least with exceptions you will be more safe in some way.\n\nApart from tech details, the only difference is that if you don’t use exceptions you will have to manually provide the appropriate functionality to avoid getting your application behave strange or crash.\n\nThe most classic usage of Exceptions is for type safety, to ensure let’s say for example you will do math operations only with numbers or that you won’t do a division with zero.\n\nI have been using PHP for the last 4 years and I have seen the transition towards version 5 and 6. In the old days there were no exceptions (:P), but from version 5 they were supported. The only difference was that you had manually check each variable in specific situations, the better your experience and guessing was the better the application would be. But the real deal is that there is always dangerous code sleeping like a Volcano. At least with exceptions you will be more safe in some way.\n\nLunarts\n(Lunarts)\n4\n\n Thanks for the answers, cotejrp1 and const; I will see if there are still more people willing to give opinion on this subject, but I will also already try using uh…try at my code at least where it is obvious it would be a good practice.\nLunarts\n(Lunarts)\n4\nThanks for the answers, cotejrp1 and const; I will see if there are still more people willing to give opinion on this subject, but I will also already try using uh…try at my code at least where it is obvious it would be a good practice.\n\nThanks for the answers, cotejrp1 and const; I will see if there are still more people willing to give opinion on this subject, but I will also already try using uh…try at my code at least where it is obvious it would be a good practice.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blenderartists.org/t/pc-linux-how-n00bies-make-custom-livecds/374965",
+ "domain": "blenderartists.org",
+ "file_source": "part-00813-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nWow! I just installed the Minime version of PC Linux!\n What a nice Distro!!! Pc linux is a realy stripped down, and optimized mandrake/mandriva spin-off. Unlike Debain spin-off distros (includeing Ubuntu) , you can use .RPM for installing software\n everything went very smoothly, All my hardware was auto detected and configured for me.\n To get the proprietary Nvidia HW 3D drivers where a snap too, you can just use synaptic.\n They also have improved the mkliveCD script to include re-mastering Live DVD’s as well as Live CD’s.\n Like most Live CD’s PC Linux can be loaded completely into your system RAM. The only diffrence is that PC linux has optimized everything for this mode!! everything works Verry fast.(if you have lots of RAM). This is IDEAL for data recovery, especially for systems with only 1 cd-r/rw drive, it will free it up so you can burn backups! Right out of the box you get the ability to read your Windows NTFS partition, so if windows ever fails, you can pop in and grab your important data, and Burn to a cd/DVD!\n the full minime install is around 500megs… this leaves you 1 and 1/2 gigabytes to fill with your favorite applications. If you keep your Hard drive install under 2 gigabytes you can make a live CD to back up everything. (under 6 for a live DVD) (hint: don’t install the HW accelerated drivers if you plan on using the live CD at cybercafe, or distribute it to your friends. Blender will run without HW accelerated drivers in some cases. Be sure to include the linux Static version as well as the dynamic version… this way you are sure not to be without blender!\n I recommend this distro to ANYONE! it is very simple and easy to understand, fast, and lots of cool applications!! what is not in the packaging system can be installed Via RPM in most cases. And like Ubuntu, all you need is 1 package (that links to about 25 other packages) to compile things… they make this really easy on the non-programmer. This Distro is VMware friendly too, you can run live CD mode directly from the ISO, from a live CD, or a Hard drive install.\n If you are shopping for a distro, you might want to grab this tiny(200-300meg!) ISO for an evaluation. the live CD mode is very impressive.\n Well, that is about it for now…\nWow!\n\nI just installed the Minime version of PC Linux!What a nice Distro!!!\n\nPc linux is a realy stripped down, and optimized mandrake/mandriva spin-off.\n\nUnlike Debain spin-off distros (includeing Ubuntu) , you can use .RPM for installing software\neverything went very smoothly, All my hardware was auto detected and configured for me.\n\nTo get the proprietary Nvidia HW 3D drivers where a snap too, you can just use synaptic.\n\nThey also have improved the mkliveCD script to include re-mastering Live DVD’s as well as Live CD’s.\n\nLike most Live CD’s PC Linux can be loaded completely into your system RAM. The only diffrence is that PC linux has optimized everything for this mode!! everything works Verry fast.(if you have lots of RAM).\n\nThis is IDEAL for data recovery, especially for systems with only 1 cd-r/rw drive, it will free it up so you can burn backups!\n\nRight out of the box you get the ability to read your Windows NTFS partition, so if windows ever fails, you can pop in and grab your important data, and Burn to a cd/DVD!the full minime install is around 500megs… this leaves you 1 and 1/2 gigabytes to fill with your favorite applications. If you keep your Hard drive install under 2 gigabytes you can make a live CD to back up everything. (under 6 for a live DVD)\n\n(hint: don’t install the HW accelerated drivers if you plan on using the live CD at cybercafe, or distribute it to your friends.\n\nBlender will run without HW accelerated drivers in some cases. Be sure to include the linux Static version as well as the dynamic version… this way you are sure not to be without blender!I recommend this distro to ANYONE! it is very simple and easy to understand, fast, and lots of cool applications!! what is not in the packaging system can be installed Via RPM in most cases.\n\nAnd like Ubuntu, all you need is 1 package (that links to about 25 other packages) to compile things… they make this really easy on the non-programmer.\n\nThis Distro is VMware friendly too, you can run live CD mode directly from the ISO, from a live CD, or a Hard drive install.\nIf you are shopping for a distro, you might want to grab this tiny(200-300meg!) ISO for an evaluation. the live CD mode is very impressive.\n\nWell, that is about it for now…",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blenderartists.org/t/work-in-progress-demo-inside-video/580188",
+ "domain": "blenderartists.org",
+ "file_source": "part-00370-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nJust something im working on, might become a game in the future but mostly just for testing. You need a good rig to be able to run this smoothly, its constant 60fps except for when you stand in front of the god rays, it drops too about 30-45 fps same for when looking at the HDR illuminance.\n Let me know how it runs, how could i save fps, should i get rid of some planes from the god rays to make it more smoother for people with low end systems ?\n File is only 54mb, so it will only take a few minutes http://www.uploadmb.com/dw.php?id=1373164030\n 1360x768 res no msaa no aa 4x anisotropic Automatic “maybe tripple buffer” Shadows on Lights on Shaders 60fps HDR\n Video is about 45fps, quality has dulled down because of screen recording/youtube.\n https://youtu.be/pTZ-8Z8rZXI\nJust something im working on, might become a game in the future but mostly just for testing. You need a good rig to be able to run this smoothly, its constant 60fps except for when you stand in front of the god rays, it drops too about 30-45 fps same for when looking at the HDR illuminance.\n Let me know how it runs, how could i save fps, should i get rid of some planes from the god rays to make it more smoother for people with low end systems ?\n File is only 54mb, so it will only take a few minutes http://www.uploadmb.com/dw.php?id=1373164030\n 1360x768 res no msaa no aa 4x anisotropic Automatic “maybe tripple buffer” Shadows on Lights on Shaders 60fps HDR\n Video is about 45fps, quality has dulled down because of screen recording/youtube.\n https://youtu.be/pTZ-8Z8rZXI\nJust something i `m working on, might become a game in the future but mostly just for testing. You need a good rig to be able to run this smoothly, it` s constant\n\n60fps except for when you stand in front of the god rays, it drops too about 30-45 fps\n\nsame for when looking at the HDR illuminance.Let me know how it runs, how could i save fps, should i get rid of some planes from the\n\ngod rays to make it more smoother for people with low end systems ?File is only 54mb, so it will only take a few minutes\n\nhttp://www.uploadmb.com/dw.php?id=13731640301360x768 res\n\nno msaa\n\nno aa\n\n4x anisotropic\n\nAutomatic “maybe tripple buffer”\n\nShadows on\n\nLights on\n\nShaders\n\n60fps\n\nHDR\nVideo is about 45fps, quality has dulled down because of screen recording/youtube.\n\nhttps://youtu.be/pTZ-8Z8rZXI\n\nBump, need some feedback on how this is performing on another rig.\nBump, need some feedback on how this is performing on another rig.\n\nBump, need some feedback on how this is performing on another rig.\n\nMattline1\n(Martin Kearl)\n3\n\n I’d like to help out but some screenshots would be appreciated. It’s nice to know what it is I’m downloading before I do so, it should help to get people interested as well.\n Also I highly doubt there’s anything malicious in the .exe and don’t mean to offend you by implying it, but I’d like to see what it includes before I run it, better safe than sorry as they say.\nMattline1\n(Martin Kearl)\n3\nI’d like to help out but some screenshots would be appreciated. It’s nice to know what it is I’m downloading before I do so, it should help to get people interested as well.\n Also I highly doubt there’s anything malicious in the .exe and don’t mean to offend you by implying it, but I’d like to see what it includes before I run it, better safe than sorry as they say.\n\nI’d like to help out but some screenshots would be appreciated. It’s nice to know what it is I’m downloading before I do so, it should help to get people interested as well.\n\nAlso I highly doubt there’s anything malicious in the .exe and don’t mean to offend you by implying it, but I’d like to see what it includes before I run it, better safe than sorry as they say.\n\nVery understandable dude.\nVery understandable dude.\n\nVery understandable dude.\n\nHey hey bro nice screens! any chance of a vid? also is that baked lighting or realtime? looks awesome bro cant wait to see whats next!\nHey hey bro nice screens! any chance of a vid? also is that baked lighting or realtime? looks awesome bro cant wait to see whats next!\n\nHey hey bro nice screens! any chance of a vid? also is that baked lighting or realtime? looks awesome bro cant wait to see whats next!\n\nDownload the demo, its all real time lighting but very demanding so im looking to tweak it. Runs at 60fps, drops down 30-45 when standing beneath or in the god rays. There is also a little easter egg if you find it, with cloth material.\n Working on sparks for faulty electric box \n If i do upload a video, keep in mind the quality will not be as good!\nDownload the demo, its all real time lighting but very demanding so im looking to tweak it. Runs at 60fps, drops down 30-45 when standing beneath or in the god rays. There is also a little easter egg if you find it, with cloth material.\n Working on sparks for faulty electric box \n If i do upload a video, keep in mind the quality will not be as good!\nDownload the demo, it `s all real time lighting but very demanding so i` m looking to tweak it.\n\nRuns at 60fps, drops down 30-45 when standing beneath or in the god rays.\n\nThere is also a little easter egg if you find it, with cloth material.\nWorking on sparks for faulty electric box\n\nIf i do upload a video, keep in mind the quality will not be as good!\n\nMattline1\n(Martin Kearl)\n7\n\n It runs very poorly overall, the only time I got a good frame-rate was in the corner near the page looking directly away from the god rays.\n I wasn’t able to see an actual frame-rate but my guess would be 10-15 fps, whereas the aforementioned corner was smooth enough to be 60, though I’m not 100% sure on that.\n To give you some context on my rig, here’s the key specs:\n amd tri-core 3ghz 8gb ddr3 ram radeon HD 7750 (1gb) 5400rpm hdd\n What I found odd was there’s nothing in the game which jumped out at me as too high detail; there was a few things to note however.\n\n long load time for the level of detail (suggest either textures are too high res, or there’s high poly objects).\n it didn’t run in the centre of the screen, there was a small box in the bottom left (1080p display).\n comparing it to other blender files, it runs poorly for it’s level of detail, the objects aren’t super detailed, so this suggests large shadow buffers, too complex 2d filters, lot’s of high res textures etc…\n the game seemed to freeze for a good 20 seconds the first time I pressed Q.\n\n I wasn’t able to tell, but if the god rays are made up of a lot of alpha mapped planes that would have a noticeable affect on frame-rate.\n It’s not a bad demo, I especially like the cracks modelled into the floor and walls; that’s a detail most people would skip. It does however need some optimising to a point where it runs a little smoother.\nMattline1\n(Martin Kearl)\n7\nIt runs very poorly overall, the only time I got a good frame-rate was in the corner near the page looking directly away from the god rays.\n I wasn’t able to see an actual frame-rate but my guess would be 10-15 fps, whereas the aforementioned corner was smooth enough to be 60, though I’m not 100% sure on that.\n To give you some context on my rig, here’s the key specs:\n amd tri-core 3ghz 8gb ddr3 ram radeon HD 7750 (1gb) 5400rpm hdd\n What I found odd was there’s nothing in the game which jumped out at me as too high detail; there was a few things to note however.\n\n long load time for the level of detail (suggest either textures are too high res, or there’s high poly objects).\n it didn’t run in the centre of the screen, there was a small box in the bottom left (1080p display).\n comparing it to other blender files, it runs poorly for it’s level of detail, the objects aren’t super detailed, so this suggests large shadow buffers, too complex 2d filters, lot’s of high res textures etc…\n the game seemed to freeze for a good 20 seconds the first time I pressed Q.\n\n I wasn’t able to tell, but if the god rays are made up of a lot of alpha mapped planes that would have a noticeable affect on frame-rate.\n It’s not a bad demo, I especially like the cracks modelled into the floor and walls; that’s a detail most people would skip. It does however need some optimising to a point where it runs a little smoother.\n\nIt runs very poorly overall, the only time I got a good frame-rate was in the corner near the page looking directly away from the god rays.\n\nI wasn’t able to see an actual frame-rate but my guess would be 10-15 fps, whereas the aforementioned corner was smooth enough to be 60, though I’m not 100% sure on that.\n\nTo give you some context on my rig, here’s the key specs:\n\namd tri-core 3ghz\n\n8gb ddr3 ram\n\nradeon HD 7750 (1gb)\n\n5400rpm hdd\nWhat I found odd was there’s nothing in the game which jumped out at me as too high detail; there was a few things to note however.\n\n* long load time for the level of detail (suggest either textures are too high res, or there’s high poly objects).\n* it didn’t run in the centre of the screen, there was a small box in the bottom left (1080p display).\n* comparing it to other blender files, it runs poorly for it’s level of detail, the objects aren’t super detailed, so this suggests large shadow buffers, too complex 2d filters, lot’s of high res textures etc…\n* the game seemed to freeze for a good 20 seconds the first time I pressed Q.\n\nI wasn’t able to tell, but if the god rays are made up of a lot of alpha mapped planes that would have a noticeable affect on frame-rate.\n\nIt’s not a bad demo, I especially like the cracks modelled into the floor and walls; that’s a detail most people would skip. It does however need some optimising to a point where it runs a little smoother.\n\nBumGravy\n(BumGravy)\n8\n\n i get an error saying its invalid win32 application, i guess that means it only runs on 64 machines?\nBumGravy\n(BumGravy)\n8\ni get an error saying its invalid win32 application, i guess that means it only runs on 64 machines?\n\ni get an error saying its invalid win32 application, i guess that means it only runs on 64 machines?\n\nThe light beams not moving when the light and shadow move is a little unnatural.\nThe light beams not moving when the light and shadow move is a little unnatural.\n\nThe light beams not moving when the light and shadow move is a little unnatural.\n\nThe big reason for lag is simple, you need a quad core to run this type of game i`m making. Like i said i get a solid 60fps when not under or in godrays, cheers for checking it out \n Yeah i`m parenting the god rays to the light so the move.\n Yeah most people dont notice the little things, thats what i`m trying to do create a ambient feel then work from there\nThe big reason for lag is simple, you need a quad core to run this type of game i`m making. Like i said i get a solid 60fps when not under or in godrays, cheers for checking it out \n Yeah i`m parenting the god rays to the light so the move.\n Yeah most people dont notice the little things, thats what i`m trying to do create a ambient feel then work from there\nThe big reason for lag is simple, you need a quad core to run this type of game i`m making.\n\nLike i said i get a solid 60fps when not under or in godrays, cheers for checking it out\nYeah i`m parenting the god rays to the light so the move.\n\nYeah most people don `t notice the little things, that` s what i`m trying to do\n\ncreate a ambient feel then work from thereMattline1\n(Martin Kearl)\n11\n\n A quad core is irrelevant. The bge is single threaded, meaning it only uses a single core. Also to note is when running my cpu idles at 35%, so your performance problems are not cpu related.\n Brushing aside performance problems with statements like “you need a quad core” are not going to help you make a good game. Nor is relying on high end tech to brute force through inefficient graphics(your god rays).\n Your scene has potential, but right now it’s scuppered by performance far below what it should be for it’s graphical fidelity.\nMattline1\n(Martin Kearl)\n11\nA quad core is irrelevant. The bge is single threaded, meaning it only uses a single core. Also to note is when running my cpu idles at 35%, so your performance problems are not cpu related.\n Brushing aside performance problems with statements like “you need a quad core” are not going to help you make a good game. Nor is relying on high end tech to brute force through inefficient graphics(your god rays).\n Your scene has potential, but right now it’s scuppered by performance far below what it should be for it’s graphical fidelity.\n\nA quad core is irrelevant. The bge is single threaded, meaning it only uses a single core. Also to note is when running my cpu idles at 35%, so your performance problems are not cpu related.\n\nBrushing aside performance problems with statements like “you need a quad core” are not going to help you make a good game. Nor is relying on high end tech to brute force through inefficient graphics(your god rays).\n\nYour scene has potential, but right now it’s scuppered by performance far below what it should be for it’s graphical fidelity.\n\nJust pointing out the fact most high end pc games need a quad core to play at full capacity. I know blender uses one core, it kinda sucks to be fair, do you have any ideas of how i can optimize it. I can always get rid of some planes on the god rays and light rays as well.\n My rig is not even a powerful gaming pc and can handle it so i`m sure this game will run smooth for any body with a high end pc.\nJust pointing out the fact most high end pc games need a quad core to play at full capacity. I know blender uses one core, it kinda sucks to be fair, do you have any ideas of how i can optimize it. I can always get rid of some planes on the god rays and light rays as well.\n My rig is not even a powerful gaming pc and can handle it so i`m sure this game will run smooth for any body with a high end pc.\nJust pointing out the fact most high end pc games need a quad core to play at full capacity.\n\nI know blender uses one core, it kinda sucks to be fair, do you have any ideas of how i can optimize it.\n\nI can always get rid of some planes on the god rays and light rays as well.My rig is not even a powerful gaming pc and can handle it so i`m sure\n\nthis game will run smooth for any body with a high end pc.Mattline1\n(Martin Kearl)\n13\n\n “Most high end pc games need a quad core to play at full capacity”, that’s true; I’ve yet to see one which has required a quad core though. A little context, your scene runs at around the same frame-rate as crysis 3 on ultra on my pc (10-20 fps). Or another example Endi’s dead cyborg outperforms your game, and that’s arguably the best looking bge game out there!\n In terms of optimising there’s lots of little things you can do, the best way is to understand what causes slowdowns though. Blender is a forward rendering engine, so you want as few lights as possible with as few polys as possible (the best way of modelling for games is the smallest amount of polys for the desired level of detail, make every vertex and every face matter)\n These things are slow in terms of graphics:\n\n 2d filters\n Real-time shadows\n Lights\n Alpha maps(clip and add are better than sort and blend, always go for clip if possible. It’s easy to overlook alpha but a lot of sorted alpha mapped objects can really butcher the framerate)\n\n high res textures and complex shaders will slow down any older tech, I’ve personally never had a problem with them IF I’ve been using a discreet graphics card. on-board or very low end graphics cards may struggle with these.\n These are slow in terms of logic/cpu use:\n\n lots of physics objects\n complex scripts running every frame\n near and radar sensors\n\n Not entirely sure which one they fit in but armatures are very slow, they’ve been my biggest problem when it comes to optimising.\n Remember, it’s your job to make your game run well, not the hardware’s. Use the power a pc offers, but don’t squander it on bumping up poor performance and don’t rely on it to do so.\n Anyway, sorry for being so down on your project that’s not my intent, good luck with your game, I hope to see it running silky smooth!\nMattline1\n(Martin Kearl)\n13\n“Most high end pc games need a quad core to play at full capacity”, that’s true; I’ve yet to see one which has required a quad core though. A little context, your scene runs at around the same frame-rate as crysis 3 on ultra on my pc (10-20 fps). Or another example Endi’s dead cyborg outperforms your game, and that’s arguably the best looking bge game out there!\n In terms of optimising there’s lots of little things you can do, the best way is to understand what causes slowdowns though. Blender is a forward rendering engine, so you want as few lights as possible with as few polys as possible (the best way of modelling for games is the smallest amount of polys for the desired level of detail, make every vertex and every face matter)\n These things are slow in terms of graphics:\n\n 2d filters\n Real-time shadows\n Lights\n Alpha maps(clip and add are better than sort and blend, always go for clip if possible. It’s easy to overlook alpha but a lot of sorted alpha mapped objects can really butcher the framerate)\n\n high res textures and complex shaders will slow down any older tech, I’ve personally never had a problem with them IF I’ve been using a discreet graphics card. on-board or very low end graphics cards may struggle with these.\n These are slow in terms of logic/cpu use:\n\n lots of physics objects\n complex scripts running every frame\n near and radar sensors\n\n Not entirely sure which one they fit in but armatures are very slow, they’ve been my biggest problem when it comes to optimising.\n Remember, it’s your job to make your game run well, not the hardware’s. Use the power a pc offers, but don’t squander it on bumping up poor performance and don’t rely on it to do so.\n Anyway, sorry for being so down on your project that’s not my intent, good luck with your game, I hope to see it running silky smooth!\n\n“Most high end pc games need a quad core to play at full capacity”, that’s true; I’ve yet to see one which has required a quad core though. A little context, your scene runs at around the same frame-rate as crysis 3 on ultra on my pc (10-20 fps). Or another example Endi’s dead cyborg outperforms your game, and that’s arguably the best looking bge game out there!\n\nIn terms of optimising there’s lots of little things you can do, the best way is to understand what causes slowdowns though.\n\nBlender is a forward rendering engine, so you want as few lights as possible with as few polys as possible (the best way of modelling for games is the smallest amount of polys for the desired level of detail, make every vertex and every face matter)\nThese things are slow in terms of graphics:\n\n* 2d filters\n* Real-time shadows\n* Lights\n* Alpha maps(clip and add are better than sort and blend, always go for clip if possible. It’s easy to overlook alpha but a lot of sorted alpha mapped objects can really butcher the framerate)\n\nhigh res textures and complex shaders will slow down any older tech, I’ve personally never had a problem with them IF I’ve been using a discreet graphics card. on-board or very low end graphics cards may struggle with these.\n\nThese are slow in terms of logic/cpu use:\n\n* lots of physics objects\n* complex scripts running every frame\n* near and radar sensors\n\nNot entirely sure which one they fit in but armatures are very slow, they’ve been my biggest problem when it comes to optimising.\n\nRemember, it’s your job to make your game run well, not the hardware’s. Use the power a pc offers, but don’t squander it on bumping up poor performance and don’t rely on it to do so.\n\nAnyway, sorry for being so down on your project that’s not my intent, good luck with your game, I hope to see it running silky smooth!\n\nCheers dude for checking it out. Yeah im starting to think blender is really lacking, people are telling me to use maya ? however i love blender too much. Im going for a cryengine 3 feel like sniper ghost warrior 2, just gonna start small and simple like the bathroom demo for blender then expand from there.\nCheers dude for checking it out. Yeah im starting to think blender is really lacking, people are telling me to use maya ? however i love blender too much. Im going for a cryengine 3 feel like sniper ghost warrior 2, just gonna start small and simple like the bathroom demo for blender then expand from there.\nCheers dude for checking it out.\n\nYeah i `m starting to think blender is really lacking, people are telling me to use maya ? however i love blender too much. I` m going for a cryengine 3 feel like sniper ghost warrior 2, just gonna start small and simple like the\n\nbathroom demo for blender then expand from there.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blenderartists.org/t/what-does-mixrgb-do-exactly/1142984",
+ "domain": "blenderartists.org",
+ "file_source": "part-00073-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHi!\n I know the question seems a bit silly, but recently I discover an unexpected behaviour with the node.\n The setup is the following:\n As you could check with a Greater/Less Than node, the noise texture does not exist within the 0-1 range, but between .25-.75 aproximately. Thus, if my Color1 input was 0, at least as I’ve always understood it, the output would range within the noise’s interval, isn’t it? It looks like this is the case, since the resulting image does not seem to have pure black, nor pure white. But. When I output the image setup, with both inputs set to 1… I get pure white!! How is that possible? Wouldn’t it be the highest white within the noise texture?\n More at the theory level, what I thought the interpolation did was that the Factor range goes from 0 to 1, and if the Factor input does not reach some of those limits, the Color input corresponding with that limit would not appear (purely) in the output. But given this case, it seems like the lowest and highest values of the noise texture were “stretched” to fit the 0-1 range, thus making the interpolation “proportional” to the values of the Factor input, instead of the absolute 0-1 interval. This would explain why I get pure white when I output the shown setup.\n Honestly, I’m I little confused by it, since this could affect the way I’ve been using this node (dozens of times lol) until now. Any insight on this?\n Álex.\nHi!\n I know the question seems a bit silly, but recently I discover an unexpected behaviour with the node.\n The setup is the following:\n As you could check with a Greater/Less Than node, the noise texture does not exist within the 0-1 range, but between .25-.75 aproximately. Thus, if my Color1 input was 0, at least as I’ve always understood it, the output would range within the noise’s interval, isn’t it? It looks like this is the case, since the resulting image does not seem to have pure black, nor pure white. But. When I output the image setup, with both inputs set to 1… I get pure white!! How is that possible? Wouldn’t it be the highest white within the noise texture?\n More at the theory level, what I thought the interpolation did was that the Factor range goes from 0 to 1, and if the Factor input does not reach some of those limits, the Color input corresponding with that limit would not appear (purely) in the output. But given this case, it seems like the lowest and highest values of the noise texture were “stretched” to fit the 0-1 range, thus making the interpolation “proportional” to the values of the Factor input, instead of the absolute 0-1 interval. This would explain why I get pure white when I output the shown setup.\n Honestly, I’m I little confused by it, since this could affect the way I’ve been using this node (dozens of times lol) until now. Any insight on this?\n Álex.\n\nHi!\n\nI know the question seems a bit silly, but recently I discover an unexpected behaviour with the node.\n\nThe setup is the following:\n\nAs you could check with a Greater/Less Than node, the noise texture does not exist within the 0-1 range, but between .25-.75 aproximately. Thus, if my Color1 input was 0, at least as I’ve always understood it, the output would range within the noise’s interval, isn’t it? It looks like this is the case, since the resulting image does not seem to have pure black, nor pure white. But. When I output the image setup, with both inputs set to 1… I get pure white!! How is that possible? Wouldn’t it be the highest white within the noise texture?\n\nMore at the theory level, what I thought the interpolation did was that the Factor range goes from 0 to 1, and if the Factor input does not reach some of those limits, the Color input corresponding with that limit would not appear (purely) in the output. But given this case, it seems like the lowest and highest values of the noise texture were “stretched” to fit the 0-1 range, thus making the interpolation “proportional” to the values of the Factor input, instead of the absolute 0-1 interval. This would explain why I get pure white when I output the shown setup.\n\nHonestly, I’m I little confused by it, since this could affect the way I’ve been using this node (dozens of times lol) until now. Any insight on this?\n\nÁlex.\n\nzanzio\n(zanzio)\n2\n\n I’m a bit confused about why you felt you’d get any result other than white, but I can explain how the mixRGB node works.\n The factor simply determines how to blend the two color inputs together. 0 means that it’s only using the first slot, 1 means it’s only using the second slot, and values in between blend the two colors by that amount (for example .5 would evenly mix the two colors). This is why factor behaves exactly like opacity in photoshop.\n When you plug a texture into the factor slot, it has the same effect as an alpha mask. It looks at each pixel in the factor image and mixes the two colors according to the brightness of that pixel (the darker the pixel is, the more the resulting pixel color will favor the color in the first slot).\n When you plug a value of 1 into a slot, it treats the color in the slot as white because its assuming you want the full value for each color channel (255, 255, 255), so it’s only natural that you can only get an output of white no matter what you use for the factor in this situation. You would have to change the value of the color in one of the slots to get something different.\n\n 3 Likes\nzanzio\n(zanzio)\n2\nI’m a bit confused about why you felt you’d get any result other than white, but I can explain how the mixRGB node works.\n The factor simply determines how to blend the two color inputs together. 0 means that it’s only using the first slot, 1 means it’s only using the second slot, and values in between blend the two colors by that amount (for example .5 would evenly mix the two colors). This is why factor behaves exactly like opacity in photoshop.\n When you plug a texture into the factor slot, it has the same effect as an alpha mask. It looks at each pixel in the factor image and mixes the two colors according to the brightness of that pixel (the darker the pixel is, the more the resulting pixel color will favor the color in the first slot).\n When you plug a value of 1 into a slot, it treats the color in the slot as white because its assuming you want the full value for each color channel (255, 255, 255), so it’s only natural that you can only get an output of white no matter what you use for the factor in this situation. You would have to change the value of the color in one of the slots to get something different.\n\nI’m a bit confused about why you felt you’d get any result other than white, but I can explain how the mixRGB node works.\n\nThe factor simply determines how to blend the two color inputs together. 0 means that it’s only using the first slot, 1 means it’s only using the second slot, and values in between blend the two colors by that amount (for example .5 would evenly mix the two colors). This is why factor behaves exactly like opacity in photoshop.\n\nWhen you plug a texture into the factor slot, it has the same effect as an alpha mask. It looks at each pixel in the factor image and mixes the two colors according to the brightness of that pixel (the darker the pixel is, the more the resulting pixel color will favor the color in the first slot).\n\nWhen you plug a value of 1 into a slot, it treats the color in the slot as white because its assuming you want the full value for each color channel (255, 255, 255), so it’s only natural that you can only get an output of white no matter what you use for the factor in this situation. You would have to change the value of the color in one of the slots to get something different.\n\n3 Likes\n\nOk, I got it. What I don’t understand now is why I didn’t understand it before. Ugh. I think I conflated the example with Color1 being 1 with that of Color1 being 0 for a moment; thus the reasoning “with an input of 1 and a mask with around .75 as highest value I should get .75 instead of pure white”. So stupid of me.\n Anyway, thanks! \n\n 2 Likes\nOk, I got it. What I don’t understand now is why I didn’t understand it before. Ugh. I think I conflated the example with Color1 being 1 with that of Color1 being 0 for a moment; thus the reasoning “with an input of 1 and a mask with around .75 as highest value I should get .75 instead of pure white”. So stupid of me.\n Anyway, thanks!\n\nOk, I got it. What I don’t understand now is why I didn’t understand it before. Ugh. I think I conflated the example with Color1 being 1 with that of Color1 being 0 for a moment; thus the reasoning “with an input of 1 and a mask with around .75 as highest value I should get .75 instead of pure white”. So stupid of me.\n\nAnyway, thanks!\n\n2 Likes\n\ncgCody\n(cgCody)\n4\n\n You know, people on the internet can often be cruel and down right nasty, which often stops people from endevoring to seek an understanding of seemingly “silly” topics. The truth is, we’ve all got stuff to learn, so kudos to you for asking a question you thought might get you flack.\n\n 1 Like\ncgCody\n(cgCody)\n4\nYou know, people on the internet can often be cruel and down right nasty, which often stops people from endevoring to seek an understanding of seemingly “silly” topics. The truth is, we’ve all got stuff to learn, so kudos to you for asking a question you thought might get you flack.\n\nYou know, people on the internet can often be cruel and down right nasty, which often stops people from endevoring to seek an understanding of seemingly “silly” topics. The truth is, we’ve all got stuff to learn, so kudos to you for asking a question you thought might get you flack.\n\n1 Like\n\nYeah, I suspected the answer would be dead obvious, but I posted it anyway. It was one of those moments when you got stuck at solving 1+1. The fact that I hadn’t parametrised the colour inputs before, nor set both to the same value bugged my mental picture of the process and my brain crashed. However it is fully operative again .\nYeah, I suspected the answer would be dead obvious, but I posted it anyway. It was one of those moments when you got stuck at solving 1+1. The fact that I hadn’t parametrised the colour inputs before, nor set both to the same value bugged my mental picture of the process and my brain crashed. However it is fully operative again .\n\nYeah, I suspected the answer would be dead obvious, but I posted it anyway. It was one of those moments when you got stuck at solving 1+1. The fact that I hadn’t parametrised the colour inputs before, nor set both to the same value bugged my mental picture of the process and my brain crashed. However it is fully operative again .",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blenderartists.org/t/editing/533647",
+ "domain": "blenderartists.org",
+ "file_source": "part-00924-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nGuys, is it possible to set a property of more than one object at a time?\nGuys, is it possible to set a property of more than one object at a time?\n\nGuys, is it possible to set a property of more than one object at a time?\n\nSolarLune\n(SolarLune)\n2\n\n With Python, yes. Without it, it might be difficult, since you’d have to deal with messages and such. Monster might have made a resource for this, but I don’t quite remember.\nSolarLune\n(SolarLune)\n2\nWith Python, yes. Without it, it might be difficult, since you’d have to deal with messages and such. Monster might have made a resource for this, but I don’t quite remember.\n\nWith Python, yes. Without it, it might be difficult, since you’d have to deal with messages and such. Monster might have made a resource for this, but I don’t quite remember.\n\nSolarLune, please clarify, “In blender I cant select 20 planes (like the leaves of a tree) and change physics to no collision?” r u saying it is impossible with the default installation?\nSolarLune, please clarify, “In blender I cant select 20 planes (like the leaves of a tree) and change physics to no collision?” r u saying it is impossible with the default installation?\n\nSolarLune, please clarify, “In blender I cant select 20 planes (like the leaves of a tree) and change physics to no collision?” r u saying it is impossible with the default installation?\n\nBigbob\n(Bigbob)\n4\n\n You can if those leaves are separate objects. But I suggest you to keep the whole tree as one object and make another object(simpler) as collision envelope.\nBigbob\n(Bigbob)\n4\nYou can if those leaves are separate objects. But I suggest you to keep the whole tree as one object and make another object(simpler) as collision envelope.\n\nYou can if those leaves are separate objects. But I suggest you to keep the whole tree as one object and make another object(simpler) as collision envelope.\n\nMonster\n(Monster)\n5\n\n In Blender:\n add the property to one object Shift select the others and choose copy game properties\n In BGE: use a Python controller.\n What is the purpose of this request?\nMonster\n(Monster)\n5\nIn Blender:\n add the property to one object Shift select the others and choose copy game properties\n In BGE: use a Python controller.\n What is the purpose of this request?\n\nIn Blender:\n\nadd the property to one object\n\nShift select the others and choose copy game propertiesIn BGE:\n\nuse a Python controller.\nWhat is the purpose of this request?\n\nI created trees, load of it. I just decided that with short ones my character should be able to walk thru the leaves. unfortunately I already have them set to static. I want to change the property of the leaves all at once…\nI created trees, load of it. I just decided that with short ones my character should be able to walk thru the leaves. unfortunately I already have them set to static. I want to change the property of the leaves all at once…\n\nI created trees, load of it. I just decided that with short ones my character should be able to walk thru the leaves. unfortunately I already have them set to static. I want to change the property of the leaves all at once…\n\nSolarLune\n(SolarLune)\n7\n\n An easier way than to actually duplicate or instance the tree is to place it elsewhere in the blend file and create a group of it. Then, place group instances of the trees - this way, all the trees are the same.\nSolarLune\n(SolarLune)\n7\nAn easier way than to actually duplicate or instance the tree is to place it elsewhere in the blend file and create a group of it. Then, place group instances of the trees - this way, all the trees are the same.\n\nAn easier way than to actually duplicate or instance the tree is to place it elsewhere in the blend file and create a group of it. Then, place group instances of the trees - this way, all the trees are the same.\n\nC.A.ligari\n(C.A.ligári)\n8\n\n So, is the Problem just editing the Trees to be NoCollision? (Which »Property« would be a bad chosen Term for.) While SolarLune’s Method is actually better for you (except for when all your Trees look different), you can select all your Trees and change the active one (the One selected with a brighter Selection Outline), then you click in the 3D-View: Object > Game > Copy Physics Properties\n … uh, even Blender itself calls them Properties? Well, whatever.^^\nC.A.ligari\n(C.A.ligári)\n8\nSo, is the Problem just editing the Trees to be NoCollision? (Which »Property« would be a bad chosen Term for.) While SolarLune’s Method is actually better for you (except for when all your Trees look different), you can select all your Trees and change the active one (the One selected with a brighter Selection Outline), then you click in the 3D-View: Object > Game > Copy Physics Properties\n … uh, even Blender itself calls them Properties? Well, whatever.^^\nSo, is the Problem just editing the Trees to be NoCollision? (Which »Property« would be a bad chosen Term for.)\n\nWhile SolarLune’s Method is actually better for you (except for when all your Trees look different), you can select all your Trees and change the active one (the One selected with a brighter Selection Outline), then you click in the 3D-View: Object > Game > Copy Physics Properties\n… uh, even Blender itself calls them Properties? Well, whatever.^^",
+ "content_format": "markdown"
+ }
+]
\ No newline at end of file
diff --git a/blogs_msdn_microsoft_com/blogs_msdn_microsoft_com_samples_markdown.json b/blogs_msdn_microsoft_com/blogs_msdn_microsoft_com_samples_markdown.json
new file mode 100644
index 0000000000000000000000000000000000000000..025a001ff40f291a61e7e542877f9a529190417b
--- /dev/null
+++ b/blogs_msdn_microsoft_com/blogs_msdn_microsoft_com_samples_markdown.json
@@ -0,0 +1,702 @@
+[
+ {
+ "url": "https://blogs.msdn.microsoft.com/brad_mccabe/2005/02/25/the-natural-fit/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00801-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# The \"Natural Fit\"\n\nIt has been a busy few days in the world of the rant (see Mr. Grimes' Farewell) and reply (see Grumpy Grimes and Scott Swigart Responds to Richard Grimes). Now this is a topic that I have a bit of passion for.\n\nI am not going to restate the very good arguments by Scott and Duncan, I would simply encourage you to spend a few minutes reading them if you have not already. I would like to address a different point from Mr. Grimes, and one I have heard before:\n\n> \n\n\"C# is the natural language to use for .NET and there was no need for VB.NET\"\n\nFirst, every time I hear someone say this they just move on without explaining themselves or providing any support. What exactly does \"the natural language\" mean?\n\nYes, there are a few things that are possible with the CLR that you can't do with VB but you can with C#.\n\nOne that I hear often is /// comments. To me this does not justify the time it would take for a Visual Basic developer to forget the entire language that they know and learn C#. In fact it is possible with a free add in and will be native in Visual Studio 2005. What few things VB can not do that C# can are often times not an issue for the vast majority of Visual Basic developers.\n\nThese few things are pretty much brushed off the table in Visual Studio 2005. As Paul Vick says in his blog today, \"But the point is that with the release of Whidbey, VB will finally be fully caught up in terms of supporting .NET...\".\n\nMaybe by \"the natural language\" they mean that lots of people at Microsoft develop in C#. I have heard this said before to explain why you should just jump to C#. This statement is very true. Why, because most Microsoft developers have a C++ background and C# is a natural upgrade path for them just as VB.NET is a natural upgrade path for a Visual Basic developer. As a point of fact also there are Visual Basic developers working at Microsoft, myself being one of them.\n\nIf you figure C# is the natural language because that what a lot of Microsoft developers use lets just run that out into other ideas:\n\nMost Microsoft developers make commercial software not internal enterprise applications. Does that mean you should quit your job working for a company as a developer?\n\nLarge amounts of Microsoft developers write operating systems, does that mean that operating systems are the natural product for developers?\n\nGranted, these is a bit extreme but my point is that what Microsoft developers develop in is a choice that makes the most business sense for the products and conditions they are working under. The choice between VB and C# is about just that, what makes the most sense in YOUR environment based on YOUR developers and THEIR experience not what makes sense at Microsoft.\n\nLet's apply this \"Natural Language\" idea to other topic. Burger King sells lots of Whoppers. The Whopper comes with beef by default. Now I like a good hamburger ever now and then but some times I just want a chicken sandwich. If I order a chicken Whopper does that mean it is not the natural fit for a Whooper and I shouldn't do it?\n\nNo, a Whopper is to pieces of bread, some lettuce and a bit of sauce with some meat in the middle (IMHO a pretty good taste too). What that meat is in the middle is up to you, it can be beef, chicken or nothing if you don't eat meat.\n\nEat the Whooper of your choice and use the language that makes sense to you. Stop worry about what someone else thinks is more natural between the two slices of bread.\n\n## Comments\n\n* Anonymous\n\nFebruary 25, 2005\n\nGood post. Since I started with .Net a couple of years ago I've only found one case where I had problems translating between the two languages and that was integer overflow in C# which in my opinion is a poor programming practice anyway. I've been with the BASIC language since I learned it on the Apple ][E and my Commodore64 and now love VB.Net. I think the two languages are pretty much the same, really, anyway. Drop the Dim, move the type to the front and add a semi-colon. Get rid of End X and use braces instead. Most everything's the same. The MSIL's almost exactly the same, too except for the extra variable declaration we get to support legacy people not using Return.* Anonymous\n\nFebruary 25, 2005\n\nI think you maybe applying your own idea to what he meant by \"natural language\". I don't think he was saying it was the natural language for .net because a lot of people in Microsoft use it. However, I probably shouldn't be speaking for him.\n\nI do agree with him though that maybe VB.Net shouldn't have been built. My guess is that the learning curve for a VB developer to move to VB.NET vs. C# is minimal (just syntactical). The largest hurdle by far is the .NET API and conceptual (e.g. inheritance and polymorphysm.)\n\nUnlike other languages like Prolog, Perl, Python, VB.Net doesn't offer really anything from the language perspective that would be missing from C# I think.\n\nIf Microsoft just built C# and not VB.NET, we wouldn't have these strange API documentation everywhere where there is C# and VB.Net sample code for everything. Eventually, VB devs would learn that C# is not C++ and the hurdle is easier and a lot would make the jump eventually.* Anonymous\n\nFebruary 25, 2005\n\nMy thoughts exactly. VB.NET seems to be potrayed very often as a poor cousin or C#, I quite resent this myself. Having moved from ASP 3.0 to VB.NET for developing web applications, I find it much easier and intuitive to develop in VB.NET with virtually no learning curve (except for the innards of OOP). I can program in C# but see no need to learn the language in depth. If I find any code snippets in C#, I translate these into VB.NET and things work equally well. The lack of the /// comments and automatic XML documentation generation in VB.NET is in my opinion the most shallow argument in favour of C#. In the end it boils down to personal preference. I look forward to VS 2005 when the languages come closer in terms of feature set.* Anonymous\n\nFebruary 25, 2005\n\nYou are missing the point the complaint isn't about whether VB.NET is a better language or not than C#. The problem is that VB.NET is not an upgrade of VB classic but a replacement.\n\nThere are so many changes in forms, graphics, and languague let along all the nifty new things that the choice is wide open if you choose to go on to .NET.\n\nVB.NET doesn't help me with my existing VB classic app and when I do need to use .NET it doesn't really matter which of the two I am going to use.\n\nWhat I need is a VBClassic.NET that allows me to run VB6 using the .NET framework. If you can talk about Ruby, and ML being ported to .NET and produce IL code there is absolutely no reason to support the syntax and setup of VB6.* Anonymous\n\nFebruary 25, 2005\n\nI made it a point not to wade into the VB 6.0 and VB.NET debate right now. Duncan and Scott address that issue in their blogs so I did not feel the need to readdress the issue. I instead just wanted to focus on the \"Natural Language\" comment that I hear often.* Anonymous\n\nFebruary 26, 2005\n\nThe comment has been removed* Anonymous\n\nMarch 02, 2005\n\nC# was developed specifically for .NET therefore I see it as the natural .NET language. VB was adapted to fit within .NET and because of that, it is very akward in some aspects, even for VB6 developers.* Anonymous\n\nMarch 02, 2005\n\nA good related post is from Paul Vick at http://www.panopticoncentral.net/archive/2005/03/02/7762.aspx. Paul talks about how none of the VB 6.0 (or prior) runtimes and code was written in VB but how sections of the .NET framework, and even more of the .NET 2.0 framework are written in VB.NET.* Anonymous\n\nMarch 05, 2005\n\nThe comment has been removed* Anonymous\n\nMarch 06, 2005\n\nThe comment has been removed* Anonymous\n\nMarch 07, 2005\n\nAnd they wonder why the VB community is so fragile, we've now been upgraded to the position where we can be assaulted from both C# on one side and VB6 on the other.\n\nDespite all the talk about how .NET breaks their minds and their codes I haven't seen and comprehensive examples of this negative productivity.\n\nWhat is the -true vb path-? I don't see too many apocalyptic changes to VB only that there is MORE of it in .NET. What is it that you are doing with VB6 that you can't with VB7? Is it the default form instances? the array bounds? ByVal as default instead of ByRef? Can someone hand me some real deep answers?* Anonymous\n\nJune 11, 2009\n\nPingBack from http://castironbakeware.info/story.php?title=brad-mccabe-s-weblog-the-natural-fit",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/cvidotto/2006/03/28/received-calls-for-biztalk-net-developers-presales-jobs-in-melbourne/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00401-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Received calls for BizTalk, .NET Developers, PreSales jobs in Melbourne....\n\nI have a question for you all!\n\nIt might seem somewhat simple, but how do we bridge the gap between people looking for work and those looking to employ…???? The reason I ask, is that in the last 2 1/2 weeks, I have had conversations with 4–5 companies in Melbourne looking to employ BizTalk developers or .NET developers and I have received 4 calls from different recruiters asking for my help in finding them Biztalk, .NET developers or pre-sales resources. It has astounded me… (For some reason, I feel like I am turning into a pseudo recruitment service).\n\nNo more to say really….. if you are looking for work in Melbourne and you are experienced in .NET development, BizTalk or pre-sales then there are people looking for you.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/tom/2008/05/02/asp-net-tips-what-to-gather-to-troubleshoot-part-1-high-cpu-or-hang/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/dynpartnercommunity/2012/06/08/isv-takes-advantage-of-user-reviews-to-build-authenticity-on-the-web-and-drive-sales-of-crm-add-on/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# ISV Takes Advantage of User Reviews to Build Authenticity on the Web and Drive Sales of CRM Add-On\n\nA Blog Series for Microsoft Dynamics Partners by Christian Lindberg, Solution Sales & Marketing, Microsoft Dynamics Partner Team.\n\nCRM Innovation, an independent software vendor and Microsoft Dynamics CRM consultancy, takes full advantage of the Microsoft Dynamics Marketplace to market its services and solutions, such as Web2CRM, an Internet lead-capturing tool for Microsoft Dynamics CRM 2011. In addition to providing a venue to showcase its solutions online, CRM Innovation has found that the Microsoft Dynamics Marketplace also is a source of authentic customer reviews that have served as references to close deals.\n\n“In addition to being a great reference for us, the Microsoft Dynamics Marketplace is a significant part of our overall marketing strategy and a major source of our lead generation,” says Jerry Weinstock, Microsoft Dynamics CRM MVP and Business Development Manager for CRM Innovation.\n\nRead the full story: ",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/devschool/2009/02/26/wow-wow-addonstudio/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# WOW: WOW AddonStudio\n\nAll I can say is WOW, I will be reporting more deeply on the WOW AddonStudio that uses the Visual Studio Isolated Shell. This is a well put together package, that clearly shows up Dan Fernandez’s and the team of programmers who worked on it. Just fantastic. This is a great example of how a project should be completed, I am definitely not going to evaluate the source code, you can do that, it just works.\n\nThis is a great example of the use of Visual Studio shell. My problem is that World of Warcraft is a beautiful game, but to play it is not quite where my mind is at. It is real work for me to play it for some reason, for other’s it is effortless. I don’t get it. (And no, I didn’t write for my manager to read so he thinks I am working.)\n\nOne of my co-workers was kind enough to get me through the initial process of playing the game, and now I am giving it a lot of thought on what to develop, since that is what I really want to do.\n\nWell stayed tuned for more on the creation of WOW applications using the Addon Studio. Feel free to leave comments.\n\nNow I am all motivated to build a full blown internet game with Silverlight.\n\nI do want to escape a world where the government has to do “stress” tests on banks to make sure they can survive, what is up with that? It is my sincere hope that space aliens are holding the planet hostage and we have to pay them with cash (which makes no sense). That is better than the other option…\n\nTechnorati Tags: WOW Macros,WOW applications,Visual Studio Shell",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/mingfeis_code_block/2011/05/26/microsoft-cloud-day-in-singapore/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Microsoft cloud day in Singapore\n\nMicrosoft Cloud Day was held on April 27th 2011 with 170 attendees representing 130 companies. It was a full day event with the aim of updating our community on Windows Azure Platform. We had extensively covered a mix of business and technical contents, from introducing the importance of cloud computing to deploying and monitoring Windows Azure application on the cloud.\n\nHighlights of the event includes the participation of Windows Azure AppFabric product team sharing the roadmap which was beneficial to our customers. We had excellent speakers from our SI Partner aZaaS, NCS and we also invited our customer Yolk for showcasing its Azure solution. All training partner booths (aZaaS, NCS and NetAsset) showcasing MS learning and cloud courses were well received.\n\nWe also like to take this opportunity to thank all who attended the event and all who have helped one way or another in making Cloud Day a success. We hope to see you again!\n\nHere’s are the slides link and video on Channel 9:\n\n* Keynote by DPE Director Ziriad Saibi\n\n* Introduction to Windows Azure platform and real world case study by Azure Platform Strategy Advisor Daniel Bucherer\n\n* \n\nBuilding web applications with Azure storage by Lead Consultant, NCS, K.Mohamed Faizal\n\n* \n\nUnderstanding and implementing Windows Azure Platform Security by Tan Choon Ngee, Directo, aZaas Pte Ltd.\n\n* \n\nWindows Azure AppFabric, Comprehensive cloud Middleware platform by Product Unit Manager, Alex Chan\n\n* \n\nCloud Computing – A Crash Course for Architects by DPE Platform Strategy Advisor, Darryl Chantry\n\n* \n\nDeploying and monitoring windows azure applications by Wely Lau, Windows Azure MVP, NCS\n\n* \n\nClosing Note by Harish Aitharaju, Server & Tool business lead, Microsoft Singaproe",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/dsyme/2011/04/01/fsharp-charting-wrapping-the-system-windows-forms-datavisualization-charting-charting-types-was-fsharpchart/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# FSharp.Charting - Wrapping the System.Windows.Forms.DataVisualization.Charting Charting Types (was FSharpChart)\n\n[ Edit: The latest version of FSharp.Charting can be found here ]\n\nI'm just back from giving an F# talk at Microsoft TechDays in Sweden, which was a very enjoyable trip.\n\nOne of the things I show in my talks these days is the use of the .NET 4.0 charting controls with F# to display some data from F# Interactive in Visual Studio 2010. This uses a sample set of wrappers we've developed which we're calling FSharpChart. This was inspired by the LChart sample started by Luca Bolognese. These are thin F# wrappers over the charting types in the System.Windows.Forms.DataVisualization.Charting namespace.\n\nIn FSharpChart. we've used a number of interesting F# techniques to get the design to scale to the full set of .NET 4.0 charting controls. This is one of the reasons we're releasing this sample - to show interesting F# design techniques, as well as to light up useful .NET 4.0 functionality with F# 2.0 in Visual Studio 2010.\n\nFor example:\n\nopen FSharp.Charting\n\n[ for f in 1.0 .. 0.1 .. 10.0 -> f, sin (f * 2.0) + cos f ]\n\n|> Chart.Line\n\ngives the chart below. Many more samples are shown in the documentation,\n\nThe sample itself is interesting from a number of persepctives\n\n* Charts display automatically in F# interactive when you evaluate an expression of \"chart\" type\n\n.* There are numerous interesting F# coding techniques displayed. We'll walk through some of those in future blog posts.\n* The same basic shape of charting controls is supported by ASP.NET. This sample doesn't wrap those, but we may do that in future versions.\n\nDon\n\n## Comments\n\n* \n\nAnonymous\n\nApril 01, 2011\n\nThis charting library is extremely cool! I quite like Luca Bolognese's original wrapper too:)* \n\nAnonymous\n\nMay 26, 2011\n\nit is suggested to replace all occurrences of static member inline with just static member in the library. Otherwise there would be compiling errors.* \n\nAnonymous\n\nMay 28, 2013\n\nThe comment has been removed",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/tom/2008/09/08/who-is-using-mvc/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Who is using MVC?\n\nSo MVC have been out now for a while, and I have seen a few things come by my way with it. I just wanted to see who all was using it and how it was working out for you.\n\nI am really curious about things like:\n\n* Did you have to modify your project plans to fit MVC or did it do exactly what you wanted?\n* Have you run into any problems using MVC?\n* Are the documentation that explains when you use MVC clear?\n* How useful have you found the ability to use unit testing with your MVC site?\n\nLook forward to hearing from everyone. Feel free to share other things as well. I’d like to hear any success or failures you have had with it.\n\n## Comments\n\n* \n\nAnonymous\n\nSeptember 07, 2008\n\nOur web site is using MVC http://www.epegasus.com.cn* \n\nAnonymous\n\nSeptember 08, 2008\n\nHi, i started to build a commercial site , and i was just at the beginning , after i saw MVC, i opened a new project and now i will build the site with MVC in mind ...* \n\nAnonymous\n\nSeptember 08, 2008\n\nHi Currently I am not actually building anything with MVC but I am learning MVC by reading these blogs and watching videos. By working with Java technology it inspired me to learn ASP.NET MVC. I really like the idea behind MVC and it is not a new subject for me.* \n\nAnonymous\n\nSeptember 08, 2008\n\nThere is a lot of hype around ASP.NET MVC but there does not seem to be a lot of real world results. The lead architect at my company has been using a custom ASP.NET MVC framework for new projects. So far in this framework, every project has run over on time and the clients are not happy with the functionality of the sites. Our ASP.NET webforms framework seems to be quicker to develop in as well as have better functional results. I am not against MVC, I would just like to see some success stories before I invest my time into it.* \n\nAnonymous\n\nSeptember 08, 2008\n\nI've build a couple demo sites for presentations based on ASP.NET MVC. Many of my thoughts are documented on my blog. Microsoft is doing an impressive job listening to the community and making this a product for everyone. I definitely commend you on those efforts. As for documentation, it seems pretty complete. I have difficulty finding information/presecription on when (and how) to write custom route constraints. All in all, you guys are doing some excellent work in this space! Keep it up!* \n\nAnonymous\n\nSeptember 08, 2008\n\n@.NET Dev Guy: \"...does not seem to be a lot of real world results\" It's still in beta, so no, there aren't a lot of real world results. Be patient, they will come as the framework matures. \"...webforms framework seems to be quicker to develop in\" It's always quicker to develop in what you are familiar with, it's a matter of learning MVC as well as you know web forms when the benefits really come. Just my 2¢, completely unasked for :).* \n\nAnonymous\n\nSeptember 08, 2008\n\nI'm waiting until it is officially released. Why jump into building a site when MVC stuff is changing all of the time?! When it is officially released, I plan on sitting down and learning it. Exciting!* \n\nAnonymous\n\nSeptember 08, 2008\n\nLet's not forget that asp.net MVC isn't even in beta yet. In my opinion, it's much to early to use this in enterprise solutions. Personally, I'm not going to develop anything until at least beta-release. Until then, I will read the blogs and tutorials, so that I understand the basics when time is. Can't wait :-)* \n\nAnonymous\n\nSeptember 08, 2008\n\nI have released 6 MVC websites. The only difficult part is when a new preview is released and things change.\n\n* MVC was exactly what I wanted.\n* Not too many problems other than when things change between previews (4 - 5)\n* Yup\n* Haven't used unit testing so far.\n\n* \n\nAnonymous\n\nSeptember 08, 2008\n\nWe are using ASP.NET MVC on our upcoming startup valid.net. MVC provided everything we really could have hoped for. We were looking for a much more flexible and customizable solution for our web app than traditional forms web apps provide. We are using lots of ajax to build a very quick and clean interface. For me, the MVC framework has made the UI experience much better. Collaboration with the engineers and the web people has been better also. The documentation for MVC has been adequate. We have relied mainly on the blogs (scottgu, etc.) for getting started information. We definitely utilized the unit testing. I have enjoyed the ability to really test out the \"backend\" of the website before the web dev and design team gets to work. This way there are no surprises for them and we are building a more stable product early on. I am still kind of unsatisfied with the partial rendering. I feel like in the recent previews have been a bit of a step back from before. I was playing around with the ComponentControllers before and I liked the idea. The initial implementation was a bit cumbersome, but I think the idea had merit. The partials in the latest preview are lacking for what I envision partial views to be. I would like to see some way to have completely separate partial views set in the pages. I would like to see some sort of partial view that doesn’t depend on the full view or the controller for the model data. This way I could place these partials on various views of the site and have them be completely independent from the main controller and model.* \n\nAnonymous\n\nSeptember 08, 2008\n\nHi, here is an example of a website I am building at this moment using MVC Framework: http://mytpi.naivn.biz (will be uploaded to www.mytpi.com soon) It's a pleasure to work with this technology, really. Had no any problems with it.* \n\nAnonymous\n\nSeptember 08, 2008\n\nCareful, you'll offend the alt.net whiners - they take a black and white viewpoint towards their technology/religion of choice. You are either for or against it. I find it amusing how some of them talk about webforms like they've been completely unablet to get projects out the door these last few years. I'm with you though, I need to see some real world success before I make a business case to change what works.* \n\nAnonymous\n\nSeptember 08, 2008\n\nMVC is changing too much to invest real money in it. It IS worth learning from a conceptual stand point. Once MVC becomes a REAL part of .Net (4.0 perhaps?) and not some (admittedly pleasant and fun to use) side-show, it'll get more interest and you'll see more real-world applications built using it. For me specifically, since 99% of my work is done in SharePoint (MOSS, not WSS), I eagerly await Microsoft's adoption \"IN HOUSE* of MVC so I can freely use it for things like custom applications that use the SharePoint Businesss Data Catalog (BDC) to perform two-way query/updates of data that is surfaced within SharePoint by BDC. As long as MVC is and \"island\" and not integrated within Microsoft's applications such as SharePoint, it will remain a pleasant curiosity (at least for me).* \n\nAnonymous\n\nSeptember 08, 2008\n\nI've work with Jakarta Struts, the other MVC framework, and was not impressed. I don't like the idea of placing server side tags on the web page like classic ASP spaghetti code. The fact that it's more testable is not a good enough reason to go with MVC. I know there are other reasons, such as \"Separation of Concerns\", but ASP.NET is quicker to develop and have better functionality. You can also make a case that ASP.NET is more OO than MVC because each controls on the page is treated like an object with properties, methods, and events.* \n\nAnonymous\n\nSeptember 08, 2008\n\nI've always had problems using usual web forms, maybe one of them was the code produced which was ugly and very big, producing 20KB of code for a small page for example. It made designing much easier, more control on the produced markup, at least for me. The most significant problem was hosting problems, as IIS doesn't treat the virtual directory as a real application, which isn't MVC's problem, although it doesn't make a big problem. I haven't found any complete reference for MVC, forcing me to explore the features via team blogs, or reading the source code myself. That may be the reason it's not much popular. I've ported an existing webforms project to an MVC one for my university, and I'm very happy with the results at reg.shahedrobotic.ir (which is in my native language).* \n\nAnonymous\n\nSeptember 08, 2008\n\n@.net dev guy sounds like an implementation problem rather than technology.. of course the webforms projects do better when you have a team of .net engineers that have multiple years of experience working with the framework vs. brand new mvc-in-.net with a few months of use behind it?* \n\nAnonymous\n\nSeptember 08, 2008\n\nI am not a developer but i am learning and developing my own website. From asp.net 2.0 to asp.net 3.5 I was having a little difficulties deciding which method I should use for cross pages variables so I came across with MVC Preview 3, learned a bit of routing and viewdata concepts and now i have my site almost 90% translated to mvc style coding. Reading the unit testing I thought i will do my own way of testing with sample data than spending time learning how to do proper unit testing. I find it hard in MVC to have multiple submit buttons in the same form. For example you have submit form button and you also have upload picture button in same form, you want to save form when you hit 'upload picture' then post back to same page (I think mvc preview 5 may have addressed this already). The viewdata is good for passing data from controller to view page but passing the same data to another page or posting back to the same page requires a bit of coding to return the same data. I think if MVC team can improve passing data to multiple pages until you 'release' the data will help to simplify cross pages data. You can visit my MVC sites at http://www.adsandpages.com http://www.blogsandpages.com* \n\nAnonymous\n\nSeptember 08, 2008\n\nI built this site using MVC. www.jobtree.com.au* \n\nAnonymous\n\nSeptember 08, 2008\n\nToo slow in comparison to webforms. Perhaps this will change with dynamic data integration....?* \n\nAnonymous\n\nSeptember 08, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nSeptember 08, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nSeptember 08, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nSeptember 08, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nSeptember 08, 2008\n\nI've looked into MVC, however I don't see where it solves any real issues we have with web design / web application design. At the end of every project, there are deliverables. Like .NEt Dev Guy said, I have yet to see any MVC project hit those deliverables. I think it's just Hype (sort of like LINQ), great with some of the smaller applications, but when you're working on an application with 80+ code projects in it, working with custom factories and reflection up the wazoo, it just doesn't fit the bill.* \n\nAnonymous\n\nSeptember 08, 2008\n\nAbout nine months ago I decided to finally make the switch from classic ASP to ASP.NET, but I could not get my mind around all the server-side stuff and postbacks. Then I stumbled upon MVC, and hoped this was the answer. Now, nine months later, I have yet to do anything with MVC other than mess with the ready-to-run demos. After reading countless blogs and watching innumerable videos, I still have not grasped it, or Dynamic Data for that matter. These environments are so esoteric and obscure that it must have been by design. I wonder whether the the people 'responsible' for these offerings have ever encountered a real-world development requirement, in other words one that requires more than just Customer and Order tables. In the meantime, if I have done anything productive in the last nine months, it has been in good ol' classic ASP.* \n\nAnonymous\n\nSeptember 08, 2008\n\nWe are planning to develop a larger web app using ASP.net MVC and creating an infrastructure framework for this.* \n\nAnonymous\n\nSeptember 08, 2008\n\nhttp://weblogs.asp.net/mikebosch/archive/2008/05/05/gallery-of-live-asp-net-mvc-sites.aspx* \n\nAnonymous\n\nSeptember 09, 2008\n\nLoL at all the whingers. IMO, if you don't like ASP.NET MVC because of what it offers, then please stay away and frolik in your WebForms world of pain and problems. I especially love the comments about 'WebForms is quicker to program with'. So lol. Enjoy the support-and-maintenance problems. Back to the topic -> I'm re-learning how to rewrite our projects properly with MVC, IoC, Repos Pattern, etc ... and by the time i've tested each of these things out, the Beta or RTM will be out and i'll fnd time to port. All new projects will be MVC from now on -- no questions about it. Bring it on, I say .. and finally we'll all start to get closer to making better code that's more maintanable to change. lol @ those who just don't understand and complain about change.* \n\nAnonymous\n\nSeptember 09, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nSeptember 09, 2008\n\nAnyone who is pushing classic asp is CLEARLY in need of some serious schooling. MVC is not a replacement for WebForms - just a different style. WebForms are very Easy in concept. I have several sites built with using them and that's great. Have yet to learn MVC fully - been reading here and there and so far, it's different - but what I'm looking for is if it will make my web developer life easier... does it make sense to use it in a real world project other than it just being a newer piece of tech... If not, back to webforms* \n\nAnonymous\n\nSeptember 10, 2008\n\nI'm finding myself, still not stepping into looking at the framework, I'm scared that investing time in it, and having to keep up to date with changes in each preview release is going to cause me to pull out all my hair. I just wish it's more set in stone, and some resources online, are examples targetting older previews, with things which might have changed, I wish some of these older articles which aren't relevant to the current releases, cleaned up.* \n\nAnonymous\n\nSeptember 10, 2008\n\nI'm skipping ASP.NET MVC because I just do not like working with HTML... Seems like a step down IMO. Perhaps MVC for WPF will be cleaner.* \n\nAnonymous\n\nSeptember 10, 2008\n\nAstoria, Silverlight 1.0, SL 2.0, Entity Framework, Volta, Ajax, Popfly, IIS7, new Browsers and at least MVC a lot of stuff for a tiny developer. In fac 98% are lucky to solve daily problems in time without bugs. I would suggest Microsft to improve ASP.NET with more controls, better support for AJAX (and Toolkit) engange in Silverlight which is really the future. The sad thing is that great ASP.NET 2.0 have not been improved to ASP.NET 3.5. It is nearly the same. btw: have to post this with chrome cause of console Jscript errors with IE 8- thats daily business* \n\nAnonymous\n\nSeptember 11, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nSeptember 11, 2008\n\nLet me know if the console error is gone now. Hopefully it is fixed.* \n\nAnonymous\n\nSeptember 26, 2008\n\nI am working on a commercial site using MVC. I have never liked web forms, thought there was too much work being done by me to get simple things to work. I'm finding that the MVC framework, even in this early stage, is a lot easier to work with.* \n\nAnonymous\n\nSeptember 27, 2008\n\nI have been working with the MVC pattern for a while now. I do not think this pattern used with ASP.NET is the answer. Webforms is much easier and quicker to program and actually get things done in ASP.NET. Microsoft should be investing in webforms.* \n\nAnonymous\n\nOctober 13, 2008\n\nCommercial site using MVC is possible because commercial sites are always stepped down from the Intranet applications. Commercial sites use more primitive technologies with a much slower pace of development because it has to cater to a much wide array of browsers and audience. But for data centric LOB intranet applications, ASP.NET MVC is definitely an overkill. It will increase budget for development and generate a whole lot more plumbing code the developers themselves have to maintain. With webforms, you don't have to maintain the code for controls like gridview, datagrid, etc. Both webform and MVC use divide and conquer to solve a complex development issue. The difference is that with MVC you have to have a big team with average experience and talent to divide and conquer while with webform, you divide and conquer with a team of highly skilled experts (developers from Microsoft and other ISVs, much more experienced and talented than the average enterprise developers. I would like to bet that your MVC projects will run at much higher cost than the Webform projects.* \n\nAnonymous\n\nOctober 17, 2008\n\nReal developers want MVC and really like the new flexibility it provides over web forms. Business users, or programmers with less \"wide\" ranging skills will continue to prefer web forms. Anyway, I've got an open source blog engine on codeplex: http://codeplex.com/blogsvc or http://blogsvc.net* \n\nAnonymous\n\nOctober 20, 2008\n\nProbably real developers just want to play with all kinds of toys, don't care about the deadline when the project should be delivered. Your profile of real developer is probably more or less as scripter, html and javascript or better php. About \"wide\" ranging skills? I don't think web form advocates are any less wider than the MVC lovers. It's all about priority and productivity. Asp.net MVC at this stage can only be called a toy compared with Web Form.* \n\nAnonymous\n\nJanuary 06, 2009\n\nI have used MVC to build my Real Estate and property search engine http://www.baseestate.com.* \n\nAnonymous\n\nJune 26, 2009\n\nThis site uses MVC and Silverlight and we are very happy with the results* \n\nAnonymous\n\nSeptember 29, 2009\n\nBeen coding and maintaining WebForms for 7 years. ASP.NET was like a gruesome trainwreck if you have ever used any decent web tech like PHP or Ruby. I despised it and was convinced I would never be interested in it unless forced to. Started learning MVC a couple months back. Seriously, this is the greatest thing to come out of Microsoft since .NET itself. It's beautiful. Everything about it is so elegant and clean it makes web programming as much fun as Winforms. I am certain the people who wouldn't prefer it would be people posing as programmers so they can make a nice middle class income. Real programmers would absolutely love it and you will find with just a little patience it is easier to pick up than PHP or Ruby. For the whingers who complained you can't do anything complicated with it, you have to be kidding. I've got several submit buttons on the same form all using a simple text tag to do different things in the controller. If you want you can route things to functions with lambdas in the ASP code. I don't know half of it yet and it's a million times better than ASP.NET or ASP/VBScript ever was.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/robmar/2010/07/21/microsoft-fix-it-available-for-windows-shell-lnk-pnf-issue-kb2286198/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00756-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Microsoft fix it available for Windows Shell .lnk / .pnf issue (KB2286198)\n\nIf you are looking for a fix for the widely reported security issue a via malicious USB drive, or remotely via network shares and WebDAV then check out the link below.\n\nMicrosoft Security Advisory: Vulnerability in Windows Shell could allow remote code execution\n\n> \n\n“To implement the workaround that disables .LNK and .PIF file functionality automatically on a computer that is running Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, or Windows Server R2 click the Fix this problem link under Enable workaround. To undo the workaround, click the Fix this problem link under Disable workaround. In either scenario, click Run in the File Download dialog box, and follow the steps in the Fix it wizard.\n\nNOTE: Applying the Fix it will require a restart of the machine. The installation of the Fix it will prompt the user before restarting the system. Enterprise deployments allows for unattended install with the following Display options”\n\nPlease do read the entire advisory as there is alot of information in there that you need to read before applying the fix it.\n\nFor more info as well check out https://www.microsoft.com/technet/security/advisory/2286198.mspx\n\nAs always keep you anti-virus software up todate to help ward off any known issues.\n\nRob\n\nTechnorati Tags: microsoft,fixit,kb2286198,.lnk,security,windows\n\n## Comments\n\n* Anonymous\n\nDecember 28, 2010\n\nHi, This two functionalities works well in windows server 2003,2008,XP and so on.All os supports this two functions well.After seeing your blog only I came to know about this functions thanks for that. gloriatech.com/microsoft-windows-server-2008-setup.aspx",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/plankytronixx/2011/03/08/windows-phone-7-cloud-services-sdk-developer-preview-is-now-available/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00801-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Windows Phone 7 + Cloud Services SDK Developer Preview is now Available\n\nMicrosoft Research has made available for download a developer preview of its Windows Phone 7 + Cloud Services Software Development Kit (SDK).\n\nThe new SDK is related to Project Hawaii, a mobile research initiative focusing on using the cloud to enhance mobile devices. The “building blocks” for Hawaii applications/services include computation (Windows Azure); storage (Windows Azure); authentication (Windows Live ID); notification; client-back-up; client-code distribution and location (Orion).\n\nThe SDK is for the creation of Windows Phone 7 (WP7) applications that leverage research services not yet available to the general public.\n\nThe first two services that are part of the January 25 SDK are Relay and Rendezvous. The Relay Service is designed to enable mobile phones to communicate directly with each other, and to get around the limitation created by mobile service providers who don’t provide most mobile phones with consistent public IP addresses. The Rendezvous Service is a mapping service “from well-known human-readable names to endpoints in the Hawaii Relay Service.” These names may be used as rendezvous points that can be compiled into applications, according to the Hawaii Research page.\n\nFor more information see SDK page on Microsoft Research web site.\n\nPlanky – GBR-257",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/heatherleigh/2008/01/14/executive-recruiting-researcher-role/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Executive Recruiting Researcher Role\n\nOK, I generally don't post jobs here but a co-worker sent me this description and, although my blog isn't targeted at recruiters, I know some of them read it. And this is a cool job.\n\nExecutive Recruiting Researcher\n\nEssentially, this role will help conduct in-depth searches to find the best and brightest candidate the industry has to offer. In the first instance, therefore, this position is responsible for the requisition-oriented research function for the Executive Recruiting team. As an Executive Researcher this role will build and maintain a competitive intelligence database, qualifying and extracting information from multiple data sources (corporate/in house databases, web research, trade shows, diversity organizations, professional associations, etc) to provide crisp candidate target lists for focused req-based recruitment. This role will also maintain general industry, candidate and company databases, library information, and develop highly efficient methodologies of extracting and automating access to information. Similarly, it will manage outside research vendors and budgets, and make 'build/buy' decisions about what should be performed in-house vs. outside, and managing those projects to completion. Critical thinking skills will be used to work with the other members of the Executive Recruiting team to create effective and targeted candidate sourcing strategies.\n\nIt is important to be extremely web-savvy with significant web research techniques in addition to seasoned phone research skills. To find many of these candidates, one must have the ability to think outside of the box. This role will be responsible for producing new search methodologies, analyzing their value to recruiting efforts, and making recommendations as to whether or not Microsoft would benefit from investing in them for the future.\n\nQualified candidates will have strong experience in sourcing techniques. Similarly, they must also have strong presentation skills and the ability to present complex information in a clear and concise manner to an executive-level audience. This is vital to the success of the team as well as the long-term success of Microsoft recruiting. Candidates must possess strong analytical skills, the ability to make quick decisions, an extreme attention to detail and a relentless desire to seek out the best candidates. At least six years of recruiting/research experience, including more than three years of Internet recruiting is required for consideration; experience at the executive level and at an Executive Search firm is highly preferred. Candidates must be proficient in applicant tracking systems (web-based or database) and multiple office technology tools (e.g. Excel, Access, etc) A strong working knowledge of HTML, and a BS/BA is preferred.\n\nThe Req#/Job Code is: 214281.\n\nApply here and also please send your resume to me (heathham@microsoft.com) so I can forward it directly to the hiring team.\n\n## Comments\n\n* \n\nAnonymous\n\nJanuary 14, 2008\n\nPingBack from http://geeklectures.info/2008/01/14/executive-recruiting-researcher-role/* \n\nAnonymous\n\nJanuary 14, 2008\n\nSee this is exactly where recruitment is going. Thank you heather for confirming my realization that jobs will be targeted through blogs. Since you have a recruiting blog, you are revealing a Microsoft job that matches your sites audience. great!* \n\nAnonymous\n\nJanuary 14, 2008\n\nWell, not really my intended audience. I was being totally opportunistic. I know recruiters look here but aren't really who I am writing for (not that I don't care about them...I do).* \n\nAnonymous\n\nJanuary 15, 2008\n\nyou should seiously consider Paul D. ( who has posted to your blog in the past under the name MN Headhunter.) I have known him for years, but I haven't seen him in a long time. I don't even know if he would be interested, because I'm not sure what his situation is, but honestly, I can't think of anyone that would be better for this job. I used to own a web-based recruiting website and he was the exective recruitment brains behind the operation. His blog (mnheadhunter) was voted the 6th best \"overall recruiting\" blog, 3rd best \"third party recruiting\" blog. He is as well connected as any recruiter I have ever met and he is a search genius. If you want his info, let me know and I will get it to you off-blog* \n\nAnonymous\n\nJanuary 15, 2008\n\nCool...if he's intersted, he knows how to reach me :)* \n\nAnonymous\n\nJanuary 16, 2008\n\nHeather, I've never worked a day in recruiting and never thought it sounded that interesting. But as a marketer and a researcher, that sounds like a wonderfully interesting position. Good luck finding the right applicant!* \n\nAnonymous\n\nJanuary 16, 2008\n\nLisa - yep, it's pretty cool work!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/jrock/2006/09/23/sharpdevelop-now-supports-wix-projects/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# SharpDevelop now supports WiX projects\n\nMatt Ward has released a WiX setup project to SharpDevelop that looks pretty slick. It's got a lot of the same stuff that I've been planning on doing with Votive, but it looks like he's already done it. Great job! If you don't use Visual Studio, it might be a good alternative to Votive for you to try out.\n\nOf course, being the good Microsoft employee that I am, I still recommend using Visual Studio since you get the nice goodness that it brings, but having other alternatives out there is always a good thing. I haven't used SharpDevelop since version 1 before I came to Microsoft, but even then I thought it was very nice. They've done an excellent job with it and it looks like version 2 is even better. It looks like it would be a lot of fun to help develop it (hmmm... that's probably not a good idea for me being a Microsoft employee to help develop SharpDevelop. Oh well :).",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/johngossman/2005/01/12/maxi-microsoft-how-do-we-grow/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00801-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Maxi-Microsoft -- How do we grow?\n\nAs much as I would enjoy tooling around Redmond on a bulldozer, I think it is fair to say Microsoft's growth potential is limited by our ability to find great candidates, in particular ones happy to endure our rainy winter months.\n\nIf Microsoft wants to grow into the great globe-spanning corporation of the future we'll have to explore two options: acquisitions and opening international development centers. The first path is the traditional one a company of our size starts to follow. This may be tricky for MS, because of the anti-trust scrutiny we are under. But you can imagine for example if MS had bought DEC a few years ago (and I'm not suggesting that would have been a good acquisition, just the size of opportunity I'm talking about).\n\nThe other option seems to be gaining steam. We will be accused of outsourcing (I saw an article that lumped us with Nike, as if we were opening software sweatshops in SE Asian slums), but in our case the point is to get more good talent, not cheap labor. These international centers could also help us better understand international customers and business etc.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/sfu/2007/04/16/gid-on-ntfs-file-system/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00401-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# GID on NTFS File System\n\nGID on NTFS File System\n\nCan you set group on a file or folder on NTFS file system? - No, ugh... Yes.\n\nThis question puzzled me for a long time but since it never really made it to my top priorities, I didn't look up for information on this. I thought of exploring this area more while I was researching something about NFS server.\n\nI started with looking for the utilities (obviously, Windows-based ones) which can set this information for me. My search ended quickly with the chown.exe and chgrp.exe which you can install with Interix/SUA Base Utilities.\n\nUsing Process Monitor (replacement of Filemon and Regmon utilities) revealed that group information gets stored on the file system with an IRP_MJ_SET_SECURITY request -\n\nThe other interesting fact is this request originating from the POSIX subsystem (psxss.exe) which makes sense because chown.exe and chgrp.exe utilities are POSIX subsystem utilities.\n\nThis KB Article says -\n\n> \n\nIn the Windows NT and Windows 2000 NTFS file system, each file also has an owner and a primary group. The primary group of a file is not used by the Win32 subsystem, but is present for programs that make use of the POSIX subsystem. When a file is created, the user who created the file becomes its owner and that user's primary group becomes the file's primary group. Access Control Entries (ACEs) are then added to the DACLs to assign permissions.\n\nThat makes it clear that none of other utilities I tried to use, could set this information because they were basically Win32 binaries and Win32 subsystem does not, in anyway, uses this information.\n\nSo the best practice would be to set correct primary groups for your users and then use Interix/SUA chown.exe and chgrp.exe utilities to manage them the way you want them to be seen by your UNIX clients.\n\nAdditional Note: The ls.exe and chmod.exe are other utilities which can help you do things the UNIX way.\n\n## Comments\n\n* \n\nAnonymous\n\nJune 22, 2007\n\nI believe you can also use the \"/setprimarygroup\" command in Microsoft's \"subinacl.exe\" Win32 utility. See: http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b&displaylang=en* \n\nAnonymous\n\nMarch 13, 2012\n\nSetACL can be used to list and set the primary group: http://helgeklein.com/setacl/",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/winuiautomation/2016/09/29/follow-up-1-does-the-approach-taken-for-using-a-particular-high-contrast-system-color-in-a-uwp-htmp-app-also-work-with-a-web-page-in-a-browser/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00153-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/saurabhkv/2009/06/13/sharepoint-2007-development-build-processes/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# SharePoint 2007 Development - Build Processes\n\n# A couple of weeks ago I wrote about how my team uses a 100% Virtual development environment, the first half a SharePoint developer’s “green field” as I described it. Another major factor in creating a happy and efficient development team is putting the effort into designing good build processes. There are many variations on a theme when it comes to building SharePoint 2007 projects but I thought I would write down an overview of how we do it so as to “add to the mix”!\n\nWhy not just use the Visual Studio Extensions for SharePoint?\n\nVisual Studio Extensions for SharePoint\n\nWe looked at using these around Feb 2007 when they were still in Community Release and had a bad experience. They were very buggy (ok fair enough at the time) but most importantly we had little control over the SharePoint Solution Files (WSPs) being generated. We could neither structure the Feature directories the way that we wanted nor name the Features the way we wanted. The build was very much “all or nothing” i.e. a full build was performed each time, along with deployment to the server. In addition, the build process was very hard to debug when something went wrong. There’s a relevant discussion thread on SUGUK talking about these kinds of issues.\n\nSo with the need for a high degree of control over our WSP files and the desire to create an efficient build we set about designing our own...\n\nPretty quickly we decided that it would be easier to manage and probably most logical to functionally separate our projects into:\n\n* WebParts – WebPart code and resource files\n* SiteTemplate – Everything CAML based\n* Components – 3rd party assemblies and resource files.\n* Webservices – Webservice asmx and supporting assemblies.\n\nEach of these projects would result in the generation of a corresponding WSP file ready to deploy to the development server. In this article I will explain the build process for the SiteTemplate and WebParts project because they demonstrate two slightly different techniques which can then be reused elsewhere.\n\nSite Template Build\n\nFig. (1)\n\nWhen laying out SharePoint Features I find it most logical to replicate how the Feature will eventually appear when it is deployed on to the Front End Webserver in the “12 Hive”. Fig.(1) shows an example list, Aeroplanes, which has the usual xml files you’d expect for a List Feature.\n\nOn a successful build of the project the Post-build.bat file is called from the Post-build events (under Project Properties). The reason there is a separate file is because I hate the nasty Post-build event editing window in Visual Studio! It’s just horrid. Seeing as the Post-build events need to be edited quite a bit, it’s much easier to have the file right there in your Project so you can just double click to get editing.\n\nThe Post-build.bat scripts the whole build process and in Fig.(1) I have documented pseudo code for each of the steps it goes through. I’ll detail the steps a bit more...\n\n* First up MakeCab.exe is used to generate a WSP file. A WSP is just a CAB file with a WSP extension. The MakeCabDirectives.ddf file is passed to the MakeCab.exe to define the WSP payload and so therefore lists the Feature xml files as well as the all important Manifest.xml.\n* If the WSP generation is successful then we move on, if it’s not we’ll see some error messages in the Visual Studio Output window.\n* The next steps remove any previously deployed versions of the WSP. Of course first time round these steps will fail because there will not be anything to remove.\n* Then we begin the deployment steps. First we deploy the WSP to the SharePoint Solution Store using STSADM. We then have the choice of how we deploy the WSP, in development I always deploy globally where possible. The final step of deployment is to activate Features on any specific development sites.\n* Inserting entries into web.config could be a requirement for many different SharePoint projects. However, we put all the modifications into the SiteTemplate project because it felt like the most sensible place to keep them (they have to go somewhere). We actually keep these modifications in an XML file (not shown in the diagram) and then apply them using the SharePoint Object Model as shown.\n* Finally we perform an iisreset in case any of the CAML changes require it.\n\nWebParts Build\n\nFig.(2)\n\nThere are actually two projects which make up CMH.WebPart development, CMH.WebParts and CMH.WebPartsWSP. The former contains all of the WebPart code and resource files, the latter contains the files for packaging as a WSP. We’ll look at CMH.WebpartsWSP first...\n\n* CMH.WebpartsWSP is dependent upon CMH.WebParts, so first of all the build will compile the assembly CMH.WebParts.dll.\n\nThe CMH.WebPartsWSP Post-build.bat will then run...\n\n* Again we use MakeCab.exe to generate a WSP, this time it contains the WebPart assemblies and resource files.\n* We then retract and delete any existing solutions using STSADM.\n* Next we add the WSP to the solution store using STSADM and then deploy the solution to a known application, also using STSADM.\n* Finally, for good measure, we perform an iisreset.\n\nThe building of CMH.WebPartsWSP represents a “full” build, replacing all files associated with the WebParts. It’s worth noting that the Manifest.xml contains instructions for SharePoint to update its Safe Control list and Code Access Security to facilitate the running of the WebPart. So the WSP deployment really does contain everything the WebPart will need.\n\nThe only downside to a full WSP build and deploy is that it can take quite a long time. This is why we have the separate CMH.WebParts project. Once a full WSP build has been done we can then just replace the CMH.WebParts.dll in the SharePoint bin in order to make changes to the code. WebPart development mostly involves a code-change-then-test cycle, so for the majority of rebuilds all we need to update is the assembly. So, in the CMH.WebParts Post-build.bat we copy the assembly from the output target to the SharePoint bin. To test the changes all we need to do is refresh the WebPart page.\n\nFig.(2) also shows a QuickDeploy.bat script. This is not called as part of the build process but instead a developer can optionally run it in order to copy resource files directly to the 12 Hive (or resources directory). It’s a quick way to get resource changes into a SharePoint site for testing e.g. changes to Javascript files without having to go through a full build. There is one downside, when you subsequently try to retract the solution SharePoint may not be able to retract these files because it can see they have been modified.\n\nOne other useful thing we do in CMH.WebParts Post-build.bat is use sn.exe to output the Public Key Token for the signed CMH.WebParts.dll. This is useful because the Public Key Token is needed when writing the Manifest.xml file as well as .webpart files for each WebPart.\n\nThere you go! Some SharePoint build processes. Whilst not totally original I think they contain some nice ideas and have certainly proven to work well during the past 6 months of our project.\n\nJust recently I was referred to:\n\nhttps://www.codeplex.com/sptemplateland\n\nWhen I have time I would like to incorporate these scripts to take the manual work out of writing .DDF files. You may want to check them out.\n\n## Comments\n\n* \n\nAnonymous\n\nJune 13, 2009\n\nAWESOME!!! Thanks for posting.* \n\nAnonymous\n\nJune 19, 2009\n\nGreat article, is there any chance you could post the contents of the batch file you use?* \n\nAnonymous\n\nJune 28, 2009\n\nI just signed up for a corp-1 (now called wss-pro) hosting plan with fpweb.net and was hoping to develop a wss application. Is there a way to turn this into a development environment? What needs to be installed? Is there a better way to get a hosted dev env with fpweb.net? If I want to use this plan for a production extranet, do I need a separate dev env? I want to do everything hosted. Thanks for your help!* \n\nAnonymous\n\nJune 22, 2010\n\nWhat about WSP Builder or STSDev? Do you feel they also lack control over the project like VSeWSS?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/drnick/2009/03/17/duration-rounded-down/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00801-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Duration Rounded Down\n\nWhen I look at the performance counters in my service for the execution time of an operation, the value is always zero. Why?\n\nThere's a variety of reasons I can think of for why call data may not be collected and all are relatively easy to check.\n\nFirst, you need to have performance counters enabled. The simplest way to do this is through configuration by setting the performanceCounters attribute to All in the diagnostics section. There are a few other performance counter scopes, some of which don't include the data you may be looking for.\n\nSecond, you need to have your application run long enough to collect data. During shutdown you may encounter races between the performance counters being freed and the remaining work being processed. Data isn't collected if the performance counters are not available.\n\nThird, you need to have infrastructure support for collecting performance counter data. In a partially trusted environment you may not have sufficient permissions to perform management, logging, or performance counter operations.\n\nFourth, you need to have an operation that takes long enough to measure. You can't rely on getting high-precision timing measurements. Performance counters use cheap sampling methods to avoid interfering with application execution. If your application requires better than millisecond accuracy to collect data, then performance counters may be the wrong mechanism for measuring performance.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/bethmassi/2010/03/08/office-development-with-visual-studio-tutorial-series-part-4/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Office Development with Visual Studio Tutorial Series – Part 4\n\nA couple months ago Robert Green, VSTO MVP, started a series of step-by-step tutorials on building on Office 2007. Part 4 is now published. Thanks Robert!\n\nIn this fourth part of the series of tutorials on Office Business Applications, learn how to create an Excel 2007 solution using Visual Studio 2008 that generates reports from a database and allows you to take those reports offline. This tutorial shows you how to cache the set of data directly in the Excel workbook and also shows you how to easily print the data as a PDF. This step-by-step tutorial also includes full source code in Visual Basic & C#. Check out the tutorial on the VSTO Developer Center:\n\nBuilding an Office Business Application Part 4 – Generating Reports\n\nAnd if you missed the previous tutorials:\n\n* Building an Office Business Application Part 1 - Scheduling Customer Appointments\n* Building an Office Business Application Part 2 – Generating Automobile Quotes\n* Building an Office Business Application Part 3 – Generating Financing Information\n\nThese tutorials are pretty popular so if you’re just getting started with Office development in Visual Studio, this is a great place to start. Download all the code here: https://code.msdn.microsoft.com/ContosoAutoOBA\n\nEnjoy!\n\n## Comments\n\n* Anonymous\n\nMarch 17, 2010\n\nthank you Robert . al-saeidi-soft@hotmail.com",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/jensenh/2006/03/23/good-service-for-add-ins/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00153-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Good Service for Add-ins\n\n### Today's Guest Writer: Savraj Dhanjal\n\nSavraj is a Program Manager on the Office User Experience team focused on user interface extensibility for Office developers.\n\nFor Office 2007, we built the UI extensibility model around a simple idea: If your add-in or solution is installed, its UI customizations are present. If it's uninstalled, its customizations are no longer present. I would venture to guess that this is how anyone would expect UI extensibility to work.\n\nIn Office 2003, you had to take a few extra steps to make sure your add-in behaved in this reasonable manner. As a first line of defense, you created controls as temporary , ensuring that they would not be persisted beyond the current session. If you changed anything built-in, you needed to write code to clean up your changes on uninstall. A tricky task, because you didn't know what other add-ins, or the user, had done to customize the UI. You could set various protection bits to shield yourself from modification by users, and you could call \".reset\" on built-in toolbars to get them back to a default state. But you might have just reset another add-ins customizations on a built-in toolbar. And how does the end user get that add-in back? Perhaps by reinstalling the add-in?\n\nIn many ways, the CommandBars OM is a free-for-all. Any add-in can show up, change the UI (whether built-in or from another add-in), and then disappear. In Office 2003, these changes are persisted in Word and Excel in the Normal template and the Excel11.xlb file. As many of you know, the quickest way to reset your UI in these applications is to delete Normal.dot or Excel11.xlb. And for those of you that didn't know that, there's a chance that you're harboring UI customizations in those files from add-ins you uninstalled long ago.\n\nWe wanted to move to a model where solutions didn't have to worry about what other add-ins were doing--a model that didn't leave the user with a bunch of \"dead\" buttons cluttering the UI. And if we could pull it off, it would be nice if this played well with end-user customization. Sure, it was possible to author a well-behaved add-in with CommandBars, but it often involved a number of special steps, among them setting protection bits, and in the case of Word, using the CustomizationContext variable.\n\nSo we decided to move most persistence away from the application, and instead associate it with the add-ins and solutions. With RibbonX, add-ins provide Office with markup to customize the Ribbon, as you saw in last week's post. Since a solution's UI customizations are defined in XML, we can keep track of who's done what. For example, if we have three add-ins, each supplying markup to change the user interface, and add-in #2 gets uninstalled, we can remove its UI changes, because we know exactly what each add-in did. We do this in a manner transparent to developers--we've squarely taken on the burden of UI \"housekeeping.\"\n\nWith the UI as markup attached to solutions, we've also enabled a number of scenarios that were complicated or required extra code in Office 2003 to work properly. One of our favorite examples is document switching in Excel. In Excel 2003, you can attach a toolbar to a document. If you have two such documents open, with focus on one of them, you see both toolbars. As you switch between documents in Word 2003, however, the attached toolbars appear and disappear appropriately. If you wanted to get the same behavior in Excel, you would need to write code to show and hide the toolbars. In fact, if you ever want the attached toolbars to go away, even after the Excel workbook is closed, you need to write code--in Excel 2007, it just works as you would expect.\n\nWith Book 1 selected, there are no customizations present.\n\nWhen you select Book 2, the customizations magically appear, in this case, a custom tab, and a new group on the Sheet tab.\nRibbonX works with both COM and VBA solutions, and we have endeavored to make the model as similar as possible between the two. You can create both application-level and document-level solutions with this model. If you want to create an application-level solution--that is, UI customizations that are visible for all open documents, you can create a COM Add-In, a VBA Excel Add-in (.xlam), a VBA PowerPoint Add-in (.ppam) or a Word Global Template (.dotm). Document level solutions can be authored as individual documents: .docx, .xlsx, .pptx--or the matching macro-enabled formats.\n\nCOM Add-Ins\n\nCOM Add-ins come in many flavors, including C#, C++, VB6, and VB.Net. On load of a COM Add-in, Office asks for your customUI markup via a method on the new IRibbonExtensibility interface, and this markup gets applied to the Ribbon.\n\nVBA Solutions\n\nIf you have built a VBA-based solution, be it a document, an add-in, or global template, Office looks for the customUI part in your new file format document. Once found, the customUI gets applied to the Ribbon.\n\nSupport for the Quick Access Toolbar\n\nFor all RibbonX add-ins, the user is free to add controls to the Quick Access Toolbar by right-clicking on them. When the solution or document is gone, the control no longer appears on the Quick Access Toolbar. Of course, you don't need to write a single line of extra code to make this work--we've written those lines here at Microsoft. :)\n\nHello World group on the QAT\nDemand Loading\n\nRibbon Extensibility is also designed to support \"demand loading\" of COM Add-Ins. So if you set your COM Add-In as demand-loaded, on first boot, we get (and cache) your XML, and on subsequent boots, your add-in isn't loaded until someone clicks on one of your controls. This allows you to minimize your solution's impact on application boot. Of course, we clear the cache if your add-in is ever uninstalled, again, all transparent to you.\n\nLast month I had the pleasure of traveling to the UK for some visits with customers and partners. While gathering feedback and understanding customer scenarios, I had a chance to ride on the London Underground, a marvel of engineering, efficiency, and design. When in the Tube, I would often hear announcements like, \"There is a good service on the Jubilee Line,\" which meant that the Jubilee Line trains were on time, as one would expect. Well I'm proud to say that Office 2007 will also offer \"good service\" with regard to add-in UI customizations--that is, they will come and go as you expect.\n\n## Comments\n\n* Anonymous\n\nMarch 23, 2006\n\nSavraj are you sure you went on the real London Underground? ;)\n\nOn a more serious note, the XML RibbonX concept sounds like it's really been thought about and should reduce add-in bloat... keep up the great work!* Anonymous\n\nMarch 23, 2006\n\nThose excel screenshots reminded me of the current state of the Excel MDI interface. Is it still the bizarre mixture of MDI and taskbar? Please tell me that the two-entries on the taskbar are going away, which just leads to constant confusion, in ways im sure I don't have to explain :).* Anonymous\n\nMarch 23, 2006\n\nRegarding the VBA solution, we won't be able to rely on down-level customers of our addins having the xml file converters/importers. So as well as looking in the file for the markup, we'll also need a standard VBA entry point to provide the markup script from code. Perhaps a Workbook_GetCustomUI() method in the ThisWorkbook class (and equivalent in the other apps). That would be ignored by down-level versions, but called by Excel 2007 to allow us to provide the XML, if we want to stick with the binary file formats for compatibility.* Anonymous\n\nMarch 23, 2006\n\nCould you please explain why the Office team has choosen COM and VBA over .NET?\n\nI thought VB6 had to die because it relies on COM and now Office 2007 ships with a VBA version from 2003 and the new extensibility interface relies on COM.* Anonymous\n\nMarch 23, 2006\n\n\"Could you please explain why the Office team has choosen COM and VBA over .NET?\n\nI thought VB6 had to die because it relies on COM and now Office 2007 ships with a VBA version from 2003 and the new extensibility interface relies on COM. \"\n\nThey haven't. It's backwards compatibility. The corporate world won't upgrade if they are told they can stick all their legacy VBA macro elsewhere. And man they are very popular.\n\nAnd for the record, VB6 != VBA* Anonymous\n\nMarch 23, 2006\n\nOffice Add-Ins are not written in VBA. Add-Ins are DLL's which export a COM interface.\n\nSo if the interface for Add-Ins is redesigned, why has the Office team choosen COM again?\n\nAnd in my books VB6 == VBA because they share the same syntax which is different from VB.NET\n\nAnd Microsoft has already dropped VB6, so why not drop VBA in favor of VB.NET too?\n\nSo legacy macros are more important to Microsoft than legacy applications?* Anonymous\n\nMarch 23, 2006\n\n\"Could you please explain why the Office team has choosen COM and VBA over .NET?\"\n\nDot Net isn't exactly sweeping up victories if you look at it as a popularity contest.\n\nThe loss of backward compatibility for 6 million VB6 developers is a drop in the bucket compared to what Microsoft could lose in migrating Office development to Dot Net.* Anonymous\n\nMarch 23, 2006\n\nIn case you missed this part in the original post:\n\n... COM Add-ins come in many flavors, including C#, C++, VB6, and VB.Net. ...* Anonymous\n\nMarch 23, 2006\n\nJay wrote:\n\n\"Please tell me that the two-entries on the taskbar are going away, which just leads to constant confusion...\"\n\nI (usually) like having separate taskbar buttons for separate documents.\n\nIf I'm working on three documents at once--two Excel and one Word--I find it confusing to go to the taskbar to switch from one to another if one is Excel and the other Word, but to go to the application menu to switch if both are Excel.* Anonymous\n\nMarch 23, 2006\n\nOh man, I thought you guys had finally killed off MDI in Excel.\n\nI was excited to upgrade for that reason alone.\n\nI'm sad now.* Anonymous\n\nMarch 23, 2006\n\nThat's exactly what I was thinking of when I saw the screenshots.\n\nJensen, could you post something about the weird SDI/MDI situation Office is currently in? I can't believe how inconsistent the model is in Office 2003 (with Word basically being SDI, Excel being MDI but having multiple taskbar entries, etc). What's going to happen in 2007?* Anonymous\n\nMarch 23, 2006\n\nI definitely concur with the comments concerning the confusing SDI/MDI hybrid that is Excel. It was the number 1 thing that stood out when I first used Office 2003, and I really hope you guys consider fixing this for 2007. Why can't Excel behave like Word?* Anonymous\n\nMarch 23, 2006\n\nAre exchange extension dlls supported?* Anonymous\n\nMarch 23, 2006\n\nThe comment has been removed* Anonymous\n\nMarch 23, 2006\n\nThe comment has been removed* Anonymous\n\nMarch 23, 2006\n\nI'm so glad that you've sorted out the toolbar persistence in Excel. I wrote a book for the ECDL Advanced Spreadsheets syllabus, and one of the topics that I had to cover was adding macros to custom toolbars. The instructions get a bit complicated when there are students working on shared computers in a school or college, all creating their own toolbars with the same name, but you want them to leave the machines in a tidy state for whoever uses them next.* Anonymous\n\nMarch 27, 2006\n\nThe comment has been removed* Anonymous\n\nMarch 27, 2006\n\nI adhere to everyone asking for logical SDI behaviour in Excel 2007.* Anonymous\n\nMarch 29, 2006\n\nThe comment has been removed* Anonymous\n\nMarch 30, 2006\n\nXin chao, Minh den tu HL, minh mong muon duoc lam quen voi tat ca cac ban. Thanks you* Anonymous\n\nMarch 30, 2006\n\nXin chao, Minh den tu HL, minh mong muon duoc lam quen voi tat ca cac ban. Thanks you* Anonymous\n\nMarch 30, 2006\n\nXin chao, Minh den tu HL, minh mong muon duoc lam quen voi tat ca cac ban. Thanks you* Anonymous\n\nApril 25, 2006\n\nYesterday I got back home from Redmond (after about 20 hours).\n\nMicrosoft Office System Developers conference...* Anonymous\n\nSeptember 03, 2006\n\nDay two of the conference, this time mostly about building rich clients using Info Path, there were also* Anonymous\n\nOctober 27, 2008\n\nPingBack from http://mstechnews.info/2008/10/the-office-2007-ui-bible/",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/sqlserverfaq/2010/03/18/database-mail-failing-with-the-service-queue-externalmailqueue-is-currently-disabled-message/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00801-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Database Mail failing with “The service queue \"ExternalMailQueue\" is currently disabled.” message\n\nSome of you may experience problems while using Database Mail on SQL Server 2005 or SQL Server 2008 which will not be able to send emails to the database users. The SQL Server error logs will log following errors:\n\nThe activated proc [dbo].[sp_sysmail_activate] running on queue msdb.dbo.ExternalMailQueue output the following: 'The service queue \"ExternalMailQueue\" is currently disabled.'\n\nAlong with this error you may also see following errors from Database Mail Logs:\n\nDate 10/25/2009 12:20:01 AM\n\nLog Database Mail (Database Mail Log)\n\nLog ID 456\n\nProcess ID 6532\n\nLast Modified 10/25/2009 12:20:01 AM\n\nLast Modified By abc\\xyz\n\nMessage\n\nException Information\n\nException Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException\n\nMessage: The read on the database failed. Reason: Failed to load Msxmlsql.dll.\n\nData: System.Collections.ListDictionaryInternal\n\nTargetSite: Microsoft.SqlServer.Management.SqlIMail.Server.Objects.QueueItem GetQueueItemFromCommand(System.Data.SqlClient.SqlCommand)\n\nHelpLink: NULL\n\nSource: DatabaseMailEngine\n\nStackTrace Information\n\nat Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.QueueDataReader.GetQueueItemFromCommand(SqlCommand c)\n\nat Microsoft.SqlServer.Management.SqlIMail.Server.DataAccess.QueueDataReader.GetQueueData(Int32 receiveTimeoutSec)\n\nat Microsoft.SqlServer.Management.SqlIMail.IMailProcess.QueueItemProcesser.GetDataFromQueue(DataAccessAdapter da, Int32 lifetimeMinimumSec)\n\nThis error will come with Windows Server 2003 SP2 or Windows Server 2000 SP4 on SQL Server 2005 or SQL Server 2008.\n\nA very good explanation about this error is given in the KB article 941105 @ https://support.microsoft.com/?kbid=941105 and most of the times the issue will be resolved by applying the windows hotfix on top of Windows Server 2003 SP2 or using the Workarounds given for Windows Server 2000 SP4.\n\nThe intention of writing this content is to make you aware of the fact that even after applying the hotfix or following the workaround it could be possible that you keep on getting the errors and emails will fail. Now to resolve the issue you may do following checks and implement the relevant plan:\n\nNOTE: You should follow the below steps only after applying the Windows hotfix given in KB 941105.\n\n1. Verify the version of MSXMLSQL.DLL under 90\\Shared folder. In my environment the version was 4035 because I was using SQL Server 2005 Service Pack 3. It could be different in yours. The msxmlsql.dll version should be equivalent to the last updated patch or service pack you have installed.\n\n2. You could also use following script to verify MSXMLSQL.DLL is valid:\n\ndeclare @var1 int\n\ndeclare @var2 int\n\nexec @var2 = sp_xml_preparedocument @var1 output, 'Sumit'\n\nselect 'Return value from sp_xml_preparedocument is: ' , @var2\n\nselect * from openxml (@var1, '/abc', 2) with (Name varchar(20) 'name')\n\nexec @var2 = sp_xml_removedocument @var1\n\nselect 'Return value from sp_xml_removedocument is: ' , @var2\n\nIf the DLL is valid this will give you output like the following:\n\n--------------------------------------------- -----------\n\nReturn value from sp_xml_preparedocument is: 0\n\n(1 row(s) affected)\n\nName\n\n--------------------\n\nSumit\n\n(1 row(s) affected)\n\n-------------------------------------------- -----------\n\nReturn value from sp_xml_removedocument is: 0\n\n(1 row(s) affected)\n\nIf MSXMLSQL.DLL is not valid, you need to work towards resolving this and then proceed further.\n\n3. Once you know that MSXMLSQL.DLL is valid, then go ahead and delete the existing mail profile and recreate a new one. This will address your corrupted database mail profile if any.\n\nNow, it could be possible that even after implementing the above steps you will not be able to send emails and may encounter the errors like the following:\n\nTITLE: Microsoft SQL Server Management Studio\n\n------------------------------\n\nAn exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)\n\n------------------------------\n\nADDITIONAL INFORMATION:\n\nMail not queued. Database Mail is stopped. Use sysmail_start_sp to start Database Mail. (Microsoft SQL Server, Error: 14641)\n\nFor help, click: https://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.4035&EvtSrc=MSSQLServer&EvtID=14641&LinkId=20476\n\n------------------------------\n\nBUTTONS:\n\nOK\n\n------------------------------\n\nTo fix the above error please follow the below mentioned plan:\n\n1. Run the following command from New Query Window:\n\nUse MSDB\n\nSelect count(*) from ExternalMailQueue\n\n2. If you see Non Zero output of the above statement, attempt to clean the queue using the below script:\n\nWe can use the following T-SQL to save all the unsent items and then cleanup the Mail Queue. In case any email needs to be resent, they can do so after DB Mail is working successfully:\n\nUse MSDB\n\nselect * from msdb.dbo.sysmail_unsentitems\n\nDisclaimer: When you run the below step it will clean all the emails that are queued in the ExternalMailQueue. Please do all necessary checks about the important emails in the queue before executing this step.\n\nUse MSDB\n\nALTER QUEUE ExternalMailQueue WITH STATUS = ON\n\nset nocount on\n\ndeclare @Conversation_handle uniqueidentifier;\n\ndeclare @message_type nvarchar(256);\n\ndeclare @counter bigint;\n\ndeclare @counter2 bigint;\n\nset @counter = (select count(*) from ExternalMailQueue)\n\nset @counter2=0\n\nwhile (@counter2<=@counter)\n\nbegin\n\nreceive @Conversation_handle = conversation_handle, @message_type = message_type_name from ExternalMailQueue\n\nset @counter2 = @counter2 + 1\n\nend\n\nOnce you are done with the above step check the status of the ExternalMailQueue again. This time it should return 0 records. You can also modify the LOOP, if you already know how many TOP N messages to cleanup.\n\n3. Then run following stored procedure:\n\nUse MSDB\n\nEXEC sysmail_start_sp\n\nThis SP will start Database Mail by starting the Service Broker objects that the external program uses.\n\n4. Now test the Database Mail and verify that emails are flowing across.\n\nDisclaimer: Please note that this is a specific scenario which we have experienced on one of the production systems. Please use this article only in cases where you encounter the specific error messages given in the article and when KB 941105 did not provide any relief. As I have written earlier, please do all necessary checks about the important emails in the queue before cleaning up the mail queue completely.\n\nI hope this will resolve the DB Mail issues!!\n\nSumit Sarabhai\n\nSE, Microsoft SQL Server\nReviewed by\n\nMukesh Nanda\n\nTL, Microsoft SQL Server\n\n## Comments\n\n* \n\nAnonymous\n\nJune 07, 2010\n\nNot all files were copied to the second node in my cluster install. Had to copy all the files in the resource directory and it worked.* \n\nAnonymous\n\nOctober 17, 2011\n\nHow I can check version of msxmlsql.dll with service pack??? Please give us steps to check with service pack. Thank you Sureddy* \n\nAnonymous\n\nApril 16, 2012\n\nHi, Thank you very much for your info it helped me to solve my problem. In my case, I had to replace the 'msxmlsql.dll' and 'msxlsql.rll' files. In the Mail Data Log; I could see that this file was not succesfully loaded: ================== Exception Type: System.Data.SqlClient.SqlException Errors: System.Data.SqlClient.SqlErrorCollection Class: 16 LineNumber: 1 Number: 6610 Procedure: sp_xml_preparedocument Server: EVMAC-WS01COLTPROD State: 1 Source: .Net SqlClient Data Provider ErrorCode: -2146232060 Message: Failed to load Msxmlsql.dll. Data: System.Collections.ListDictionaryInternal TargetSite: Void OnError(System.Data.SqlClient.SqlException, Boolean) HelpLink: NULL ====================================== You can use Process Monitor (technet.microsoft.com/.../bb896645) to check wich file are being accessed my SQL SERVER; to check the exact location of your msxmlsql.dll file. After I replaced these files, I restarted SQL SERVER, ALSO deleted SQL profile and created a brand new one. I also clenar the mail queue with the above script. At the end, everything worked* \n\nAnonymous\n\nApril 16, 2012\n\nWow, sorry for my grammatical mistakes of my message above, I wrote too quick :(* \n\nAnonymous\n\nJune 12, 2012\n\nThank you for report* \n\nAnonymous\n\nAugust 22, 2012\n\nIn addition to above error I am getting this error as well. Exception Type: Microsoft.SqlServer.Management.SqlIMail.Server.Common.BaseException Message: The read on the database failed. Reason: The error description is 'Whitespace is not allowed at this location.'. Data: System.Collections.ListDictionaryInternal TargetSite: Microsoft.SqlServer.Management.SqlIMail.Server.Objects.QueueItem GetQueueItemFromCommand(System.Data.SqlClient.SqlCommand)* \n\nAnonymous\n\nJuly 30, 2013\n\nI am really appreciated of you.* \n\nAnonymous\n\nOctober 11, 2015\n\nI have a problem, our database is suppose to retrieve info from our online booking on our website, and then write it to the database. the only thing that comes through is the email notification of the booking. if you are in the database and try to retrieve it, it says White Space not allowed at this location. How do I fix it?* \n\nAnonymous\n\nOctober 12, 2015\n\n@Grant - You need to check sp_send_dbmail procedure in msdb database and look for MailItemId> You would notice a whitespace there. between \"<\" and \"MailItemId>\" please remove that and recreate the proc.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/chhopkin/2012/11/29/using-custom-context-menus-with-vsto/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00401-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Using Custom Context Menus with VSTO\n\nContext Menu, Right Mouse Action, call them what you want. When you right click on a Visio shape you are given options that will specifically target that shape. From a developers point of view, yes you can customize this menu…in a number of different ways. For this article I want to focus on\n\nDefining Actions in the ShapeSheet\n\nThe ShapeSheet provides a developer with a powerful tools set for developing shape behavior. One of these behaviors is the ability to define Actions, which are your custom menu items that show up when you right click on a shape.\n\nDefining Actions can trigger the execution of formulas built into a shape to get the shape to do something, like in this simple example where we toggle the display of a value.\n\nRight click on the shape, choose our ‘Set to 20’ action and the formula that we created changes the value.\n\nRight click and set it back to 10.\n\nWe did this with two simple formulas in the ShapeSheet by adding an Action row and defining the Action formula which does the work, and the Menu formula which ensures the user is seeing the correct phrase in the menu when they right click.\n\nThis is good but what if we want to have this Action call into our code so that we can do some more complex things…no problem.\n\nWe need two things to make this happen. We need to setup our Action in the ShapeSheet to trigger a custom event and we need to setup a listener in our code to listen for this custom event.\n\nThe Action\n\nFor the Action row in the ShapeSheet we define the Menu formula and the Action formula just as we did before. In this case the Menu formula is just simple text which the user will see as a menu item when they click on our shape. The Action formula is a little more complex as we need Visio to inform our code that a user click this Action. RUNADDONWARGS is a special ShapeSheet function that allows us to call an add-on and pass it arguments. What you need to know here is that there is a built in add-on called QueueMarkerEvent which triggers a MarkerEvent to fire within the Application instance. If we combine the two, we can trigger this MarkerEvent to fire when the user clicks on our Action, passing us arguments that we may need to determine what to do within our code.\n\nThe formula that you see above looks like this:\n\nRUNADDONWARGS(\"QueueMarkerEvent\",\"/app=RMASample /args=DoSomething\")\n\nThe first parameter is the name of the add-on that we need to execute. The second parameter allows us to send along additional information with the event. This is helpful because when the event fires our code can get this string, parse it, and do some action based on it. Notice how I have two arguments in this string:\n\n/app=RMASample\n\nThis is helpful because this allows my code identify this action as an action that has come from my shapes. Remember this is a generic mechanism and your application might not be the only one firing these events.\n\n/args=DoSomething\n\nNow that I have identified this action as mine, I want to know exactly what to do. All I have to do is parse this out of the event string and then my code knows that to do next.\n\nThe Event Handler\n\nNow that our ShapeSheet Action is configured, we need to setup the event handler in our code.\n\nThe most common configuration is to connect to the MarkerEvent from the Application object. As you can see here in this most basic example, I have connected to the MarkerEvent as soon as my VSTO add-in is invoked. The event handler simply displays the ContextString argument in a messagebox.\n\nThis ContextString argument contains the argument string from the Action in the ShapeSheet…but it also contains a few other helpful bits of information.\n\nHere is what the value of my ContextString looks like at runtime:\n\n/doc=1 /page=1 /shape=Sheet.1 /shapeu=Sheet.1 /app=RMASample /args=DoSomething\n\nAs you can see I have my /app= and /args= values but I also have some additional values.\n\n/doc= tells you the index of the document from the Application.Documents collection.\n\n/page= tells you the index of the page from the Document.Pages collection.\n\n/shape= tells you the name of the shape from the Page.Shapes collection.\n\nParsing this string to pull out all these values gives your code everything you need to know about the shape that triggered the Action.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/shawnfa/2004/09/03/labor-day-links/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/philliphoff/2012/06/27/ignore-validation-warnings-when-packaging-a-windows-azure-application/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Ignore Validation Warnings when Packaging a Windows Azure Application\n\nWhen a package fails to deploy to Windows Azure (or deploys but its roles fail to start properly) it can be difficult to determine what went wrong. In many cases, these failures often happen before the diagnostics agent has had a chance to startup and help identify the issue. A lot of these failures are due to simple but easily forgotten tasks, such as not adding a referenced assembly to the package or not updating your connection strings to point to Windows Azure storage instead of the storage emulator. The Windows Azure Tools for Visual Studio tries to help developers catch many of these issues before they spend time waiting for their package to deploy and the application to start (and then fail). When such issues are encountered during packaging the build process generates validation warnings or errors. The developer then has immediate, specific feedback on what needs to be done before deploying again to Windows Azure.\n\nValidation performed by the Tools include:\n\n* Verify that the projects corresponding to each role are built against versions of the .NET runtime that exist on the virtual machines.\n* Verify that the projects reference only assemblies that exist on the virtual machines (i.e. the .NET Framework or Windows Azure client libraries) or have been specifically included in the package (i.e. Copy Local is True).\n* Verify that connection strings for diagnostics or caching in the service configuration (.cscfg) do not point to the storage emulator (which will likely cause the corresponding agents to fail, and thus the role to fail).\n\nIn some cases, however, these warnings may not apply. For example, suppose you are generating a package as part of a continuous build that will then be deployed to the development fabric and undergo a series of automated tests. If you were to generate a package (e.g. by calling the Publish target), you may see the following warnings:\n\nWebRole1(0,0): warning WAT170: The configuration setting 'Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString' is set up to use the local storage emulator for role 'WebRole1' in configuration file 'ServiceConfiguration.Cloud.cscfg'. To access Windows Azure storage services, you must provide a valid Windows Azure storage connection string.\n\nWebRole1(0,0): warning WAT230: The connection string 'DefaultConnection' is using a local database '(LocalDb)\\v11.0' in project 'WebRole1'. This connection string will not work when you run this application in Windows Azure. To access a different database, you should update the connection string in the web.config file.\nThe warnings indicate that there are connection strings pointing to the storage emulator as well as a local database and these will likely cause a deployment to Windows Azure to fail. In this case, however, we know that the package is being deployed to the development fabric so those connection strings are, in fact, perfectly valid. In the interests of producing “clean” builds, it would be nice to ignore these warnings in this particular case.\n\nTo ignore validation warnings when packaging a Windows Azure application, set the IgnoreValidationIssueCodes MSBuild property in your application’s project file. For example, to ignore the two warnings encountered above set the property after the import of the WindowsAzure targets file:\n\n.\n\n.\n\n.\n\n\n\n\n\nWAT170;WAT230\n\n\n\n.\n\n.\n\n.\nNow these warnings will not be generated when packaging.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/smallbasic/2017/01/18/who-will-be-crowned-the-first-small-basic-guru-of-2017/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Who will be crowned the First Small Basic Guru of 2017!!\n\nMaybe that title should end in question marks, like this...\n\n# Who will be crowned the First Small Basic Guru of 2017??\n\nAnyhoo...\n\nTime for a fresh start!\n\n[The Guru is the means of realisation. \"There is no knowledge without a teacher.\"]\n\nWe're looking for the first Gurus of 2017!!\n\nAll you have to do is add an article to TechNet Wiki from the field of your interest. Something that fits into one of the categories listed on the submissions page. Copy in your own blog post, a forum solution, a white paper, or just something you had to solve for your own day’s work today.\n\nA snippet you share can make you a January 2017 TechNet Wiki Guru in your favorite category and this is official Microsoft TechNet recognition!\n\nHOW TO WIN\n\nPlease copy over your Microsoft technical solutions and revelations to TechNet Wiki .\n\nAdd a link to it on THIS WIKI COMPETITION PAGE (so we know you’ve contributed).\n\nEvery month, we will highlight your contributions, and select a \"Guru of the Month\" in each technology.\n\nIf you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once \"on our radar\" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!\n\nWinning this award in your favorite technology will help us learn the active members in each community.\n\nFeel free to ask any questions below.\n\nMore about TechNet Guru Awards.\n\nThank you! We'll Small and Basically see you there!\n\nAnd...\n\nNinja Ed!\n\n## Comments\n\n* Anonymous\n\nFebruary 03, 2017\n\nHere is the February Guru competition: https://blogs.msdn.microsoft.com/smallbasic/2017/02/03/want-to-be-the-microsoft-technet-small-basic-guru-for-february-2017/",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/astebner/2006/03/10/document-explorer-2005-setup-fails-with-a-1935-or-2908-error/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00801-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Document Explorer 2005 setup fails with a 1935 or 2908 error\n\nA while ago, I posted an item regarding a possible cause and resolution for 1935 or 2908 errors during Visual Studio 2005 setup. Since then, I have heard from several customers who have run into similar issues during Document Explorer 2005 setup.\n\nAfter thinking through these scenarios in more detail, I realized that it is more likely that Document Explorer 2005 setup will fail with a 1935 error than it is that Visual Studio 2005 setup will fail with a 1935 error because Document Explorer is installed as a prerequisite before setup ever tries to install Visual Studio. Therefore, if the .NET Framework is in a bad state (which is generally the cause of these 1935 errors), then the first place it will typically be seen is in Document Explorer setup because that setup package needs to be able to install assemblies to the GAC and requires a functional .NET Framework 2.0 installation on the system to be able to do so. If Document Explorer setup fails, Visual Studio setup will not even be attempted.\n\nEven though this is a bit of duplication from my previous post, I want to list the steps that can be used to workaround this issue with Document Explorer setup in case folks run into this issue.\n\nIssue\n\nWhen Document Explorer 2005 setup tries to install assemblies to the GAC, it may fail because the .NET Framework 2.0 is not correctly installed on the system. In the cases I have seen where this has happened to customers, the underlying problem was that setup detected that the .NET Framework 2.0 was already installed and skipped that prerequisite step. However, the machine did not actually have the .NET Framework 2.0 installed, but instead only had the registry key that setup uses to detect whether or not the .NET Framework 2.0 is installed.\n\nWorkaround\n\nI found that the machines had the following orphaned registry key/value that setup uses to determine that .NET Framework 2.0 was already installed:\n\n* Key name: HKLM\\Software\\Microsoft\\NET Framework Setup\\NDP\\v2.0.50727\n* Value name: MSI\n* Data type: REG_DWORD\n* Value data: 1\n\nIn the cases I have seen, the customers deleted this key/value and re-ran Visual Studio 2005 setup, and setup correctly detected that it needed to install the .NET Framework 2.0, and after installing that, Document Explorer 2005 and Visual Studio 2005 setup worked perfectly.\n\nNote - if the above workaround does not help, I would suggest taking a look at the Document Explorer 2005 troubleshooting tips that I previously posted.\n\n## Comments\n\n* \n\nAnonymous\n\nMarch 27, 2006\n\nI couldn’t get this thing installed to save my life! I’ve wasted several days toying with it and for whatever reason I finally decided to start debugging the install today after knowing Cody got it installed with ease. Well, there..* \n\nAnonymous\n\nFebruary 16, 2007\n\nWhere to get Visual Studio 2005 and the .NET Framework 2.0 Where to download the .NET Framework 2.0 redistributable* \n\nAnonymous\n\nNovember 06, 2007\n\nThe comment has been removed* \n\nAnonymous\n\nNovember 06, 2007\n\nHi Coodragon - What operating system are you using when you try to install Visual Studio 2005 and see these errors? Also, can you check in your application event log and see if you see any exceptions that are logged around the time that you see these errors during setup?* \n\nAnonymous\n\nAugust 09, 2012\n\nThe comment has been removed* \n\nAnonymous\n\nAugust 10, 2012\n\nThe comment has been removed* \n\nAnonymous\n\nAugust 28, 2013\n\nThe comment has been removed",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/buckwoody/2011/11/08/developing-a-cost-model-for-cloud-applications/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00401-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/jdbcteam/2012/01/19/patch-available-for-sql-server-and-java-6-update-30/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Patch Available for SQL Server and Java 6 update 30\n\nDear SQL Server developers and users:\n\nThank you for your ongoing support of the Microsoft JDBC Driver for SQL Server. We have an update on the connection issues some of you experienced when using Java 6 update 29 and above.\n\nJava 6 update 29 (6u29) introduced a change to how data is sent to databases to counteract the so-called BEAST vulnerability. Shortly after the release of 6u29, we began to receive reports of users experiencing connection failures or hangs when using the Microsoft JDBC Driver for SQL Server to connect to SQL Server.\n\nOracle has released Java 6 update 30 (6u30) which behaves differently from JRE 6u29. Microsoft recommends that our customers use JRE 6u30 (and above) instead of JRE 6u29. In addition, Microsoft is releasing an interoperability enhancement that will enable SQL Server to process data from Oracle JRE 6u30 and up.\n\nThis interoperability enhancement is available in the following SQL Server versions.\n\nThis enhancement is independent of your JDBC Driver version; Microsoft recommends that customers upgrade their SQL Server installation based on the list above prior to upgrading their Java version.\n\nPlease keep in mind that other JVM vendors may introduce this BEAST related change in the future. Before upgrading your JVM version, Microsoft suggests you determine if the new JVM version contains this change and update your SQL Server installation accordingly.\n\nYou can obtain the relevant SQL Server cumulative update by clicking the link in the Knowledge base article for that cumulative update or contacting Microsoft Customer Support.\n\nCustomers who are running older versions of SQL Server have the following options available to them.\n\n* Upgrade to a SQL Server version that contains our enhancement\n* Use Oracle Java 6 update 27 or lower (or another JVM version that does not contain the BEAST change)\n* Disable the BEAST change in the JVM (consult your JVM vendor for details)\n* Prefer RC4 cipher suites via Windows Schannel\n\nFor additional details see Knowledge Base article 2653857.\n\nWe look forward to your feedback on this enhancement.\n\nThank you,\n\nShamitha Reddy\n\nProgram Manager Microsoft\n\nFor technical support, please use our forums or contact Microsoft Customer Support.\n\n## Comments\n\n* Anonymous\n\nJuly 03, 2014\n\nAre there patches for SQL SERVER 2000/2005 for JRE 6 and SSL?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/rido/2004/10/27/integration-patterns/?replytocom=1023",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Integration Patterns\n\nToday I've spend the whole day learning about Enterprise Integration Patterns\n\nThis tutorial is covered by the authors of the book Enterprise Integration Patterns, Bob from IBM and Gregor from ThoughtWoorks.\n\nThere is a book companion web site https:///www.eaipatterns.com, one of the most interesting features is a Visio Stencil with icons of every pattern discussed in the book\n\nThe first half of the tutorial, that takes all the morning was a review of the main patterns covered in the book, MessageTranslator, MessageBus etc…\n\nThe afternoon was more interesing since Gregor gives a more practical vision about how to use the patterns in the real world. I liked the sample he choose to talk about messaging: The Coffe Shop where a customer ask for a coffe, the cashier computes de invoice, and before the customer has paid someone has started to make your coffee.\n\nThe first implementation was using ASMX, the second one ASMX using the IAsyncResult interface, and the final one using MSMQ messaging.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/danchar/sneak-preview-of-sp4-dock/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Sneak Preview of SP4 dock\n\nMoved to https://dancharblog.wordpress.com/2016/05/03/sneak-preview-of-sp4-dock/\n\nThis browser is no longer supported.\n\nUpgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.\n\nMoved to https://dancharblog.wordpress.com/2016/05/03/sneak-preview-of-sp4-dock/",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/mcsuksoldev/2013/01/18/exploring-dynamic-access-control-part-1-getting-started/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/mikekol/2008/01/14/i-still-get-an-error-while-installing-the-integration-components-on-win2k3-after-i-installed-win2k8-rc1-on-the-host-hc/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# I still get an error while installing the Integration Components on Win2k3 after I installed Win2k8 RC1 on the host! HC?\n\nIn an earlier post, I said that you should install Windows Server 2008 RC1 with Hyper-V Beta if you're getting error 61658 while trying to install the Integration Components in Windows Server 2003.\n\nAnd you should.\n\nBut some people are still seeing it. If you happen to be one of them, here's why:\n\nYou probably didn't really install Windows Server 2008 RC1 with Hyper-V Beta; you probably installed Windows Server 2008 RC1, which contained the Hyper-V CTP.\n\nI won't go into the reason behind having two similarly named releases so close together because I wasn't involved in that discussion, so any attempt to explain it would be pure speculation on my part. Needless to say, the situation we find ourselves in is that there is a Windows Server 2008 that has our beta bits in it, and one that has our old CTP bits.\n\nIf you've yet to install any build of RC1, you can get a link to download the one that has Hyper-V Beta here.\n\nIf you've already installed it and you're curious as to whether or not you've got the CTP or the Beta bits of Hyper-V, you can easily tell. If you had to double-click on any MSU files to get the role to show up in Server Manager, you have the CTP release.\n\nAfter Blogging Mint:\n\n> \n\n# I don't know if anyone else out there ever saw these videos, but when I was in High School, my physics class had to watch some lectures given by a man named Paul G. Hewitt . While describing miscellaneous laws of physics, he would commonly prove the law via some demonstration, then ask his class \"HC?\" which stood for \"How come?\"\n\n# My \"Here's why\" series of posts wasn't exactly inspired by Professor Hewitt, but I've yet to write a post without thinking about those videos in some way, so I consider them to be a sort of tip of the hat.\n\n## Comments\n\n* \n\nAnonymous\n\nJanuary 14, 2008\n\nHi When installing, Hyper-V checks for the VT extension on the cpu. Can this check be disabled? I want to test Hyper-V within a VM but just because of this check it doesn't work, the VM doesn't report the VT extension to the Guest OS. When Im correct, VT is an extension to fix a \"bug\" in Intel architecture. Most hypervisors now a day support the VT extension and handle this inside the hypervisor. Therefore they don't have to report the extension to the VM. Unfortunately if a VM checks for this, it won't find it, although the VM would run perfectly without because the hypervisor handles it. So, can the check be disabled? Would be great for testlabs in which you want to build small farms of Hyper-V servers. Gabrie [Not quite. VT is an extension to the Intel processor's instruction set. Think of it as MMX for Virtualization. (AMD has a similar instruction set extension called AMD-V or 'Pacifica' which we also use where applicable.) The Microsoft Hypervisor relies on those instructions to do a lot of work for us, and simply won't function without them, so no - the check cannot be disabled. You also cannot run Hyper-V inside a virtual machine. It's not meant to be a nested solution. - mikekol]* \n\nAnonymous\n\nFebruary 03, 2008\n\nHi there, great blog. Any way to remove the Virtual Server/PC Tools from a VHD if you ony have Server 2008 + Hyper-V? Scenario: Existing VHD, from say, Microsoft Technical Demo Kit, and just a Server 2008 with Hyper-V? Or do I have to find a Virtual Server somewhere, remove the old integration tools and then remount on Hyper-V? cheers, Peter [Hi Peter - if you have the newest version of the additions installed (sorry - I'm blanking on the version number right now), it may be possible to boot the VM and remove the additions in a Hyper-V VM. Just make sure you have a backup of the VHD just in case. - mikekol]",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/stoey/2008/03/27/how-to-use-the-windows-vista-snipping-tool-to-capture-a-menu/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# How to use the Windows Vista Snipping Tool to capture a menu\n\nI use the snipping tool in Windows Vista all the time. If you’ve ever wondered how to capture a menu using this tool, here’s how you do it (straight from the help file for the snipping tool btw)\n\n> \n\nCan I capture a snip of a menu, such as a shortcut menu or the Start menu?\n\nYes. Here's how to do it:\n\nOpen the snipping tool\n\nPress ESC, and then open the menu that you want to capture.\n\nPress CTRL+PRINT SCREEN.\n\nSelect the type of snip you want, and then capture the menu.\n\nAs an example, here is a screenshotI wanted from the IE menu so I could show how to check to ensure the IE Safety Filter is on.\n\nTechnorati Tags: Windows Vista,Snipping Tool",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/saraford/2004/09/29/moving-on-from-accessibility/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Moving on from Accessibility\n\nOn September 1st, I stepped down from my role on the Visual Studio Accessibility Team. This month marked my 3 year anniversary working on Accessibility. I feel that I have done everything that I could do in this space. And I saw such passion and dedication coming from members of my Accessibility Leadership Team that it just made sense to step-aside and let them take over.\n\nTo keep the Accessibility momentum going, we’ve created the Visual Studio Accessibility Blog. You’ll find all the most interesting articles and posts from my Accessibility category over on the VSAccessibility blog in an easy to read format.\n\nI still meet with the leadership team every couple of weeks to help them with any questions, bugs, or issues that arise to ensure a smooth transition.\n\nAs for what is next for me, alongside owning the editor, I’m going to investigate white-box testing. Also, I want to be a test lead when I grow up, so I’m looking into taking management courses and assisting in such roles.\n\n## Comments\n\n* Anonymous\n\nOctober 02, 2004\n\nSara, on behalf of the community which you've helped so much, you'll be missed. Thanks for all your hard work, and enjoy pastures new.* Anonymous\n\nOctober 02, 2004\n\nThanks Will! It's been great working with you. I hope we'll have the opportunity in the future to work together again.\n\nAnd congrats on the MVP suffix. ",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/alfredth/2011/10/24/interesting-links-24-october-2011/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Interesting Links 24 October 2011\n\nI am constantly amazed by the opportunities to learn things online by virtual attendance at events these days. In the past week I listened to a keynote (Live streamed) by Gary Stager from Iowa, followed a lot of Twitter traffic from EduCause, and Saturday listened to a round table on education sponsored by Dell (https://www.DoMoreEdu.com) All that and learned a lot from other Twitter traffic, various blog posts (I still love blogs for sharing information), and in person meetings I had for work. All in all an interesting week. I expect this one to be even more interesting as I travel to the NH School Board Association conference tomorrow. Here now some links to share.\n\nAre you students interested in jobs? Interesting tidbit forwarded by @CSEdWeek Report: STEM jobs demand strong. Forecasting 51 percent of STEM occupations will be in computing by 2018. IF so many of the STEM jobs will be in computing, and I believe they will be, how can we get schools to teach more of it?\n\nThe Teacher Tech blog has a new series called TeachTecTip:\n\n* Use AutoCollage to create quick photo collage posters, PowerPoints. Find how-to here.\n* Create a timeline in Excel (incl. How-to video & step-by-step)\n\nStudents with big app ideas: we are looking for you! Read about a new incentive program for students (18+ sorry) to design Windows Phone apps\n\n> \n\nWe know students have big ideas and that contests can give them an extra push to take action: Gary, Achia, E-dan, Maayan, and Fahim were all inspired, in part, by past contests that we’ve run for students. This week, we kicked off something we’re calling “Idea of the Week.” We will select one winner each week and give them a $50 USD gift certificate for Amazon.com (or one of its local sites like Amazon.co.uk).\n\nProject-based Learning that’s Preparing Students for the Future Read about Lou Zulli Jr., who is the IT Instructor and Network Administrator at the Center for Advanced Technologies at Lakewood High School in Saint Petersburg, FL and how his students are helping their school while learning valuable skills and knowledge.\n\nErin 'Ed' Donahue (@creepyed) writes about her visit to the Tennessee Women in Computing (TNWiC),\n\nVicki Davis at the Cool Cat Teacher Blog writes about the 10 Ways to be a Terrible Teacher Interesting look at the dos and don’t of teaching today.\n\nDeborah Seehorn writes about some computer science curriculum work and improvements in Motivating students and teachers while raising the bar on the CSTA blog\n\nWatch Tara Walker~~@~~\ntaraw interview Chevon Christie (~~@~~\nchevonchr), student Windows Phone developer and all around rock star!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/mscrmfreak/2007/03/06/new-microsoft-dynamics-crm-3-0-terminal-server-scripts/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00153-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/robertgreen/2011/05/25/tip-of-the-day-screen-captures-and-drmd-mail/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Tip of the Day: Screen Captures and DRM’d Mail\n\nI am writing up a demo script and I want to capture some images. So I press my trusty PrtScn keyboard button and nothing gets added to the Clipboard. So I think well that is odd, but maybe I have some background process intercepting PrtScn. So I launch the Snipping Tool. That tells me the content I am capturing is protected and so I can’t take a snapshot. I ask myself what is so protected about the Properties Window in Visual Studio?\n\nIt turns out that the reason neither of these work is that I have a rights protected email open in Outlook. So even though I am not screen capturing that email, all screen capture software is disabled until I close that mail.\n\n## Comments\n\n* \n\nAnonymous\n\nMay 25, 2011\n\ngreat info* \n\nAnonymous\n\nDecember 07, 2011\n\nThat's good to know - Thanks* \n\nAnonymous\n\nFebruary 23, 2012\n\nThen I get out my smartphone and take a picture of the screen because nothing is going to stop me!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/dglover/2008/07/17/ftp7-for-windows-server-2008-rtm-is-released/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00801-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# FTP7 for Windows Server 2008 RTM is released!\n\nOk, suspect I'm not the only one that missed this especially if you mostly live in the developer world... There is an update to the FTP server that ships in the box with Windows Server 2008 - yup surprise surprise, it's called FTP 7 and it's available as a separate download, integrates nicely with IIS 7 Administration snapin, supports the idea of host headers, great for wide carding your sites on the same IP Address and supports FTP/SSL plus more!!\n\nAnyway a great posting available at https://blogs.msdn.com/robert_mcmurray/archive/2008/02/27/ftp7-for-windows-server-2008-rtm-is-released.aspx\n\nand you'll almost certainly need to configure your firewall see https://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/ and if behind a NAT gateway then open up port 21 etc...\n\nCool, give it whirl now Anthony!!\n\nCheers Dave",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/interoperability/2013/04/03/update-on-standardization-of-next-version-of-http2-0/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Update on Standardization of Next Version of HTTP/2.0\n\nFrom:\n\nGabriel Montenegro Principal Software Development Engineer, Microsoft Corporation\nAndrei Popov Senior Software Development Engineer, Microsoft Corporation\n\nBrian Raymor Senior Program Manager, Microsoft Open Technologies, Inc.\n\nRob Trace Senior Program Manager Lead, Microsoft Corporation\n\nWe wanted to give our readers an update on the standardization of the next version of the Hypertext Transfer Protocol, HTTP/2.0, based on our recent industry standards meeting.\n\nRepresentatives from Microsoft Corporation and Microsoft Open Technologies, Inc., recently attended the Internet Engineering Task Force 86 meetings in Orlando to make progress on the first in a series of experimental implementations of HTTP/2.0 (see our earlier blog for details).\n\nMuch of this HTTPBIS Working Group meeting focused on presentations on header compression, which is one of the big open issues that must be resolved for the first experimental implementation of HTTP/2.0.\n\nMartin Thomson (HTTP/2.0 co-editor) collected and presented a number of pending specification issues for discussion and rough consensus - little things that I would like to change in HTTP/2.0 that I don’t feel I have the authority to change without working group feedback.\n\nGabriel Montenegro shared a presentation on Known startup state for a simpler and more robust HTTP 2.0 that reduces the complexity of HTTP/2.0 implementations by ensuring that the protocol starts in a known state for both the client and server.\n\nAt the Transport Layer Security Working Group (TLS WG) meeting, this group reviewed proposals for application protocol negotiation requested by HTTPBIS for HTTP/2.0 negotiation. Andrei Popov presented the Application Layer Protocol Negotiation Extension (ALPN) – one of the proposals under consideration, co-authored with Stephan Friedl (Cisco). After much discussion and a straw poll, there was rough consensus to adopt ALPN. Eric Rescorla (TLS co-chair) sent a Confirming Consensus for ALPN message to the TLS mailing list to encourage additional discussion from IETF members who had not attended the meeting.\n\nIt was exciting to see the progress and tone of the discussions that you can see reflected in the transcriptions below:\n\nMark Nottingham (HTTPBIS chair) also suggested that HTTPBIS continue meeting on a frequent schedule to make progress on the first HTTP/2.0 experimental implementation with future interim meetings proposed before and after IETF 87 in Berlin:\n\n* June 12 or 13-14 in San Francisco Bay Area\n* IETF 87, July 28 - August 2 in Berlin\n* Early August in Northern Germany\n\nRepresentatives from Microsoft Corporation and Microsoft Open Technologies, Inc. plan on participating in these meetings and encourage the community to also attend and become more involved in defining the next generation of HTTP at the IETF.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/sac/2009/06/12/pragmatic-patterns-for-architects-content-is-now-available/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00801-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Pragmatic Patterns for Architects content is now available\n\nA few members of my team just completed a series of online webcasts this week which\n\nwent very well. The topics were on Patterns for Moving to the Cloud, Patterns for\n\nSilverlight and WPF with Prism, and Patterns for Parallel Computing. The slides\n\nand session recordings are available for anyone. Click\n\nhere to see more information.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/ericnel/2006/07/20/search-and-organise-in-windows-vista/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Search and Organise in Windows Vista\n\nAn area I have not really explored in Vista is Search - until an ISV just asked me \"how can I work with Vista search\". The opportunity with Windows Vista is described nicely in our Top 10 Ways to Light Up Your Windows Vista Apps. The challenge for an ISV right now is simple enough - the betas of the Windows SDK do not contain documentation on how to actually make use of these great capabilities and we are shipping native apis with Vista, not managed code APIs. I would be the first to admit this feels odd - one of the top 10 asks we make for Vista development has next to no documentation. After a little digging I can see that we have been changing the APIs/syntax between CTPs and whilst we are close, we are not yet 100% there and hence we have been holding off on the documentation. My recommendation is therefore to wait just a little longer before attempting to code up this stuff - but there is still plenty you can take a look at in the meantime.\n\nSummary of Opportunities\n\n* Issue Queries: Applications can issue queries against Windows Vista search engine using the OLE DB Provider for Windows Search. Vista includes Windows Desktop Search V3. WDS v3 will also be available for Windows XP.\n* Use Common File Dialogs: Applications should use the Common File Dialogs to prompt users for opening and saving files to provide a uniform experience around search and metadata (Vista Bridge sameples show how to do this from managed code https://windowssdk.msdn.microsoft.com/en-us/library... )\n* Embed the Explorer: Applications can use the Windows Explorer and Namespace Explorer controls to provide users with the same search folder, grouping, and stacking experience as in the shell.\n* Expose Custome File Formats to Search and/or Oganize: Applications with custom file formats can integrate with the Windows Vista visualization, organization, and search functionalities through the following extensibility mechanisms:\n\n* Add MetaData to Files: Property Handlers enable metadata support for custom file formats.\n* Allow Full Text Search of Files: Full-text search can be enabled for custom file formats by implementing the IFilter interface.\n* Provide Read Only Preview: Preview handlers provide a rich, interactive, read-only preview when a file is selected in the Windows Vista Document Explorer.\n* Provide Custome Handlers: Protocol Handlers provide support for custom protocols. For example, to support RSS or an Image Server.\n\nOther Useful Resources\n\nThe following would be useful:\n\n* https://addins.msn.com/devguide.aspx This is the developer guide for WDS 2.0. Stuff will change with 3.0 - but a useful place to start.\n* https://channel9.msdn.com/wiki/default.aspx/Channel... More info on enabling search for custome file formats using IFilters (Wiki on Channel 9)\n* https://www.codeproject.com/csharp/MSNDesktopSearch... WDS 2.0 sample\n* https://www.codeproject.com/csharp/desktopsearch1.a... Another WDS 2.0 Sample\n* https://support.microsoft.com/kb/917013 Brief notes on WDS3.0 Engine Preview\n* https://www.microsoft.com/downloads/details.aspx?fa... Download of WDS3 Engine (2nd May 2006)\n* https://brandonlive.com/category/desktop-search/ Blog from one of the dev team\n* https://blogs.msdn.com/cheller/archive/2006/06/21/6... Catherine on search syntax with WDS 3.0\n* https://blogs.msdn.com/cheller/archive/2006/06/27/6... Catherine on predicates for search with WDS 3.0\n\nPDC 2005 included a number of sessions in this area. The online streaming media has now been removed - but the session ppts you are looking for are:\n\n* DAT307: Windows Vista: Exploiting New Capabilities for Search and Organization\n* PRS310: Windows Vista: Extending Explorer by Providing Metadata, Rich Previews and Thumbnails for Your File Types\n* OFF320: Developing with Microsoft Office System Search Technology\n* DATL03: Tips, Tricks & Hacks to MSN Search and Desktop Search Platforms\n* DAT322: MSN Search: Building Web and Desktop Search into Your Applications\n\nThey can be found at https://commnet.microsoftpdc.com/content/downloads....\n\n## Comments\n\n* \n\nAnonymous\n\nAugust 15, 2006\n\n...and IanG's screencast on channel9\n\nhttp://channel9.msdn.com/ShowPost.aspx?PostID=206647* \n\nAnonymous\n\nJune 01, 2009\n\nPingBack from http://uniformstores.info/story.php?id=15725* \n\nAnonymous\n\nJune 02, 2009\n\nPingBack from http://uniformstores.info/story.php?id=29714",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/ericnel/2009/12/04/slides-and-links-for-entity-framework-4-session-for-net-developer-network-ug/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Slides and links for Entity Framework 4 session for .NET Developer Network UG\n\nNote: Cross posted from IUpdateable from Eric Nelson.\n\nLast night (3rd Dec 2009) I was lucky enough to be speaking at my local (and most excellent) user group https://www.dotnetdevnet.com/. There were plenty of mince pies and lots and lots of swag to give away – plus great questions and chats in the breaks. Thoroughly enjoyed it.\n\nSlides:\n\nEntity Framework 4 In Microsoft Visual Studio 2010 - ericnel\n\nView more presentations from ukdpe.\n\nLinks from the session:\n\n* Install VS2010 Beta 2 https://bit.ly/vs2010b2\n* LINQPAD beta for Visual Studio 2010 Beta 2 https://linqpad.net/Beta.aspx\n* My Channel 9 Screencasts on the same demos on EF4 can be found at https://bit.ly/ch9ukdevteam (Only 1 published so far)\n* Aggregation of Entity Framework 4.0 Resources https://bit.ly/ef4resources\n* Entity Framework Team Blog https://blogs.msdn.com/adonet/\n* Entity Framework Design Blog https://blogs.msdn.com/efdesign/\n\nRelated Posts:\n\n* My series of related walkthroughs of the demos I did during the session\n* QandA: Is the ADO.NET Entity Data Model designer fixed in .NET 4?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/rohant/2008/09/22/who-do-you-follow/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Who do you follow?\n\nI read this great post by David Cushman on How We Are Made Great and the way he made his selection on who to follow in Twitter got me thinking…\n\nWho do you follow on twitter?\n\nWhen I started out with twitter, I liked what my friends were telling me about their dogs and where they were planning to go after work while I was slugging away on my reports. It was fun… I added everyone I barely knew and wanted to know what was up with them, but then slowly it got stale; I started to read selected tweets and stopped following people who didn’t capture my attention…\n\nI didn’t want to know “What are you doing?” anymore (except from few personal friends). I wanted to know “What *information* did people whom I followed had to share with me?”\n\nI did think it was kinda mean of me, but little did I know at that point that the whole social ecosystem had already started to evolve...\n\nI’m sure you have read a lot of blog posts (for example) which talk about how to tweet and it resonated with me and I’m sure it did with you too\n\nI realized that I enjoyed tweets of chrisbrogan, jowyang, stevecla, guykawasaki, shelisrael, frankarr, lokeuei, anguslogan, etc. They made me think, they gave me information, they showed me cool informative pics and pointed out interesting things around the world to me.\n\nOf course I like to read tweets from people who I know on a more personal basis like alexisc, wwegner, digory, arsyan, bgoldy, MossyBlog, shanemo, lvchong, etc.\n\nNow quite a few people add me in twitter (no, not thousands…) and the question is who to follow?\n\nWe all follow friends of course…\n\nBut what about those spammers?\n\nWhile I was mentally preparing myself to answer this question Matt Balara already wrote a pretty neat entry to answer it\n\nEnjoy~\n\n| |\n| --- |\n\nTechnorati Tags: Twitter,Rohan Thomas,David Cushman,Matt Balara\n\n## Comments\n\n* \n\nAnonymous\n\nSeptember 22, 2008\n\nPingBack from http://www.easycoded.com/who-do-you-follow/* \n\nAnonymous\n\nSeptember 22, 2008\n\nHi Rohan, thanks for the link. Will check I'm following you on twitter! best dc* \n\nAnonymous\n\nNovember 25, 2008\n\nHi Rohan - thanks for this great post followed it through to Matt Balara's post on Tribal Etiquette. Cheers Viv",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/jeffdav/2004/12/02/index-dat-part-iv-its-doing-what-on-the-ui-thread/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/mssmallbiz/2008/01/21/the-new-microsoft-reseller-handbook-now-available-including-information-on-open-value-subscription/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# The new Microsoft Reseller Handbook now available – Including information on Open Value Subscription\n\nFor those of you who did not see the announcement this morning in the Microsoft Partner Newsletter, the newly updated Microsoft Licensing Reseller Handbook is now available for download to all Microsoft Partners. Inside this new edition you will find information on the various Microsoft licensing programs, including the new Open Value Subscription Program which is launching here in the US and Canada on March 3rd. You will find things like:\n\n* Open Value Subscription overview\n* Ordering process\n* Up-To-Date discount information\n* Customer Profiles and Talking Points\n* Annual & anniversary notifications\n* FAQs\n* Program comparison charts\n* And much, much more!\n\nSo be sure to download the latest Microsoft Licensing Reseller Handbook today to ensure you have the latest information on the Microsoft Volume Licensing programs, including the upcoming Open Value Subscription program. Also, be sure to join me for one of the upcoming Partner Introduction to the NEW Microsoft Open Value Subscription Program Live Meeting sessions to learn even more about this exciting new opportunity.\n\nThank you and have a wonderful day,\n\nEric Ligman\n\nMicrosoft US Senior Manager\n\nSmall Business Community Engagement\n\nThis posting is provided \"AS IS\" with no warranties, and confers no rights\n\n## Comments\n\n* \n\nAnonymous\n\nJanuary 21, 2008\n\nPingBack from http://amdtalk.com/1969/the-new-microsoft-reseller-handbook-now-available-%e2%80%93-including/* \n\nAnonymous\n\nJanuary 21, 2008\n\nPingBack from http://www.luiscorreia.com/teste/blog/wordpress/?p=12673* \n\nAnonymous\n\nJanuary 21, 2008\n\nDid you see this post at blogs.msdn.com* \n\nAnonymous\n\nJanuary 21, 2008\n\nPingBack from http://freedombloghost.info/?p=18898* \n\nAnonymous\n\nJanuary 21, 2008\n\nPingBack from http://meratechexplorer.com/microsoft/news/?p=58* \n\nAnonymous\n\nJanuary 22, 2008\n\nPingBack from http://blog.sbs-rocks.com/2008/01/22/why-isnt-there-a-manual/* \n\nAnonymous\n\nJanuary 22, 2008\n\nPingBack from http://www.ditii.com/2008/01/22/microsoft-licensing-reseller-handbook/* \n\nAnonymous\n\nFebruary 25, 2008\n\nJust under eight weeks ago, my “ Big news: Open Value Subscription launching in the U.S. and Canada!* \n\nAnonymous\n\nFebruary 25, 2008\n\nJust under eight weeks ago, my “ Big news: Open Value Subscription launching in the U.S. and Canada!* \n\nAnonymous\n\nFebruary 25, 2008\n\nJust under eight weeks ago, my “ Big news: Open Value Subscription launching in the U.S. and Canada!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/microsoft_press/2014/10/30/new-book-exam-ref-70-247-configuring-and-deploying-a-private-cloud/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# New book: Exam Ref 70-247 Configuring and Deploying a Private Cloud\n\nWe’re pleased to announce the availability of Exam Ref 70-247 Configuring and Deploying a Private Cloud (ISBN 9780735686182), by Orin Thomas.\n\nPurchase from these online retailers:\n\nMicrosoft Press Store\nIndependent booksellers – Shop local\n\nPrepare for Microsoft Exam 70-247—and help demonstrate your real-world mastery of configuring and deploying a private cloud with Microsoft System Center 2012 R2. Designed for experienced IT professionals ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the MCSE level.\n\nFocus on the expertise measured by these objectives:\n\n• Design and deploy System Center\n\n• Configure System Center infrastructure\n\n• Configure the fabric\n\n• Configure System Center integration\n\n• Configure and deploy virtual machines and services\n\nThis Microsoft Exam Ref:\n\n• Organizes its coverage by exam objectives\n\n• Features strategic, what-if scenarios to challenge you\n\n• Assumes you have experience with Windows Server, System Center 2012 R2, security, high availability, fault tolerance, and networking in an enterprise environment—plus basic experience with Microsoft SQL Server, Windows PowerShell, and application configuration\n\nAbout the Author\n\nOrin Thomas is a consultant, writer, server administrator, speaker, and Microsoft MVP who has authored more than 30 books for Microsoft Press.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/routingrules/2009/10/26/routing-service-features-protocol-bridging/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Routing Service Features - Protocol Bridging\n\nA while ago I introduced the features of the Routing Service, and \"Protocol Bridging\" was among them. But what does this mean and what does it really do for me?\n\nProtocol Bridging in the context of the Routing Service means two key capabilities:\n\n* Transport Mediation - The Routing Service is designed to be a WCF-to-WCF intermediary, we have to deal with worlds where the client and the service don't necessarily speak the same transport on the wire. An example of this is a service designed to use the NetTcpBinding that for legacy or interoperability reasons needs to communicate with clients that can only use the BasicHttpBinding, and thus the HTTP transport.\n* Protocol conversion - The ability to have two different bindings on the receive and send side of the Routing Service also implies that we have to implcitly handle any conversion in communication protocol. For the system provided bindings, this typically means converting between SOAP 1.1 and SOAP 1.2 protocols, handling the differences between how different bindings pass messages (sessions, transactions, addressing), and also handling the conversion of any protocol specific messages (such as the difference between a Fault when it's represented as a Message in SOAP1.1 vs. SOAP1.2 or headers specific to messages exchanged via particular channels)\n\nNormally two services configured with different bindings wouldn’t be able to communicate. The only options would be to either update the client to use the NetTcpBinding (not always possible, especially in interoperability cases), or reconfigure the back-end service to offer an additional BasicHttpBinding endpoint for the legacy clients. This also may not be possible (depending on if you own the service or not), and would introduce a maintainability issue where now you have more endpoints to expose and publicize.\n\nProtocol bridging at the Routing Service eliminates the requirement for your client and service to always communicate the same way. This kind of decoupling is great because it also means that additional communication requirements (such as support for a different binding) don’t need to impact “product” code, in the sense that the back-end service can remain unchanged.\n\nHowever, there are still some combinations of communication patterns that don’t make sense. In general, we say that the communication shape at the Routing Service must always be symmetrical: For example, if communication is Request-Response between the client and the Routing Service, then it must also be Request Response between the Routing Service and the back-end service. This is a fairly sensible requirement: if my client is one way and the service is configured as request response, what should the Routing Service do with the response it gets? Is getting a response even expected behavior? Conversely if the client is request response and the service is one-way, then what should the Routing Service provide as a response, and when? Unfortunately, while this requirement is reasonable, there are some situations in which it is rather inconvenient. For example, a nice, though currently unsupported scenario would be for the Routing Service to be able to accept a message via BasicHttp (or some other two-way channel) and then turn around and push that message into a queue (such as MSMQ). Unfortunately, because the incoming channel in this case is request-response and MSMQ is one-way, this scenario won’t work through the Routing Service out of the box.\n\nHow does the Routing Service act on messages in order to convert them from one protocol to another? In general we follow a simple set of rules when passing messages:\n\n* \n\nIf the incoming and outgoing Message Versions are different, create a new message of the correct version.\n\n* \n\nRemove all headers that were marked as “MustUnderstand” and which were also marked as Understood by the channel through which they just passed.\n\n* We understand that these headers were a part of the specific communication between the Routing Service and some other node, and since they were marked understood we know they were acted on\n* \n\nCopy to the outbound message any headers that were not marked as Understood.\n\n* We presume that these are a part of an end-to-end protocol in which we are currently not participating.\n* \n\nCopy the body of the message to the outbound message (we don’t touch body data).\n\n* \n\nSend the message out the outbound channel, at which point all of the headers and other envelope data specific to that communication protocol/transport will be created and added.\n\nNote that we have to take these steps on both request and response messages. The conversions done when receiving a message from a client need to be un-done when passing the response back to the client, so that it can receive a response it understands.\n\nThese processing steps take place in the Routing Service’s SoapProcessing behavior. This behavior is an endpoint behavior that we apply to all client (outgoing) endpoints when the Routing Service starts up. If you have a protocol that the Routing Service doesn’t understand, or wish to override the default processing behavior, you can disable this behavior either for the entire Routing Service or just for particular endpoints. This can be accomplished (as usual) either through configuration of the Routing Behavior (soapProcessing=”false”) or the RoutingConfiguration object (in code). To turn off Soap Processing for a particular endpoint, create a soapProcessing behavior and set the processMessages attribute to false, then attach this behavior to the endpoint you don’t want the default processing code to run at. When the Routing Behavior sets up the Routing Service, it will skip reapplying the endpoint behavior since one already exists.\n\nThat’s protocol bridging!\n\n-Matt\n\n## Comments\n\n* Anonymous\n\nNovember 11, 2010\n\nThe comment has been removed* Anonymous\n\nNovember 11, 2010\n\nThe comment has been removed* Anonymous\n\nNovember 11, 2010\n\nThe comment has been removed* Anonymous\n\nNovember 11, 2010\n\nThe comment has been removed* Anonymous\n\nNovember 11, 2010\n\nThe comment has been removed* Anonymous\n\nNovember 11, 2010\n\nThe comment has been removed* Anonymous\n\nNovember 11, 2010\n\nThe comment has been removed* Anonymous\n\nJune 06, 2012\n\nHello, can you please give any example regarding this, i want to soapProcessing=”false”, but its occurring error when give soapProcessing=”false”, do i need to do anything more?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/eugeniop/2006/09/06/more-online-content-for-cab-and-the-smart-client-software-factory/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# More online content for CAB and the Smart Client Software Factory\n\nMost of the content of the Smart Client Software Factory is actually available after you download the installer and you complete the setup in the machine.\n\nThe only content available online was the main web page (https://msdn.microsoft.com/smartclientfactory) and of course the community workspace here: https://practices.gotdotnet.com/projects/scbat\n\nThe main web page is the entry point for the deliverable and it is successful if it helps you understand what the purpose of the deliverable is and probably more importantly, what the offering doesn't do, so we don't waste your time.\n\nStarting last week, we have been also publishing other sections as well:\n\n* A Guidance Automation chapter\n* The Smart Client Development Guidance package chapter\n* An introduction to CAB, which I personally like very much\n\nHopefully this will enhance the overall experience.\n\nThanks to Tim Osborn, our team's User Experience expert, for pushing this.\n\n## Comments\n\n* Anonymous\n\nSeptember 06, 2006\n\nHi Eugenio,\n\nYou should review your links, I can't get the \"Smart Client Development Guidance\" and \"Guidance Automation\" links to work.\n\nRegards,\n\nLars Wilhelmsen* Anonymous\n\nSeptember 07, 2006\n\nI checked them, and they are all working. You will also be able to find them from the tree on the left (under the SCSF branch)",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/axinthefield/whats-new-or-changed-in-dynamics-365-for-finance-and-operations-enterprise-edition-platform-update-10-august-2017/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nThis post is part of the series in which I am taking a look at the new functionality introduced in Microsoft Dynamics 365 Business Central 2025 Wave 1. The 8th of the new functionality in the section is generate multiple incoming e-documents for m...\n\nWhen an upcoming Dynamics 365 Business Central major release is approaching (usually at least a month before so) Microsoft starts … More [https://demiliani.com/2025/02/14/dynamics-365-business-central-2025-wave-1-checking-app-compatibility-with-fu...\n\nEnterprise Resource Planning (ERP) systems are software tools that help you manage different tasks in one place. The adoption of ERP software in real estate has seen significant growth in recent years. In 2022, the global real estate software mark...\n\nHappy #BCFridayTips for #msdyn365bc developers. Sort your triggers in sequence. When writing AL code, arrange triggers in their execution order. The post BC Friday Tips #20 Sort your triggers in sequence [https://thatnavguy.com/bc-friday-tips-20...\n\nxxx Budgeting doesn’t have to be a daunting task. With Dynamics 365 Business Central, you can streamline your budgeting processes and gain valuable insights into your financial performance. With this in […] The post Unlock Your Potential! Stream...\n\nHere a BC Friday Tips for msdyn365bc developers. Switch your Line Numbers to Relative in VS Code for easier debugging. The post BC Friday Tips #19 Switch your Line Numbers to Relative in VS Code [https://thatnavguy.com/bc-friday-tips-19-switch-y...\n\nOne of the biggest challenges sales and customer service teams face in Microsoft Dynamics 365 is keeping track of last and next activity dates with leads and customers. Surprisingly, Dynamics 365 […] The post Boost Your CRM Efficiency: Track Last...\n\nKeeping track of past and upcoming interactions with prospects, customers, and accounts is essential for effective sales and customer management. However, Microsoft Dynamics 365 does not include a built-in field to monitor the last activity date o...",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/dynpartnercommunity/2009/07/23/partner-guide-extend-the-reach-of-microsoft-dynamics-gp-with-microsoft-office-and-microsoft-office-sharepoint/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Partner Guide: Extend the Reach of Microsoft Dynamics GP with Microsoft Office and Microsoft Office SharePoint\n\nThis guide is designed to educate partners on the compelling value prop of Microsoft Dynamics GP and Microsoft Office and Microsoft Office SharePoint. Learn more about the business opportunity and the tools in place to help you win against the competition and grow your revenue. Content includes:\n\n* Partner Opportunity\n* Microsoft Dynamics GP Competitive Differentiation\n* Customer Validation\n* Partner Readiness\n\nAlso, don't forgot to check out the Inside Microsoft Dynamics GP Blog for the latest inside scoop directly from the Product Management & Marketing team.\n\n--Kevin",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/usisvde/2010/10/29/pdc10-announces-ways-to-help-bring-existing-apps-to-the-cloud/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# PDC10 Announces Ways to Help Bring Existing Apps to the Cloud\n\nDuring the keynote address at Developers Conference (PDC), Microsoft CEO Steve Ballmer and Server and Tools Business President Bob Muglia showed how the company is advancing the Microsoft platform, spanning the PC, phone and cloud. Microsoft specifically highlighted the momentum of Windows Azure, Windows 7, Internet Explorer 9 and Windows Phone 7 and the opportunity for developers today and in the future.\n\nWith the capabilities in Windows Azure, Muglia showed how developers can apply their existing skills to build new types of business applications, consumer Web applications and commercial ISV offerings.\n\n“Only Windows Azure delivers general-purpose PaaS, which gives developers the breadth of services needed to allow them to focus on their applications and not the underlying infrastructure or virtualizing machines,” Muglia said. “Imagine having all of the IT infrastructure, hardware, OS and tools you need to support an app just a few mouse clicks away — it opens up so many possibilities for developers worldwide. We are looking forward to seeing the amazing things our customers will build on our PaaS offering.”\n\n### The On-Ramp to PaaS: Moving Applications to the Cloud\n\nFor existing applications, one option for customers is to move workloads to the cloud, using virtual machines to help lower traditional cost and management burdens. Today Muglia announced two new Microsoft capabilities for Windows Azure to enable customers to get on the path to platform as a service (PaaS):\n\n* Windows Azure Virtual Machine Role gives customers the ability to run an instance of Windows Server 2008 R2 running in Microsoft’s cloud, making it easier for developers to move applications to the cloud.\n* Server Application Virtualization gives you ability to transfer application images to Windows Azure, harnessing the underlying management capabilities of the platform.\n\n### Enhancing and Transforming Applications in the Cloud\n\nMicrosoft announced a number of Windows Azure services that also help developers create rich cloud applications that open up new business opportunities. To enable this, Microsoft introduced the Windows Azure AppFabric Composition Model to speed the process of assembling services by providing critical application deployment and management capabilities. To better connect developers to customers, Microsoft announced the Windows Azure Marketplace including the new DataMarket (formerly “Project Dallas”), offering premium and public demographic, financial, mapping, and entertainment data and other content. Commercially available today, the marketplace features more than 35 providers currently offering data subscriptions.\n\nWindows Azure scales to projects and businesses both large and small, including mobile applications that require an easier and lower-cost means to experiment and build prototypes. As part of Windows Azure enhancements unveiled today, Microsoft made available the Extra Small Windows Azure Instance that eases the process of development, testing and trial. Priced at $0.05 per compute hour, this new offering lowers the barrier to entry for developers who want to run smaller applications on Windows Azure.\n\n“Windows Azure Platform Cloud Essentials for Partners” is an offer that replaces Microsoft’s existing partner offers. This offer will go live on Jan. 7, 2011, and provide free access to the Windows Azure platform, including 750 Extra Small Instance hours and a SQL Azure database per month at no additional charge. Partners can sign up for the Cloud Essentials Pack at https://www.microsoftcloudpartner.com.\n\n### For More Information\n\nFor more information on the roadmap, release dates, and availability of the Azure offerings, see my post Cloud Roadmap Includes Virtual Machine Role, SQL Azure Reporting, Windows Azure Marketplace, and More.\n\nFor technical assistance and marketing benefits in moving your application to Windows Azure, join Microsoft Platform Ready.\n\nBruce D. KyleISV Architect Evangelist | Microsoft Corporation",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/david.wang/2005/06/28/howto-isapi-filter-redirection-walkthrough/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00401-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# HOWTO: ISAPI Filter Redirection Walkthrough\n\nI got the following question about ISAPI Filter the other day.\n\n### Question:\n\nHi\n\nI found your contact on the web after searching info about ISAPI Filter. I am almost new to the IIS world, I have a task to write a simple filter which , but I struggle with C++ in windows.\n\n1. Architecture: Windows Server 2003 , IIS 6\n\n2. Development tool: Visual Studio C++ 6.0The web flow is as follow:\n\n[browser]-->[IIS 6.0]--->[CMS system]\n\nThe filter needs to intercept an answer from the CMS system when the response code is 403 [Forbidden] and redirect it to a predefined URL.I tried to use the Wizard to create the ISAPI filter. But I don't know how to:\n\n1. intercept the call from the CMS\n\n2. read from a configuration file\n\n3. write to a debug file.\nI tried to use the HttpFilterProc but when I compile, there is a complain saying that this function is already used/defined.\n\nYour help will be greatly appraciated.\n\n### Answer:\n\nWelcome to Windows programming. It really is not that hard after you get used to all the available services Windows provides, accessible via Win32 API calls. MSDN and search should be your best friends when starting out. An ISAPI Filter is basically just a plain Win32 DLL that exposes a couple of entrypoints that IIS expects and invokes. Thus, only your first question has anything to do with ISAPI Filter; your other questions are basic Win32 questions that should be explored another time.\n\n# RE: Write to a debug file\n\nIf you plan on writing a file to the filesystem, then you will need to call the CreateFile API to do this. See: https://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/createfile.asp . And if the filesystem is NTFS, you will need to make sure that the user identity performing the API call actually has write permissions to the file.\n\nFor an ISAPI Filter, IIS invokes its entrypoints using the process identity. The specific identity is determined by:\n\n* IIS5 Compatibility mode - ISAPI Filters run in inetinfo.exe and process identity is LocalSystem\n* IIS6 Worker Process Isolation mode (default) - ISAPI Filters run in w3wp.exe on a per-Application Pool basis, and process identity depends on the identity of the Application Pool. This is Network Service by default, but can be user configurable. It is also guaranteed to be a member of the IIS_WPG group since all application pool identities must be in that group\n\n# RE: read from a configuration file\n\nYou have several basic choices for storing configuration:\n\n* Registry Key\n* INI File\n* Custom file format\n\nOut of those choices, Registry Key and INI File are the easiest to implement because Win32 APIs already exist to use them. Custom file format requires you to use CreateFile to open, read, and parse the file, so that is basically code you need to figure out on your own.\n\nThe Registry API is documented at: https://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/registry_functions.asp . Registry Keys are ACL'd like the file system, so the same rules for writing with CreateFile apply to reading using these APIs. The user identity making the function call must have access. You will most likely use RegOpenKeyEx to open the key, RegQueryValueEx to read the key, and RegCloseKey to close the key handle.\n\nThe INI File API is documented at the same URL as the Registry. INI files are based off the filesystem, so ACLs apply as well. You will most likely use GetPrivateProfileString to read data from an INI file. Its logical format is basically:\n\n```\n[section]\nkey=value1\nkey2=value2\n```\n\n# RE: intercepting the call from CMS\n\nHow you do this completely depends on how CMS integrates with IIS.\n\nThe key point you must remember is that ISAPI Filters are invoked as IIS is processing a request and sending a response. If the ISAPI Filter wants to alter request processing (such as send its own 302 redirection response or alter the response data completely), then it must make sure to suppress the response that IIS is otherwise planning to send out. If you fail to do this, the resulting response is likely going to be invalid HTTP or HTML to the client and severely confuse it -- and it will be all your fault. ISAPI Filters are in control of IIS, so it can make it do legal or illegal things.\n\nNow, you did not clarify what you mean by \"redirect it to a predefined URL\". Did you mean:\n\n* Instead of the 403 response, send back a 302 redirect response pointing to the predefined URL\n* Instead of the 403 response, send back a 200 response containing the contents of the predefined URL\n\nI am going to guess you want #1, but since it is a 302 redirection, the predefined URL will show up in the client's location/URL bar. #2 will look transparent to the client and will not change the client's location/URL bar because as far as the client is concerned, it made a request, and a 200 response with some entity body came back. It does not know there was a 403 nor predefined URL content was retrieved.\n\nNow, how you capture the 403 completely depends on how CMS works on IIS.\n\nIf CMS is running on the same machine as IIS and is launched directly by IIS, then your ISAPI Filter can subscribe to the SF_NOTIFY_SEND_RESPONSE event, which will fire whenever CMS (or anything else on the server) sends a response back to the client. You are responsible for deciding which response to which URL you should act upon. In this event, you will get a HTTP_FILTER_SEND_RESPONSE structure with a HttpStatus DWORD field that indicates the status code of the response. You will obviously look for 403 responses for the matching URL namespace of CMS, and then you will perform either #1 or #2 mentioned above.\n\nIf CMS is running on a different machine, then it is most likely something is reverse proxying the response from CMS over IIS. In this case, you will need your ISAPI Filter to subscribe to the SF_NOTIFY_SEND_RAW event, which will fire whenever any raw data is sent back to the client. This event is streaming, meaning you have no idea of the structure of the response and must parse to figure out what is going on. This will not be easy and requires that you understand HTTP RFC2616 very thoroughly. I am not going to try to explain all the details; you will have to study and uncover them for yourself. You will basically parse and figure out if the response code is 403 and if so, perform your redirection\n\n# Conclusion:\n\nI have intentionally NOT written any code in this case because you need to know how to do this for yourself.\n\nI would not bother with the Wizard in Visual Studio. It is useless for a developer that doesn't know ISAPI, and it is equally useless for a developer that knows ISAPI.\n\nThere are plenty of sample code, even from Microsoft. I mean, I have some fully functional filter examples elsewhere in my blog, organized, that can be used as illustration. I know non-programmers have taken that code and successfully compiled/linked/debugged with instructions purely from my blog posts, so you should be able to do it.\n\nBut, since you are tasked to write the filter, you must learn all the basics, such as reading documentation, reading MSDN, searching for clues, reading RFCs for HTTP -- all are essential to successfully write an ISAPI Filter.\n\nGood Luck,\n\n//David\n\n## Comments\n\n* Anonymous\n\nFebruary 07, 2006\n\nthanks a lot",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/mvpawardprogram/2012/01/27/mvp-friday-five-january-27-2012/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00756-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# MVP Friday Five: January 27, 2012\n\nIt’s Friday again, which means it’s time for another MVP Friday Five. This week the posts featured are filled with technical content, including tips, how-to’s and step by step solutions. These articles are just a few examples of the incredible content MVPs provide to the tech community each week!\n\n1. Compile code entered at run time, execute it, and get the return result in C#\n\nBy Visual Basic MVP Rod Stephens | @CSharpHelper\n\nIn this post, Rod uses CodeDomProvider to compile text entered by the user and execute it, passing it a parameter and receiving a return result.\n\n2. Dynamically Updating the CQWP ItemXslLink Property to Point to the Local Site Collection\n\nBy SharePoint Server MVP Becky Bertram | @beckybertram\n\nBecky shows you how you can dynamicaly modify the content query web part's ItemXslLink property to point to an XSL file in your local site collection.\n\n3. Geospatial Support for Circular Data in SQL Server 2012\n\nBy SQL Server MVP Leonard Lobel | @lennilobel\n\nIn this blog post, Leonard explores one of the enhancements SQL Server 2012 adds to the spatial support: support for curves and arcs (circular data).\n\n4. Where’s my Tracking Toolbar?\n\nBy Project MVP Sam Huffman | @Sam_Huffman\n\nSam discusses some ways you can utilize the tracking tools available in Project 2010 to replace the Tracking Toolbar that was in Project 2007 including creating a tracking tab or tracking group.\n\n5. A Smarter Infrastructure: Automatically filtering an EF 4.1 DbSet\n\nBy Windows Phone Development Matt Hidinger | @matthidinger\n\nMatt shows how to solve an issue that would commonly be solved with a repository pattern using EF 4.1 code and building a smarter infrastructure.\n\nIf you’re an MVP and would like your blog posts considered for our MVP Friday Five, please reach out to your MVP Lead or provide your URL in the comments section below!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/lab_management/2010/02/09/dogfooding-visual-studio-lab-management-2010/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Dogfooding Visual Studio Lab Management 2010\n\nHello, I am Dinesh Bhat, test manager for the team that builds Visual Studio Lab Management product. In his blog on dogfooding Visual Studio 2010 Test and Lab Management products, Amit Chatterjee talked about the team structure and how the product team is dogfooding the VS 2010 Test and Lab Management products in action. In this blog, I would elaborate more on the benefits we are getting by using VS Lab Management 2010 at work.\n\nI am going to talk about four value propositions of the product that my team has been using and getting benefit of. These are:\n\n1. Environments\n\n2. Friction Free Usage and collaboration\n\n3. Integration with Application Lifecycle Management (ALM)\n\n4. Reduction in cost of hardware and maintenance\n\nEnvironments\n\nAs Amit writes in his blog, VS Lab Management 2010 provides a visual face to your lab. Until now, I had seen my lab in a Excel sheet and on SharePoint :-) (We use SharePoint and Excel to track machine configurations and usage.) Seeing a lab that is spread across the world is an amazing feeling for me. Now, I feel I am in better control of my hardware.\n\nLet me throw more light on how the QA team uses Lab Management product. Lab Management is a multi-machine setup which includes a VMM server, TFS, a test controller, a Build Controller, a client which has VS and multiple hosts that are attached to the VMM server. The QA team needs multiple shared pods. Each shared pod typically contains one or more TFS machines, a Build controller and a test controller. Every tester would install her/his own client and connect to this shared pod. We have two types of pods.\n\n1. Automation pods. We have about seven of these. These pods are typically used for running Build Verification Tests (BVT) and Nightly Automation Runs (NAR)\n\n2. Self-host pods. Every week we pick a good build and Self-host it. Self-host pods save a lot of setup time for the team and also help find bugs that normally surface with continuous usage of the product. Each self-host pod lives for two weeks.\n\nThe screenshot below shows our Automation and self-host pods on Pioneer, our dogfooding TFS. In future, we plan to get our other testing pods onboard Pioneer.\n\nFriction free usage and collaboration\n\nFriction free Data flow and collaboration has been one of the key themes and value propositions of Visual Studio ALM. It continues to show up in Lab Management too. The team is getting greatly benefited in productivity using some of the collaboration features. Let me explain these in detail.\n\n1. Self-service. As you see in Amit’s blog, VS Lab Management 2010 provides rich views of the environment list. The team members can now create environments without depending on the lab technician. They can also look for an existing environment before creating a new one.\n\n2. Last accessed date has been pretty useful. When VM hosts run out of memory, people typically use this column to identify running environments which are idle and shut them down by notifying the owner\n\n3. “Mark in use” is a feature in the product which team is using for collaboration. Testers put notes in the Mark in use edit box of the shared environment so that others aware of who is using it.\n\nALM integration\n\nALM integration is one of key value propositions of the Lab Management toolset. As Amit’s blog explains, we have been using the virtual environments primarily for three types of activities.\n\n1. Manual test passes.\n\n2. Automated test runs.\n\n3. Rolling builds.\n\nLet me elaborate more on our nightly automation runs. We have about 1200 automated tests in one of our features. If you run these tests one machine it would take about 14 hours. So, we created a lab environment with two VMs in it. We wrote a customized workflow to deploy nightly build of Visual Studio on these VMs. Once the builds are installed the test run starts automatically. This entire process is fully automated and now takes about 7 hours. I should mention that the deployments logs saved us great amount of debugging effort. In the past, we had custom deployment logs. Every machine that had a build deployment created a log file and stored it on the local machine. In case of multi machine deployments, one had to log into every machine and analyze the logs to troubleshoot. With VS Lab Management, we now have multi machine deployment logs at one place visible to all. The logs are organized with indentation and also point to the errors with icons. Now it takes no time to troubleshoot the deployment failures. Moreover, the deployment logs now have “Time spent” in each section of the deployment. This helps the team to identify long running tasks and optimize the deployment time.\n\nCost of ownership and maintenance\n\nFinally, this is about how visualization and Lab Management helped us to cut total cost of ownership for the lab hardware.\n\nIn 2007, my lab had 72 Dell OptiPlex Gx 620 boxes. Each box had 2 GB of RAM. Since we were not using virtualization, each box was acting as one machine. I used to pay $12 per box per month for maintenance. It used to take anywhere from 8 to 24 hours to reimage a box and get it ready for testing.\n\nIn mid-2008, we decided to adopt virtualization. We bought 20 HP Compaq DC 7800 boxes. Each box had 4 GB RAM. Each tester owned one box. We used an internal tool call “Virtual Lab” which operates on top of Microsoft Hyper-V. With this, we got about 20% increase in tester productivity. (Internally, we use a metric called “Time to test”. This metric represents the actual time a tester gets to do testing. This excludes time lost in preparing machines, installing builds, troubleshooting etc.). Although using virtualization helped us a lot in improving tester productivity, we were not optimally utilizing the hardware resources. In addition, it was hard to collaborate on the machine resources within the team as this was not a centrally managed system.\n\nIn October 2009, we started to dog food VS Lab Management 2010. We took away the some of the Hyper-V boxes used by the testers and created a Host group. We added three 32 GB boxes to take the total number of hosts to 12.\n\nBelow table depicts the overall cost savings.\n\n*at the rate of $12/machine/month\n\nOverall, using VS Lab Management 2010 has been a great excitement for us. In future, my team plans to exercise other value propositions, such as, environment templates, stored environments and network isolation. I will keep you posted on our learning from that.\n\nDinesh Bhat, Test Manager\n\n## Comments\n\n* \n\nAnonymous\n\nFebruary 11, 2010\n\nHow many virtual machines are you able to run per host?* \n\nAnonymous\n\nFebruary 11, 2010\n\nWe have two types of hosts- Type 1: Single proc, quad core, 8 GB RAM. We host 3 to 4 VMs on each host. Type 2: Dual proc, quad core, 32 GB RAM. About 16-20 Vms can be hosted on these. Typically our VMs take 1 GB or 2 GB RAM.* \n\nAnonymous\n\nSeptember 29, 2010\n\nGreat information would it be possible to provide an updated post on your dogfooding for Visual Studio Lab Management.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/johnguin/2010/04/05/an-adventure-with-printing-business-cards/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# An adventure with printing business cards\n\nA few months ago, I had a little free time on the weekend and decided to print myself some business cards. The big impetus was wanting to use the new OneNote 2010 icon, plus it gave me something to do. I live only a mile or so from an office supply store (and Office Max/Depot - not really sure which one) so I hopped on my bike and rode to get a package of blank business cards. I got home and laid out the card with the Word template they included and printed a test page to make sure everything lined up. It did, so I put in the first page of the blank business cards and printed.\n\nAnd the printer was out of colored ink. Back on bike to get a package of colored ink. Back home, print the test page (I got purple!) and then load a second set of blank cards. Print - no black ink.\n\nSigh. Back on the bike and get to the store. They closed at 6 on Saturday. Back home, no cards.\n\nSunday afternoon, back on the bike, buy the colored ink, back home and print the test page. Printed fine! Load the blank cards, print. Looks funny - I had the business card paper in upside down. Sigh. Print again - success! Print a second set - I loaded the paper upside down again. Print again - got a second set of 10 cards printed and called it good.\n\nThen I grabbed an old Maxell cassette case (remember cassettes?) to use as a business card holder. Here's the final result:\n\nTwo days, four bike rides, 2 sets of printer cartridges and about 20 wasted cards. But I think it was worth it!\n\nOh, and at Microsoft, we can order \"official\" business cards if needed. I just wanted to do this on my own to kill some time on the weekend. Looking back at it, I think I successfully killed a lot of time...\n\nQuestions, comments, concerns and criticisms always welcome,\n\nJohn\n\n## Comments\n\n* \n\nAnonymous\n\nApril 05, 2010\n\naaaaahaaa! so it was not Microsoft official cards..! Was wondering how you got the different font/image/layout.. :) Cassette case-LOL... you're a cave man? ;-)* \n\nAnonymous\n\nApril 05, 2010\n\nand, now you may get a few blank/anonymous calls on your work phone! (no, not me, but your info is out, I mean)* \n\nAnonymous\n\nFebruary 11, 2011\n\nHi I have read your blog. It’s great to see how you pproch things compared to myself and others.* \n\nAnonymous\n\nNovember 06, 2014\n\nIt was fun reading your adventure with printing business cards. Indeed, you were successful in killing some time on a weekend but I think what you achieved during that time was worth it. :) Great business cards, by the way. It was simple but every important detail has been printed in the card.\nPrinting Services at Coverprint (http://coveprint.com.au)\n\n* Anonymous\n\nMarch 31, 2015\n\nThe comment has been removed",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/mssmallbiz/2007/06/15/introduction-to-open-license-for-partners-webcast-on-tuesday-june-19th/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00153-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# “Introduction to Open License for Partners” webcast on Tuesday, June 19th\n\nIf you want to learn more about the Open License Programs Microsoft offers to their Small and Mid-size customers and what they mean for you as a Microsoft Partner, join me for this session.\n\n“Introduction to Open License For Partners” – Microsoft offers two main Volume Licensing Programs for customers with between 3 and 200 PCs. These programs are the Open Business & Open Value Licensing Programs. Do you know how these work? What are the differences? Which should you choose for your clients? What are the advantages & disadvantages of each? Want to know the answers to these and more?Then attend this session, hosted by Eric Ligman - US Sr. Mgr. of Community Engagement at Microsoft, where we will discuss the two Open License Programs, how each of them works, and more.\n\n· Tuesday June 19th - 1:00 pm PST session – Click here to register\n\nThank you and have a wonderful day,\n\nEric Ligman\n\nMicrosoft US Senior Manager\n\nSmall Business Community Engagement\n\nThis posting is provided \"AS IS\" with no warranties, and confers no rights\n\n## Comments\n\n* \n\nAnonymous\n\nJune 18, 2007\n\nPingBack from http://msdnrss.thecoderblogs.com/2007/06/18/say-goodbye-to-microsoft-office-2003/* \n\nAnonymous\n\nJune 21, 2007\n\nIf you missed Tuesday’s “ Introduction to Open License for Partners” webcast and you would like to view* \n\nAnonymous\n\nAugust 28, 2007\n\nIn previous webcasts such as the “Introduction to Open License for Partners” we talked about what the* \n\nAnonymous\n\nAugust 28, 2007\n\nIn previous webcasts such as the “Introduction to Open License for Partners” we talked about what the",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/davidlem/2005/11/28/joel-p-in-the-place-to-be/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Joel P in the place to be!\n\nJoel Pobar of the CLR team is in Australia for a little while, and has kindly offered to make his way down to Melbourne for a session. My thoughts are that we put together a 2 hour session at the CITC at lunch and the Microsoft Theatre in the evening that covers:\n\n* CLR Background\n* CLR Internals\n* How Microsoft builds a CLR\n* Future of the CLR\n\nSo hit me back on my blog and let me know Melbourne, do you want Joel to head down and give us an insight into the internals? If the response is good, then I'll work with Joel on setting up two sessions, one to run at lunch time and one to run in the evening sometime in the next few weeks.\n\n## Comments\n\n* \n\nAnonymous\n\nNovember 28, 2005\n\nyes...Yes...YEs...YES!\n\nYes please!* \n\nAnonymous\n\nNovember 28, 2005\n\nYes please!* \n\nAnonymous\n\nNovember 28, 2005\n\nYep, count me in.* \n\nAnonymous\n\nNovember 28, 2005\n\nDave,\n\nI'll most definitely come along.\n\nDave* \n\nAnonymous\n\nNovember 28, 2005\n\nThe comment has been removed* \n\nAnonymous\n\nNovember 28, 2005\n\nDave,\n\nCould you record it as a webcast?\n\nI think that there will be many, many people who would want it see this!* \n\nAnonymous\n\nNovember 28, 2005\n\nSounds interesting , count me in :)* \n\nAnonymous\n\nNovember 29, 2005\n\nYes,\n\nI 'd like to hear what he has to say on CLR , as long as it is free or nearly free.* \n\nAnonymous\n\nNovember 29, 2005\n\nI'd be up for it, just depends when it is.\n\nnot to mention I still have a couple of pieces of my facial hair kit to use up :o)* \n\nAnonymous\n\nNovember 29, 2005\n\nJoel is a pretty inspirational guy.\n\nI would love to turn up for the talks!* \n\nAnonymous\n\nNovember 30, 2005\n\nDavid that would be a great idea. I am definitely on board!\n\nLook forward to seeing Joel in Melbourne.* \n\nAnonymous\n\nNovember 30, 2005\n\nThis would a must see/hear* \n\nAnonymous\n\nJune 07, 2009\n\nPingBack from http://besteyecreamsite.info/story.php?id=1696* \n\nAnonymous\n\nJune 08, 2009\n\nPingBack from http://insomniacuresite.info/story.php?id=10964* \n\nAnonymous\n\nJune 09, 2009\n\nPingBack from http://cellulitecreamsite.info/story.php?id=5411",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/jnak/2009/04/20/the-easy-way-to-install-the-windows-azure-tools-and-sdk-pre-requisites/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# The Easy Way to Install the Windows Azure Tools and SDK Pre-Requisites\n\n(Update 9/24/2009 -- We're now included in the Web Platform Installer! See: https://blogs.msdn.com/jnak/archive/2009/09/24/installing-the-windows-azure-tools-using-the-web-platform-installer.aspx)\n\nOne of the first things I do when I get a new box is install the Windows Azure Tools and SDK. (don’t you?)\n\nQuite often, I forget to install and configure IIS7 – and receive the following message:\n\nThe Windows Azure SDK requires Internet Information Service 7.0 with ASP.Net Application Development components installed.\n\nSo how do I install IIS and the required components?\n\nYou could follow the instructions buried on the download page… or you can use the Microsoft Platform installer which is a heck of a lot easier. Let’s see how that would work.\n\n1. Navigate to https://microsoft.com/web and click on “Get the Microsoft Web Platform”\n\nAt the time of this writing, there is a v1.0 and v2.0 beta you can try. We’ll show the 2.0 beta although you could use either.\n\n2. Click on the download button.\n\n3. Click on the Web Platform tab and customize the Web Server option with: ASP.Net, Default Document and CGI (if you want to run fastCGI apps) and any other features you want to add.\n\n4. You can also click to add a database (SQL Express) if you need it and tools – including the free Visual Web Developer Express which our Windows Azure Tools support.\n\n5. Click “Install” when you are ready. You’ll get an opportunity to review your selection, then the download and install will commence.\n\n6. Install a few hot fixes manually:\n\nInstall the Hotfix: Native Debugging Improvements\n\nInstall the Hotfix: Support for FastCGI on the Development Fabric\n\nInstall the Hotfix: Improve Visual Studio Stability\n\n7. Finally, if you are using WCF, you will want to install WCF HTTP Activation. (this is a .Net feature)\n\nOn Vista: From the Start menu, choose Settings | Control Panel | Programs | Programs and Features, Click Turn “windows Features On or Off”, under Microsoft .Net Framework 3.0, select WCF HTTP Activation\n\nOn Windows Server 2008 – In Server Manager under Features Summary, choose Add Features – under .Net Framework 3.0 Features, select WCF Activation.\n\n8. Install the Windows Azure Tools\n\nThis is the way I setup my new machines nowadays, just so much easier and I get all of the other web frameworks (like MVC and Silverlight) at the same time.\n\n## Comments\n\n* \n\nAnonymous\n\nApril 20, 2009\n\nJim walks you through using the Web Platform Installer to get your pre-reqs (like installing IIS7) using* \n\nAnonymous\n\nApril 21, 2009\n\nThank you for submitting this cool story - Trackback from DotNetShoutout* \n\nAnonymous\n\nApril 26, 2009\n\nPick of the week: I Spose I’ll Just Say It – You Should Learn MVC General The Easy Way to Install the Windows Azure Tools and SDK Pre-Requisites : Jim Nakashima shows how to use the Web Platform Installer to get up and running with Windows Azure as quickly* \n\nAnonymous\n\nNovember 17, 2010\n\nSo, the hotfixes are not necessary for Win7, correct? :)",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/teachers/?p=2123",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00401-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n### How to deliver safe and productive hybrid learning for students\n\nGet tips, resources and advice how to use technology to deliver safe and productive hybrid learning for students.\n\nBy 2025, there are expected to be three million new tech jobs in the UK. what more can businesses and employers do to ensure that we have a steady supply of tech talent joining the sector? Learn how Microsoft is tackling the skills shortage.\n\nGet tips, resources and advice how to use technology to deliver safe and productive hybrid learning for students.\n\nThe ever-growing potential of chatbots in education is now being explored and evaluated across the sector. Given the accessibility of Power Apps, Power Virtual Agents and App Studio, it is no longer necessary to learn how to code to get started with creating your first chatbot in Microsoft Teams.\n\nBuilding a rich, purposeful and clear remote learning environment will help enrich pupils and keep them, staff and parents connected.\n\nPodcasts are an increasingly popular medium of educational content, and can often be leveraged to great effect in teaching and learning.\n\nBy giving employees the ability to share knowledge, skills, and practice together, you can learn how to run a successful online event with Teams.\n\nWith PowerPoint and Microsoft Stream, you can create engaging and creative virtual lessons you can share with students in a remote learning environment.\n\nEffective teaching and adaptive learning enhanced by machine learning can help students master and retain skills 1.5 times faster. Find out more.\n\nEnsure all staff can confidently use technology to enable remote learning, collaborate better, and save time to focus on development and training.\n\nGiving your students’ access to anywhere learning helps them to continue learning through disruption, gain confidence and digital skills.\n\nDiscover how educators are using Microsoft Teams to develop real-world transferable skills in students while increasing their learning opportunity.\n\nMinecraft: Education Edition can be used to create engaging activities ideal for remote access learning to help students unlock their potential.\n\nOne of the greatest joys of teaching is walking into a classroom in the morning and being greeted by a room full of smiling students who are eager to learn and excited for the day ahead… Or perhaps it’s more accurate to describe a room full of students slumped behind a hoodie, whispering to a",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/vbertocci/2012/11/07/provisioning-a-windows-azure-active-directory-tenant-as-an-identity-provider-in-an-acs-namespace/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Provisioning a Windows Azure Active Directory Tenant as an Identity Provider in an ACS Namespace\n\nThanks to the improvements introduced in the latest refresh of the developer preview of Windows Azure Active Directory, we are finally able to support a scenario you often asked for: provisioning a Windows Azure Active Directory tenant as an identity provider in an ACS namespace.\n\nIn this post I am going to describe how to combine the various parts to achieve the desired effect, from the high level architecture to some very concrete advice on putting together a working example demonstrating the scenario.\n\n# Overview\n\nLet’s say that we want to develop one MVC application accepting users coming from both Facebook and one customer’s Windows Azure AD, say from Trey Research, which uses a Windows Azure AD directory tenant for its cloud-based workloads.\n\nOne way in which you could decide to implement the solution would be to outsource most of the authentication work to one ACS namespace (let’s call it LeFederateur, in honor of my French-speaking friends) and configure that namespace to take care of the details of handling authentication requests to Facebook or to Trey Research. Your setup would look like the diagram below (click on the image for the full view).\n\nFrom right to left, bottom to top:\n\n* Your application is configured (via WIF) to redirect unauthenticated requests to the ws-federation endpoint of the ACS namespace\n* The ACS namespace contains a representation of your application, in form of relying party\n* The ACS namespace contains a set of rules which describe what claims should be passed on (as-is, or somehow processed) from the trusted identity providers to your application\n* The ACS namespace contains the coordinates of the identity providers it trusts; in this case\n\n* There is an entry for a Facebook application IdP type, created according to the usual ACS provisioning flow for Facebook apps\n* There is an entry for a WS-Federation IdP type, pointing to the Try Research’s directory tenant. To be exact, pointing to the metadata document hosted at https://accounts.accesscontrol.windows.net/treyresearch1.onmicrosoft.com/FederationMetadata/2007-06/FederationMetadata.xml\n* Facebook contains the definition of the app you want to use for handling Fb authentication via ACS\n* The Trey Research’s directory tenant contains a service principal which describes the ACS namespace’s WS-Federation issuing endpoint as a relying party\nI am sure that the ones among you who are already familiar with the concept of federation provider are not especially surprised by the above. This is a canonical topology, where the application outsources authentication to a federation provider which in turn handles relationships with the actual identity sources, in form of identity providers. The ACS namespace plays the role of the federation provider, and the Windows Azure AD tenant plays the role of the identity provider.\n\nRather, the question I often got in the last few months was: what prevented this from working before the latest update?\nThat’s pretty simple. In the first preview ServicePrincipals could only be used to describe applications with realms (in the ws-federation sense) following a fixed format, namely spn:@ (as described here) which ended up being used in the AudienceRestriction element of the issued SAML token. That didn’t work well with most of the existing technologies supporting claims-based identity, including with ACS namespaces: in this specific case, LeFederateur would process incoming tokens only if their AudienceRestriction element would contain “https://lefederateur.accesscontrol.windows.net/” and that was simply inexpressible. With the improvements we made to naming in this update, service principals can use arbitrary URIs as names, resulting in arbitrary realms & audience restriction clauses: that restored the ability of directory tenants to engage as identity providers through classic ws-federation flows, including making ACS namespace integration (or any other federation provider's implementation) possible.\n\n# Walkthrough\n\nEnough with the philosophical blabber! Ready to get your hands dirty? Here there’s a breakdown in individual tasks:\n\n* create (or reuse) an ACS namespace\n* create a Facebook app and provision it as IdP in the ACS namespace\n* create (or reuse) a directory tenant\n* provision a service principal in the directory tenant for the ws-federation endpoint of the ACS namespace\n* provision the directory tenant’s ws-federation endpoint as an IdP in the ACS namespace\n* create an MVC app\n* use the VS2012 Identity and Access tools for connecting the application to the ACS namespace; select both Facebook and the directory tenant as IdPs\n* Optional: modify the rule group in ACS so that the Name claim in the incoming identity will have a consistent value to be shown in the MVC app UI\n\nmany of those steps are well-known ACS tasks, which I won’t re-explain in details here; rather, I’ll focus on the directory-related tasks.\n\n## 1. Create (or reuse) an ACS namespace\n\nThis is the usual ACS namespace creation that you know and love… but wait, there is a twist!\n\nIn order to create a namespace you need to use the Windows Azure Silverlight portal, and I occasionally heard that people using the HTML5 portal as their default might not know how to get back to it. The trick is to click on your email in the top-right corner of the HTML5 portal; at the very top you will find a link that will lead you back to the Silverlight pages with their ACS namespace creation settings.\n\nIf you want to reuse an existing namespace you can go straight to the ACS management UI via the usual .accesscontrol.windows.net/\">https://.accesscontrol.windows.net/.\n\n## 2. Create a Facebook app and provision it as IdP in the ACS namespace\n\nFollow the ACS documentation here.\n\n## 3. Create (or reuse) a directory tenant\n\nObtaining a Windows Azure Active Directory tenant is very easy. For example:if you are an Office365 customer, you already have one! Head to https://activedirectory.windowsazure.com/ and sign in with your organizational account: if you are an administrator, you’ll see something to the effect of the shot below:\n\nIn fact, be warned: in order to go through this walkthrough you *have* to be an administrator.\n\nIf you don’t already have a tenant, setting one up is fast and painless: follow this link to set up one for free as part of our developer preview program.\n\nIf you create a new tenant, the first user you generate as part of the signup process will also be an administrator; keep the credentials of that user handy, because you’ll need them in the next step.\n\n## 4. Provision a service principal in the directory tenant for the ACS namespace\n\nFrom this point on, things get interesting. You need to let your directory tenant know about the existence of your ACS namespace: the web SSO (in this case, WS-Federation) endpoints won’t issue tokens for any recipient, only the ones represented by a service principal object will be deemed eligible.\n\nAs of today, the Windows Azure Active Directory portal does not yet offer commands for creating service principals; so your most straightforward option get that done is by using the Office365 cmdlets, These can be downloaded from here (please read the instructions carefully, especially for what concerns prerequisites and x86 vs x64 platforms).\n\nOnce you have installed the cmdlets, double click on the new PowerShell shortcut on your desktop (“Microsoft Online Services Module for Windows PowerShell”) and enter the following (after having substituted lefederateur with your own ACS namespace)\n\n `1:` \nConnect-MsolService\n\n `2:` \nImport-Module\n\n `MSOnlineExtended -Force` `3:` \n$replyUrl\n\n `=` \nNew-MsolServicePrincipalAddresses\n\n```\n–Address \"https://lefederateur.accesscontrol.windows.net/\"\n```\n\n `4:` \nNew-MsolServicePrincipal\n\n `–ServicePrincipalNames` `@(` \n“https://lefederateur.accesscontrol.windows.net/”\n\n `)` `-DisplayName` \n\"LeFederateur ACS Namespace\"\n\n `-Addresses` \n$replyUrl\n\nNow, before you accuse me of witchcraft, let me explain what happens line by line :-)\n\n* The first line establishes a session with your tenant of choice. You’ll be prompted to enter your admin credentials: this will serve the double purpose of a) authenticate you and b) establish which directory tenant you want to work on (for example: for me it was treyresearch1.onmicrosoft..com)\n* The second line loads in the PowerShell session the module containing the commands you need for working with service principals. Here there are 2 caveats I’ve seen people stumble on over and over again:\n\n* it’s MSOnlineExtended, NOT MSOnline only. If you just tab your way to parameter completion, the first instance will be MSOnline and that does NOT contain the commands you’ll need\n* On Windows8 my experience is that if you don’t add the –Force parameter the import won’t succeed. My colleagues tell me that you should not need it, but for the time being things won’t work for me on WIndows8 without it. YMMV.\n* In this line I create an object of type MsolServicePrincipalAddresses with the return URL root of the target ACS namespace, which will be used as parameter in the subsequent line. It just seems cleaner to do it in its own line rather than cramming everything in the service principal creation command\n* This is finally the command we wanted to execute, the creation of the service principal. Here I added the bare minimum in order to obtain a service principal viable for this walkthrough purposes, all the omitted parameters will simply be assigned default or (in the case of GUIDs) randomly initialized values. The most important value here is the one in ServicePrincipalNames, which will be used as realm (hence as AudienceRestriction) in the tokens issued on behalf of the directory tenant to the ACS namespace\n\nThat’s it; you can close the PowerShell prompt.\n\n## 5. Provision the directory tenant as an IdP in the ACS namespace\n\nThis is one of my favorite parts: it’s REALLY easy :-).\n\nHead to the identity providers section of the ACS management portal (you’ll find it at https://lefederateur.accesscontrol.windows.net/v2/mgmt/web/IdentityProvider modulo namespace name of course), hit Add, choose “WS-Federation identity provider” and click the Next button.\n\nType in Display name and Login link text whatever moniker you want to sue for the directory tenant as identity provider (the name of the organization is usually a good candidate). Then paste in the URL field of the WS-Federation metadata section the URL of the metadata document of the directory tenant. With the name improvements we introduced in this dev preview refresh, it is in the very convenient format https://accounts.accesscontrol.windows.net/treyresearch1.onmicrosoft.com/FederationMetadata/2007-06/FederationMetadata.xml where treyresearch1.onmicrosoft.com is the domain associated to the directory tenant.\n\nScroll to the bottom of the page, hit save and you’re all set.\n\n## 6. Create an MVC app\n\nLet’s jump off the cloud for few minutes, and hit the good ol’ (not really, we barely just released :-)) Visual Studio 2012 to create our test application.\n\nYou can really use any Web application template, but I would suggest using MVC4 as that will allow you to get some work done automatically for you by the identity and access tools. The internet or intranet templates will work just as well, just be aware of the fact that they both have some authentication-related logic out of the box that will become dead code once we outsource authentication to ACS. Here I’ll go with the intranet template.\n\n## 7. Use the VS2012 Identity & Access tools for connecting the app to the ACS namespace\n\nWhat do you mean with “I don’t have the Identity and Access Tools for Visual Studio 2012 installed on my machine”? Drop everything you are doing and go get them! :-) Jokes aside, they’ll make things SO much easier in this tutorial: you’ll need those installed if you want to follow step by step.\n\nRight click on the project in the Solution Explorer and choose “Identity and Access…”. The tools dialog will open on the Providers tab. Hit the “Use the Windows Azure Access Control Service” option. Assuming that you configured the tools to connect with your target ACS namespace, you’ll see something like the following:\n\nCheck both boxes and hit OK: the tool will create one entry for your application in the ACS namespace, and will add to your web.config the necessary WIF settings for redirecting all unauthenticated requests to ACS.\n\nAt this point you could refine things further: for example, you could use the Identity and Access tools for creating an authentication experience that would help your users to choose between Facebook and Trey Research directly in your app, giving you control on the look & feel and presentation aspects of the experience. Here for simplicity I’ll just rely on the barebones-but-functional home realm discover experience hosted by ACS itself; if you want more control on the experience please refer on the flow described here right after the release notes.\n\n## 8. Modify the rule group in ACS\n\nThere is one last detail we should take care of before hitting F5.\n\nAs part of the provisioning of the current application as an RP in the ACS namespace, the Identity and Access Tool creates a rule group which copies all the incoming claims from the two IPs to the output token. This works great for Facebook and the MVC template: MVC uses the Name property of the Identity in the current thread to greet the authenticated user, and one of the claim types issued via Facebook nicely maps to that property.\n\nThings are less straightforward with the claims coming from the directory tenant: in this developer preview a directory tenant won’t emit a claim of type https://schemas.xmlsoap.org/ws/2005/05/identity/claims/name, which (absent explicit mapping in the web.config, a story for another post) means that the Name property will be empty: the user will be greeted by an “Hello, “ and that blank might be puzzling to the user. Luckily there are multiple places in the pipeline in which we can inject corrective logic: here I’ll show you how to do by creating a custom rule in ACS.\n\nNavigate to the rule groups editor in the portal (https://lefederateur.accesscontrol.windows.net/v2/mgmt/web/RuleGroup) and select the rule group that the tool generated for you (typically of the form _RuleGroup). You’ll see that you already have two rules, one for Facebook and one for Trey Research, passing all claims thru. Click Add: you’ll land on a page that will allow you to define a new claim transformation rule.\n\nWe want to pick one claim type that the directory tenant does issue, possibly one that can be used for referring to the user in the sentence “Hello, ”, and make ACS issue one claim with the same value but type https://schemas.xmlsoap.org/ws/2005/05/identity/claims/name.\n\n·From the top: choose “Trey Research” in the Identity Provider dropdown.\n\nUnfortunately the portal won’t be of much help for selecting which input claim type we should use: the metadata document of the directory tenant does not declare all the claims it issues. You can easily find out by adding a breakpoint in your app and, once authenticated, inspecting the content of ClaimsPrincipal.Current.Claims. I could give you the complete list here, but that list WILL change before GA hence I don’t want to deceive future visitors coming from search engines with a list that I already know will be obsolete.\n\nFor the time being just take as an article of faith that a directory tenant will issue a claim of type **https://schemas.xmlsoap.org/claims/FirstName**; that seems an acceptable value for our purposes, let’s paste that URI in the Enter Type text field. You can keep the Input claim value section to its default (any).\n\nOn the Output claim type section, select https://schemas.xmlsoap.org/ws/2005/05/identity/claims/name from the dropdown. Leave everything as is, and hit Save on the bottom of the page.\n\n## 9. Test the solution\n\nReady to give the solution a spin? Go back to Visual Studio and hit F5.\n\nYou’ll be instantly redirected to the home realm discovery page on ACS, were you’ll be offered to choose between Trey Research and Facebook.\n\nIf you choose Facebook you’ll go through the usual authentication-consent-login flow; Here I’ll pick Trey Research.\n\nAs expected, the Windows Azure Active Directory log in page shows up in all its colorful glory. Enter your credentials and…\n\n…you’re in!\n\nCongratulations. You just signed in a Web application secured via ACS using organizational credentials from a directory tenant.\n\n# In Summary\n\nWith the latest update of the developer preview of Windows Azure Active Directory, you are now able to provision Windows Azure AD directory tenants as identity providers in ACS namespaces. This allows you to easily support in the same application organizational identities, individual identities from well-known Web providers (Microsoft account, Facebook, Google, Yahoo!, any OpenID 2.0 provider supporting attribute exchange) and direct, un-brokered federation relationships.\n\nConceptually, the process of onboarding a directory tenant does not deviate from the sequence of tasks you would follow for provisioning any other authority in a federation provider-identity providers topology: tell the identity provider about ACS, tell ACS about the identity provider, adjust rules to handle the occasional impedance mismatch between what the application wants and what the provider can provide, and so on. Concretely, there are still few places where you need to do a bit of extra work to make the ends meet: as we get closer to GA, hopefully things will get simpler and more streamlined.\n\nIn fact, we need your feedback! The developer preview is here for you to experiment and let us know what works and what doesn’t: looking forward to hear your impressions!\n\n## Comments\n\n* Anonymous\n\nDecember 28, 2012\n\nWhat should I make of the puid claim issued by o365 and azure active directory tenants that I've enabled as identity providers in my acs namespace federation provider setups? Is it a unique value that will stay the same regardless of name changes similar to old passport [ -> liveId - > microsoft account ] puids?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/robmen/2005/10/15/internal-blogs-at-microsoft/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/robcaron/2005/08/25/osellus-using-rup-in-team-system/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Osellus: Using RUP in Team System\n\nSome of the frequently asked questions we get about Team System and how it relates to RUP are:\n\n* Can I use RUP in Team System?\n* Can RUP processes be brought into Team System in the form of process templates?\n* Can Team System provide a process enactment platform for RUP?\n\nIRIS Process Author from Osellus offers such a solution. Following the link below you can view a Flash presentation (< 10 minutes) from Osellus on how this works:\n\n> \n\nOsellus :: Solutions :: Microsoft :: rup-vsts\n\nCustomers using RUP® can enact processes based on this methodology in Visual Studio Team System using IRIS Process Author. IRIS Process Author imports the full contents of customers’ RUP®, including content from any installed RUP® plug-in. The resulting processes can then be deployed on Visual Studio Team System without any modifications or tailored before deployment. RUP® processes appear as process templates in Visual Studio Team System. The solution significantly expands the return-on-investment (ROI) for RUP® through the real-time management of RUP® phases, iterations, activities, roles, artifacts and guidelines across each project instance of a tailored RUP® process.\n\nRelated Links:\n\n[Update] It looks like Eric Jarvi blogged about this just a bit ago.\n\n* Anonymous\n\nAugust 31, 2005\n\nJust noticed that link for IRIS Process Author is this: http://www.osellus.com/products/iris_process_author/iris_process_author.html* Anonymous\n\nSeptember 05, 2005\n\nHold the shift key and double click\n\nNew Team System Stuff - 2005-08-24\n\nEric Lee: July CTP workarounds...* Anonymous\n\nJune 08, 2006\n\nI was wondering if there is already a rup process template avaible for visual studio team system....* Anonymous\n\nJune 26, 2006\n\nYes, we have both the standard IBM-RUP as well as public domain Unified Process available in IRIS Process Author. For tailored versions of IBM-RUP, we have a RUP-bridge that brings RUP data in IRIS Process Author.\n\nAll this process content in IRIS can be used to create a tailored process template for VSTS.\n\nNote that with IBM-RUP you have licensing implication for distributing content but with Unified Process you don't.\n\n~Sammy Wahab\n\nDir. of Process Consulting\n\nOsellus Inc.* Anonymous\n\nJanuary 21, 2009\n\nPingBack from http://www.keyongtech.com/609740-rup",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/sharepoint_strategery/2015/04/15/sp2013-search-index-health-reports-for-monitoring-and-troubleshooting/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# SP2013 Search Index health reports for monitoring and troubleshooting\n\nUpdate:\n\nThe newest version of the Search Index Health Reports script can now be found with our Search Health Reports (SRx) Core diagnostic tools, which can be downloaded from the TechNet Gallery here .\n----------\n\nEver had an SP2013 Index Component report a yellow exclamation point () to indicate a \"degraded index component\" and then wondered what that really meant? From my experience, these almost always either tied to an underlying disk problem and/or some external software interfering with the component (most commonly, AntiVirus or file-level backup utilities). In this post, we'll discuss some tools to monitor and troubleshoot these degraded Index Components and help better explain the problem at hand.\n\n## Step 1: Go Beyond Looking for Green Checkmarks\n\nWhen this occurs, I first recommend using this incredibly useful \"topology\" script written by a member of our Product Group to give you more details on any degraded component and key information about the Search System overall. Then, in addition to this topology script, try running the following PowerShell module that I posted in the TechNet Script Center (some examples are detailed below)\n\nThe core of this module is based on this post \"Monitoring an SSA's Index\" by Dan Pandre, to which he described:\n\n\"The Search Administration Component is responsible for managing both the overall topology of the search system and the search index states… The script below combines these reports into a single summary that can be used to check the overall status of an SSA's search index and interpret ULS log events relating to that search index. \"\n\nAnd with that… examples.\n\n## Example 1: The Index and a large Full Crawl\n\nFirst, we see a scenario where the system is healthy with all components are \"Active\" and \"In Sync\" with very similar generations (think of a generation as the high water mark of content submitted to this component). We can also see (by leveraging Merge-SPLogFile) the ratio for each Update Group in a replica that gets used to calculate whether a Master Merge needs to occur.\n\nNotes:\n\n* This Master Merge Trigger check gets performed by the Application Server Administration Services timer job on the Primary Admin Component\n* A given Index Component manages a given Index Cell ...the first output helps you map one to the other (e.g. IndexComponent1 => Cell [I.0.0] )\n\n* Often in the ULS logs and PowerShell reports, you will see a Cell name (e.g. [I.0.0]) referenced instead of the \"Index Component\" nomenclature\n* Loosely speaking, you can refer to these interchangeably – but it's worth noting that there is no correlation between the Index Component number (in this case, Index Component 1 and 2) with the Cell names\n* A Cell represents a logical segmentation of the index whereas the Index Component represents the physical implementation\n* The naming convention for a Cell is I.[replica number].[partition number]\n\n* All replicas in a given partition will have the same trailing number\n\n* In this case with one partition, notice both replicas end with \"0\", which ties back to Partition 0 to which these both belong\n* If this Index System had 2 partitions with 2 replicas each, the cells would be named:\n\n* For partition 0: [I.0.0] and [I.1.0]\n* For partition 1: [I.0.1] and [I.1.1]\n* Each replica in a partition is simply numbered with a zero-based index (e.g. the first is I.0.0, the second replica is I.1.0, and so on…)\n* All replicas in a given partition will have the same trailing number\n\nIn the next scenario, I started a large Full crawl and then started watching the output of this report. During a crawl:\n\n* The CPCs submit content only to the Primary replica [cell] via the Index Router (a special thread which only runs on the Primary replica)\n* The Primary replica also has the Journal Shipper thread running, whereas the other replicas in that partition instead have the Journal Receiver thread\n* The Index Replicas [cells] all report their Journal/Index Generations to the ClusterManager thread running in the [Primary] Search Admin, which determines \"in sync\" status for the replica [cell] within the cluster\n\nFrom there, each replica [cell] has an Index Plugin, which creates index parts, responds to queries, and merges those parts into a master index file. Because Index parts are created/merged independently by each replica [cell], \"in sync\" replicas [cells] within a partition [fragment] should have the same logical content across the replicas, but they may have different physical index parts on the file system until a master merge occurs.\n\nIn other words, as more items get submitted to a given Index Component, the percentage of items existing in a shadow index part increases relative to the number of items existing in the \"master\" index part. When this ratio exceeds 10% (as defined by the \"TargetRatio\"), a Master Merge will get triggered for that given Update Group. Simplistically speaking, think of the master merge process as creating a new file that contains the original master part plus all of the new parts… anything overlapping is effectively replaced by the most recent sub-parts. Being said, this should explain why the physical file parts may grow up to three times as large as the \"CheckpointSize\" reported by the Search System.\n\nFrom the image below, we can see where a Master Merge is running, which correlates with the ratio of the items in the %default Update Group for IndexComponent1 – at that time, a ratio of about 15%.\n\nNote: I tend to focus only on the %default Update Group because it is typically the most substantial part of the index files and thus takes the disproportionate amount of time to merge than the other Update Groups. In other words, the other Update Groups are typically small/quick and thus irrelevant to most monitoring/troubleshooting.\n\nUpon completion of the Full crawl as well as a series of resulting Master Merges, the \"CheckpointSize\" and the \"Ratio\" are much smaller. However, in this case, the physical size of the index files remained high even after waiting several hours (and starting no other crawls).\n\nEventually these will get removed (most likely in subsequent crawls), but they can be purged sooner by recycling the Host Controller service as demonstrated below:\n\nWhich – after a minute or so later – returned to an \"Active\" state and reported output such as below:\n\n### Bonus material:\n\nAfter the Full crawl, I ran this cmdlet again with the \"MMExit\" flag:\n\nGet-SPIndexReports -MMExit\n\nThis triggers another Merge-SPLogFile covering last 24 hours looking for event \"acdru\" as seen below. It's worth noting that this may be very heavy-handed with such a large duration to merge and should only be used conservatively (e.g. when troubleshooting something specific and avoid any sort of regularly scheduled run of this).\n\nI have not yet converted this output into a friendly looking display, but the cmdlet does report the file location where the merge file gets written. In this case, I could see events such as the following:\n\n04/14/2015 08:57:46.60 NodeRunnerIndex1 (TABLE41)\n\nSearch FsPlugin indexing tasks acdru Medium\n\n%default MergeSet[IndexComponent1-f9ed646c-e520-4fc2-91fb-2ec963fae67a-SPfbe0b39bf14a.I.0.0](64988F22-50DD-45C5-A016-FA35702EF3A6) MergeId:0x0000003e.\n\nMaster merge exit after 3398875 ms (0:56:38.3398)\n\n04/14/2015 09:12:57.66 NodeRunnerIndex2 (TABLE42)\n\nSearch FsPlugin indexing tasks acdru Medium\n\n%default MergeSet[IndexComponent2-f9ed646c-e520-4fc2-91fb-2ec963fae67a-SPfbe0b39bf14a.I.1.0](35C70871-4EC7-46D0-818F-986D643A8A4E) MergeId:0x000000c7.\n\nMaster merge exit after 2448047 ms (0:40:48.2448)\n\n-------------------------\n\n## Example 2: A \"Catastrophic\" Failure\n\nIn another scenario, I demonstrated a catastrophic loss of my Index file path for IndexComponent1. With the component out of commission, the first run of the report illustrates the component as \"Unknown\" in a new a new table not displayed in the prior reports. It is also important to note that this cell I.0.0 (e.g. IndexComponent1) is now no longer \"in sync\" with the Primary replica and as a result, is considered \"left behind\".\n\nOnce we restore the underlying problem with IndexComponent1, it once again begins to report status… initially as \"Degraded\". However, the Search System recognizes that this component [cell I.0.0] is out of sync with the primary, causing this to be moved into the \"seeding\" list. Seeding occurs by copying over all of the index files (including the \"Journal\" files, which act much like a database transaction log file) from the Primary replica to get back in sync.\n\nI hope this helps explain more of what's occurring behind the scenes and make your life easier next time you see a \"degraded\" Index Component.\n\n## Comments\n\n* Anonymous\n\nFebruary 14, 2016\n\nScripts are great however this should be integrated into CA search administration dashboard.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/bing_ads_api/2008/03/17/hello-adcenter-v5-sample-written-in-php/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Hello adCenter V5 sample written in PHP\n\nHello!\n\nWe've prepared Microsoft adCenter API Version 5 (V5) samples written in PHP for a future release to MSDN. In the interim, we're providing the PHP sample below.\n\nThis example assumes that you have already determined your account ID; you must substitute your account ID for the `$accountId` variable that is assigned `489` in the following code.When you call your code, pass in the API credentials as command-line parameters. In the code, `$argv` represents the name of the PHP file and your API credentials. `$argv[0]` is the name of the PHP file; `$argv[1]` is your user name; `$argv[2]` is your password; `$argv[3]` is your developer token. For example, if your PHP script is named HelloAdCenterV5.PHP, execute the script as follows. `php HelloAdCenterV5.php your_user_name your_password your_developer_token` \nSubstitute your API credentials for the placeholders your_user_name, your_password, and your_developer_token.\n\nThank you.\n\nWalter Poupore\n\nLead Programming Writer\n\nMicrosoft adCenter API\nGet Campaigns for an Account\n\nUsername=$username;\n\n$userCredentials->Password=$password;\n\n$developerToken=new DeveloperToken();\n\n$developerToken->Value=$developerTokenValue;\n\n$applicationToken=new ApplicationToken();\n\n$applicationToken->Value=$applicationTokenValue;// Create the SOAP headers.\n\n$headerApplicationToken =\n\nnew SoapHeader\n\n(\n\n$xmlns,\n\n'ApplicationToken',\n\n$applicationToken,\n\nfalse\n\n);\n\n$headerDeveloperToken =\n\nnew SoapHeader\n\n(\n\n$xmlns,\n\n'DeveloperToken',\n\n$developerToken,\n\nfalse\n\n);\n\n$headerUserCredentials =\n\nnew SoapHeader\n\n(\n\n$xmlns,\n\n'UserCredentials',\n\n$userCredentials,\n\nfalse\n\n);// Create the SOAP input header array.\n\n$inputHeaders = array\n\n(\n\n$headerApplicationToken,\n\n$headerDeveloperToken,\n\n$headerUserCredentials\n\n);// Create the SOAP client.\n\n$opts = array('trace' => true);\n\n$client = new SOAPClient($campaignProxy, $opts);// Specify the parameters for the SOAP call.\n\n$params = array\n\n(\n\n'AccountId'=>$accountId\n\n);// Execute the SOAP call.\n\n$result = $client->__soapCall\n\n(\n\n$action,\n\narray( $action.'Request' => $params ),\n\nnull,\n\n$inputHeaders,\n\n$outputHeaders\n\n);print \"$action succeeded with Tracking ID \"\n\n. $outputHeaders['ApiCallTrackingData']->TrackingId\n\n. \".\\n\";// Retrieve the campaigns.\n\n$campaigns = array();\n\n$campaigns=$result->Campaigns;if (isset(\n\n$campaigns->Campaign\n\n))\n\n{\n\nif (is_array($campaigns->Campaign))\n\n{\n\n// An array of campaigns has been returned.\n\n$obj = $campaigns->Campaign;\n\n}\n\nelse\n\n{\n\n// A single campaign has been returned.\n\n$obj = $campaigns;\n\n}\n\nprint \"The following campaigns were returned by $action.\\n\";\n\nforeach ($obj as $campaign)\n\n{\n\nprint \"Campaign Id: \" .\n\n$campaign->Id .\n\n\" Name: \" .\n\n$campaign->Name .\n\n\"\\n\";\n\n}\n\n}\n\n}catch (Exception $e)\n\n{\n\nprint \"$action failed.\\n\";// Display the fault code and the fault string.\n\nprint $e->faultcode . \" \" . $e->faultstring . \".\\n\";print \"TrackingID: \" .\n\n$e->detail->ApiFaultDetail->TrackingId . \".\\n\";// Process operation errors.\n\nif (isset(\n\n$e->detail->ApiFaultDetail->OperationErrors->OperationError\n\n))\n\n{\n\nif (is_array(\n\n$e->detail->ApiFaultDetail->OperationErrors->OperationError\n\n))\n\n{\n\n// An array of operation errors has been returned.\n\n$obj =\n\n$e->detail->ApiFaultDetail->OperationErrors->OperationError;\n\n}\n\nelse\n\n{\n\n// A single operation error has been returned.\n\n$obj = $e->detail->ApiFaultDetail->OperationErrors;\n\n}\n\nforeach ($obj as $operationError)\n\n{\n\nprint \"Operation error \" .\n\n$operationError->Code . \" encountered. \";\n\nprint $operationError->Message . \"\\n\";\n\n}\n\n}\n\n}// Definitions for classes that are used by the SOAP headers.\n\nclass ApplicationToken\n\n{\n\npublic $Value;\n\n}\n\nclass DeveloperToken\n\n{\n\npublic $Value;\n\n}\n\nclass UserCredentials\n\n{\n\npublic $Password;\n\npublic $Username;\n\n}\n?>",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/msdnmagazine/2007/05/14/an-issue-in-review/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# An Issue in Review\n\nI often receive questions, especially from new authors to the magazine, about what it takes to put out an issue of the magazine, what our schedule is behind the scenes, and so forth. We spend a lot of time working to make MSDN Magazine and TechNet Magazine quality resources for you, and as such I thought some of you might have similar questions. I'm currently stuck in the Dallas airport waiting through what can only be described as a comedy of errors, so it seemed the perfect time to take a few minutes to describe our processes.\n\nAn issue begins many, many months before it ends up in your hands. Approximately six months before the first issue of a calendar year, let's say the January 2008 issue, we decide on our column schedule for the next calendar year, in this case the January 2008 through December 2008 issues. These decisions are malleable and do change over time, frequently in response to your feedback about your interests and content desires for the magazine. Nevertheless, by July 2007, we have a pretty good idea of what our columns will look like for the following calendar year of issues. Note that this doesn't mean actual column topics. For example, we may decide that the Security Briefs column will run every other issue starting with the January 2008 issue, but that doesn't mean we decide at that point in time what each of those columns will be about. That would be silly; in an industry that moves as fast as ours does, how could we possibly predict what would be relevant so far in advance? On the contrary, we take pride in the flexibility we provide to our columnists, and it's usually the columnists who take the lead, with some direction from us, on what a particular column will be about. And that decision doesn't need to be made until a few months before the cover date for an issue. As an example, the columns for the January 2008 issue will need to be written and submitted to us by September 15th, 2007. That may seem like a long time, until you consider that the January 2008 issue is actually in the mail to subscribers at the end of November 2007 (it may even be in some subscriber's mailboxes by then), and is online for everyone to view for free by mid-December 2007. In order for the January 2008 issue to be in the mail stream by the end of November 2007, we need to have it to the printer by the beginning of November 2007. That means we have around six weeks with an issue from the time the content is in to the time we need to ship it out; not a whole lot of time to put out a complete, top-of-the-line product, especially when you consider that our team (which does both MSDN Magazine and TechNet Magazine), has to ship twice a month to handle both magazines.\n\nAt the same time columns are due, the feature articles for the issue are due. Feature articles are typically assigned anywhere from two weeks to three months in advance of their due date. Whereas the topics for particular column editions are mostly determined by our columnists, with some guidance and input from us, we take a much larger hand in determining the topics for feature articles. These days, in a typical month, we'll receive upwards of 60 article ideas/proposals, some from authors who have written for us previously, some from members of the product teams or other groups here at Microsoft, and some from talented folks in the community we haven't had the luxury of working with in the past. In any given issue, however, we typically only run five to seven feature articles (along with typically 9-12 columns). This is a vast amount of content, no less than 80 pages of content and frequently closer to 90 or more. But even with that, we don't have space to run all of the content we'd like to bring to you each month. As such, we have to make hard choices in narrowing those 60+ submissions into the 5-7 we can handle, and that doesn't include the articles that are generated as a result of us reaching out to specific individuals to create specific content we desire (which typically amounts for 1-2 articles in each issue).\n\nAs a note to those folks interested in writing for the magazine or who have submitted proposals in the past that haven't been accepted, please keep these numbers in mind when you submit ideas. We genuinely want to hear all of your ideas and are excited to receive them, and frequently a rejection is simply due to us not having enough space. Of course, sometimes rejections are due to other reasons, such as us already having run or planning to run similar content, an abundance of content on similar topics elsewhere accessible to our readers, the timeliness of the topic, or any one of a myriad of other reasons. Please don't let this discourage you; we want to hear from you, and if you have a good idea (or better yet, several ideas) for articles you feel will be timely and very useful to the general Microsoft development community, please send those to us. The best way to submit proposals is at mmsubmit@microsoft.com or tnsubmit@microsoft.com (for MSDN Magazine and TechNet Magazine, respectively); we review every single submission we receive and do our best to respond in a timely way, but if you don't hear from us within a week or two, please resend your proposal as it likely got lost somewhere along the way. My friend and counterpart on TechNet Magazine has already written a good post on the TechNet Magazine blog about what makes for a good submission, so I won't reiterate that here.\n\nOnce all of the content for an issue is in, our editorial and art team get to work on it. The styles and formatting necessary for a quality print publication are pretty complicated (I frequently get them wrong), so we don't require our authors to use them, and instead request that articles be submitted in Word docs (.doc or .docx format) with simple styles and formatting. When articles come in, our art team then formats them appropriately using our print styles. In addition to formatting the document, we also run several tools over the articles to manipulate them in several ways. For example, we wrote a tool called EgCop (named after the popular FxCop) that finds common problems with articles and automatically corrects them when possible to meet our editorial guidelines around acronym usage, product naming, common capitalization issues specific to Microsoft development, and so forth. EgCop will also highlight potential problems that don’t have an obvious fix, so that it's called out to an editor when following up later.\n\nOur art team also does preliminary reviews of all artwork in the article (screenshots, diagrams, and the like) to make sure that they were generated appropriately. Diagrams are all redrawn by the art team in order to ensure that they're not only clear and consistent, but in-line with the visual style of our magazine (using our color palate, fonts, and so on). Screenshots are edited when necessary to ensure they're as useful as possible (cutting out extraneous elements that would otherwise confuse the core message, and so forth). Screenshots are also checked to ensure that they were taken correctly. All of this formatting takes a bit of time, which is why when an author has to make changes to an article after its been submitted, we ask that they first contact us to find out the best way to get those changes integrated. From the moment the initial article is submitted to us, we've forked a version, and thus an author just submitting a new doc with changes really complicates things and frequently wastes time, which is not something we have a lot of to spare.\n\nAll of our articles exist in a source control system. The initial article submitted by the author is checked in, and from then on all changes to that article are tracked. Every time someone from our team needs to modify the doc, be it to edit the text or to work on its figures or diagrams, the document is checked out, modified, and checked back in. This enables a variety of things. For one, we can easily track all changes made to documents, who made them and when, and we can roll back to previous versions should the need present itself. We can also do more interesting things. For example, I wrote an app that analyzes the changes made during each edit phase. The app is then able to provide statistics on the types and amounts of changes made during each editorial phase, which can provide interesting insights into things like the quality of an article when it was submitted. A variant of this application can also be used for plagiarism detection, whether between a given article and a previous one written by the same author (to copy from one's self is still plagiarism, and still unacceptable) or between that article and something previously published on the Web, for example.\n\nAs mentioned, once submitted an article is formatted and is run through all of our art checks. Once complete, our terrific editorial staff dives in. The first edit is typically a \"developmental edit\", or \"dev edit\" for short, done by one of our talented dev editors. This editorial pass focuses on the big picture: making sure the article flows well, making sure subtopics discussed are relevant to the overall article, making sure that the content of figures is relevant and well thought through, and so forth. While there's some copy editing done in this phase, the line editing is mostly left to another editor later on in the process. The dev editors work with the authors to make sure that all of these details are sorted through. As part of that process, after the dev edit is complete, the article's author will typically get a chance to review the article again, working with it in our formatted copy to both review the dev editor's changes and also to supply any minor corrections of their own (hopefully at this stage they don't have anything major to revise).\n\nOnce an article has been dev edited, it'll typically go through one or two rounds of copy editing before being put into layout. After these copy edits, there may still be a few grammatical or spelling errors here and there, but for the most part the article should be in a very good and readable state.\n\nThere is another very important edit that's done sometime between the time the article is submitted and layout: the technical edit. It's our goal that all of the information in MSDN Magazine and TechNet Magazine is as close to 100% accurate and relevant as possible at the time of publication (and, ideally, well beyond), and it is one of the responsibilities of the Technical Lead/Technical Editor to ensure this. Even the material from our best authors may have technical inaccuracies, and we want to ensure that these inaccuracies don't work their way into the final publication. To this end, all of our content is reviewed by technical experts at Microsoft. In addition to me (for MSDN) or Josh Hoffman (for TechNet) massaging the content for accuracy, adding additional details where relevant, or trimming away misleading statements, we also work with the product teams at Microsoft to ensure that those responsible for the features being discussed get a chance to provide feedback and comments. We then work to integrate this feedback into the content. Through this process, most mistakes are found. However, it would be naive of us to believe that we never publish an inaccuracy. Sometimes details change after we publish an article, which frequently happens in content discussing prerelease applications or tools, and sometimes we just plain get it wrong (magazines can have bugs just like software). To this end, we have several processes in place to fix errors after publication. Obviously it's not possible to modify the printed page in the copy of the magazine you hold in your hand (at least not with current printing technology), but it is possible for us to fix the errors in the online version. For more information on that, see our previous posts. Awareness of the errors we fix come from a variety of places. Sometimes the author of the article will find an inaccuracy in their work and report it to us. Other times other folks at Microsoft will discover the problems. But most of the time, it's you, the Microsoft development community, that points out the errors of our ways. You email us, or you post comments on the articles online (yes, we do pay attention to your ratings and comments... I look at them daily!) Either way, we very much appreciate your interest in making MSDN's content the best it can be. Please do get in touch in the future if you discover anything you believe to be inaccurate.\n\nOnce an article has been dev edited, copy edited, and tech edited (and reviewed), the art team jumps back in. This usually happens a few weeks after the article's due date, which means the editorial staff really doesn't have all that much time to get an article into shape, given that they're dealing with scores of articles at the same time, and the staff isn't all that large (as you can see by looking at the masthead in any of our issues). All of our editing is done in Word documents (using the Track Changes feature), and we use Adobe InDesign for layout. The article is dumped from Word into InDesign, and a preliminary layout is created. The layout features most of the elements that will be in the final layout, including all of the figures in their approximately correct location, all of the text, pull quotes blocked off approximately where they'll be in the final version, and so forth. A PDF of this initial layout (frequently referred to as a galley in the publishing world) is sent off to the author for review. While they're reviewing it, the editorial team also looks it over, performing a final proofread to fix any remaining grammatical or spelling mistakes, providing text for the pull quotes, eliminating or filling out widows (very short lines at the end of a paragraph), finalizing the article's summary box, and so forth.\n\nSometime during the editing cycle (usually after the dev edit is complete, but before we move to layout), members of the editorial and art teams meet to work through all of the figures in the article, in order to ensure that every figure is the best it can possibly be. This includes making sure screenshots and diagrams convey what they're meant to convey, that tables are as concise and useful as possible, and so on. We also meet to discuss titles for every article in the issue. We have very strict guidelines on the length and style of titles, and yet we want all titles to be relevant, interesting, and entertaining when possible. This can make for some thought-provoking and amusing meetings, especially when we're all tired and/or overflowing with caffeine. When we send the PDFs to the authors for review, we also send the titles we've come up with in order to solicit feedback or suggestions. The majority of authors respond favorably to the titles we've created, though it's not unusual to have one or two rejections in each issue. Frequently this is because the author feels we've misrepresented the content or that we've focused on something that they believe should not be the focus. Regardless, we're happy to work with the author to come up with something that they can be happy with, but that still fits our style restrictions.\n\nEach author typically has a few days to review and respond with feedback to their PDFs. Any feedback they provide is integrated as best and as quickly as possible into the layout, some final reads are performed and last minute changes made by both editorial and art, and the article is shipped to the printer, along with the rest of the articles in the issue.\n\nIn general, we've managed to pipeline our process so that workload is relatively constant. However, ship weeks (which are typically more like three days rather than a whole week) frequently involve later nights as we push hard to get all articles for the issue finalized and out the door. Our deadlines are real deadlines: there is no such thing as delaying a print date, and we don't slip, period.\nOnce an issue has been sent to the printer, most of the editorial team considers the issue complete. However, the art team at that point still has some work to do. Mainly, they receive back from our pre-press vendor proofs that need to be verified. It's only when all of these proofs have been approved that we officially sign off on the issue and wait for the fruits of our labor to arrive in our subscriber's hands.\n\nOf course, the print publication is only part of the cycle. We also publish every issue online, which involves additional work. Once an issue has been shipped to the printer, the InDesign files are handed off to our fearless Web producer/developer/designer Mike who handles publishing the articles online. Once the InDesign files have been converted into the XML format we use for all of our content, the files are sent off for localization so that we can launch the issue online simultaneously in all languages we provide, which currently counts 11 locales (English, French, Spanish, German, Italian, Russian, Portuguese, Korean, Japanese, Traditional Chinese, and Simplified Chinese). We also need to prepare all of the code that accompanies our articles. For MSDN Magazine, I scrub the code as necessary and hand it off to Mike, who arranges to have it signed, scanned, and propped to download.microsoft.com and linked to from our site. We also post it in a different format to enable our relatively new Code Explorer feature, where you can browse the files online rather than downloading the whole package. And in addition to publishing the articles individually online, Mike also prepares a downloadable CHM file of each issue so that you can take the an electronic version of the magazine on-the-go. Finally, the day comes when we publish the issue to the site, and with the exception of the corrections mentioned earlier, at this point we're done with an issue. By that time we've also moved on to several of the next few issues, some of which are in dev edit, some in copy edit, some in layout, and some still in the planning stages.\n\nI've left out some details and intricacies along the way, but this should provide a good overview for how articles go from the mind of the author to the printed magazine you know and (hopefully) love.\n\n-Stephen\n\n## Comments\n\n* Anonymous\n\nMay 18, 2007\n\nAs a contributing editor for two magazines, Redmond Magazine and Microsoft Certified Professional Magazine, I get a lot of questions from people in the industry who are interested in submitting articles. My short answer to everyone is, \"Please do!\" I",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/chhopkin/2011/11/17/modify-the-workflow-visualization-diagram/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Modify the Workflow Visualization Diagram\n\nWhen you choose to publish a SharePoint Workflow from SharePoint Designer you have the option to generate a visualization of the workflow. This setting is found on the Workflow Settings page in SharePoint Designer when editing a workflow.\n\nIf you check this option, SharePoint Designer creates a Visio diagram that is used to display the status of an individual executing workflow in a visual manner. More details on this feature can be found here in this two part article from the Visio product team:\n\nThe problem I found with this feature is that the diagrams that are generated are not very flashy. They have no background graphics and no themes are applied to the shapes. Sometime the layout is also not optimal for what I would like to see or expect to see.\n\nMy concerns can all be addressed by editing the diagram that SharePoint Designer generates in Visio.\n\nTo do this:\n\n* Open SharePoint Designer\n* Navigate to the site that contains your workflow and open that site\n* On the main page choose the All Files category from the left navigation pane\n* In the All Files view, open the Workflows folder\n\nIn the workflows folder you should see a folder for each of the workflows that you have published* Open the appropriate workflow folder and you should see the [workflow name].vdw file\n* Right-click on this VDW and choose the Edit File in Advanced Mode option\n* This will open the diagram in your Visio client ( Professional or Premium )\n* Make appropriate changes and when finished click the Save button\n\nSo now you can go from this\n\nTo this\n\nWARNING\n\nIn the last step I mentioned “appropriate changes”. This is important as you should restrict yourself to formatting changes, layout changes, adding backgrounds, additional shapes that are nothing more than eye candy.\n\nI will tell you that I have had success removing shapes from the diagram that I did not want to include in the visualization. This typically includes shapes like Log to History or Calculation. Low level action shapes that the user most likely does not care about. Removing these shapes turns the visualization you see above into something much simpler.\n\nThis is actually a question that I get from a lot of workflow developers, but be aware that any of these changes will affect the round trip so I recommend holding off on any changes like this until the workflow is in its final state and you have tested it’s operation.\n\nIf you make a change to the workflow and republish, a new version of the diagram will get generated and will be used for any new workflow instances. You will have to redo your formatting for this new diagram.\n\nI also recommend making a copy of the diagram in the workflow folder before you make any changes so that you can simply rename it to revert back to the VDW that SharePoint Designer generated.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/shawnhar/2007/07/24/xna-unleashed/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nShawn Hargreaves Blog Index\n\nThis is an index of posts from my old blog on MSDN, which was largely focused on the XNA Framework but also covered broader graphics and game programming topics.\n\nMost articles are organized by category:Antialiasing,C#,Compression,Content Pipeline,Fonts,Game State Management,Game Studio 4,Garbage Collection,GPU Performance,Graphics,Input,IntermediateSerializer,Lighting,Math,Models,MotoGP,Networking,Performance,Premultiplied Alpha,Programmer Art,Renderstates,Rendertargets,Shaders,Silverlight,Sound,Speed Effects,SpriteBatch,Storage,Terminology,Texture Filtering,Timing,Transitions,Uncategorized,Visual Studio,Windows Phone,XNA,Zune\nAntialiasing,\n,C#,\n,Compression,\n,Content Pipeline,\n,Fonts,\n,Game State Management,\n,Game Studio 4,\n,Garbage Collection,\n,GPU Performance,\n,Graphics,\n,Input,\n,IntermediateSerializer,\n,Lighting,\n,Math,\n,Models,\n,MotoGP,\n,Networking,\n,Performance,\n,Premultiplied Alpha,\n,Programmer Art,\n,Renderstates,\n,Rendertargets,\n,Shaders,\n,Silverlight,\n,Sound,\n,Speed Effects,\n,SpriteBatch,\n,Storage,\n,Terminology,\n,Texture Filtering,\n,Timing,\n,Transitions,\n,Uncategorized,\n,Visual Studio,\n,Windows Phone,\n,XNA,\n,Zune\nThere is also a completeindex by date.\n.Antialiasing\nAntialiasing\nC#\nC#\nCompression\nCompression\nContent Pipeline\nContent Pipeline\nFonts\nFonts\nGame State Management\nGame State Management\nGame Studio 4\nGame Studio 4\nGarbage Collection\nGarbage Collection\nGPU Performance\nGPU Performance\nGraphics\nGraphics\nInput\nInput\nIntermediateSerializer\nIntermediateSerializer\nLighting\nLighting\nMath\nMath\nModels\nModels\nMotoGP\nMotoGP\nNetworking\nNetworking\nPerformance\nPerformance\nPremultiplied Alpha\nPremultiplied Alpha\nProgrammer Art\nProgrammer Art\nRenderstates\nRenderstates\nRendertargets\nRendertargets\nShaders\nShaders\nSilverlight\nSilverlight\nSound\nSound\nSpeed Effects\nSpeed Effects\nSpriteBatch\nSpriteBatch\nStorage\nStorage\nTerminology\nTerminology\nTexture Filtering\nTexture Filtering\nTiming\nTiming\nTransitions\nTransitions\nUncategorized\nUncategorized\nVisual Studio\nVisual Studio\nWindows Phone\nWindows Phone\nXNA\nXNA\nZune\nZune\nArticles by Date\n August 2006\n September 2006\n November 2006\n December 2006\n January 2007\n February 2007\n March 2007\n April 2007\n May 2007\n June 2007\n July 2007\n August 2007\n September 2007\n October 2007\n November 2007\n December 2007\n January 2008\n February 2008\n March 2008\n April 2008\n May 2008\n June 2008\n July 2008\n August 2008\n September 2008\n October 2008\n November 2008\n December 2008\n January 2009\n February 2009\n March 2009\n April 2009\n May 2009\n June 2009\n July 2009\n August 2009\n September 2009\n October 2009\n November 2009\n December 2009\n January 2010\n February 2010\n March 2010\n April 2010\n May 2010\n June 2010\n July 2010\n August 2010\n September 2010\n October 2010\n November 2010\n December 2010\n January 2011\n February 2011\n March 2011\n April 2011\n May 2011\n June 2011\n July 2011\n October 2011\n November 2011\n December 2011\n January 2012\n March 2012\n April 2012\n May 2012\n June 2012\n July 2012\n October 2012\n November 2012\n December 2012\n January 2013\n February 2013\n January 2014\n April 2014\n June 2014\n November 2014\n July 2015\n August 2015\n September 2015\nArticles by Date\nAugust 2006\nSeptember 2006\nNovember 2006\nDecember 2006\nJanuary 2007\nFebruary 2007\nMarch 2007\nApril 2007\nMay 2007\nJune 2007\nJuly 2007\nAugust 2007\nSeptember 2007\nOctober 2007\nNovember 2007\nDecember 2007\nJanuary 2008\nFebruary 2008\nMarch 2008\nApril 2008\nMay 2008\nJune 2008\nJuly 2008\nAugust 2008\nSeptember 2008\nOctober 2008\nNovember 2008\nDecember 2008\nJanuary 2009\nFebruary 2009\nMarch 2009\nApril 2009\nMay 2009\nJune 2009\nJuly 2009\nAugust 2009\nSeptember 2009\nOctober 2009\nNovember 2009\nDecember 2009\nJanuary 2010\nFebruary 2010\nMarch 2010\nApril 2010\nMay 2010\nJune 2010\nJuly 2010\nAugust 2010\nSeptember 2010\nOctober 2010\nNovember 2010\nDecember 2010\nJanuary 2011\nFebruary 2011\nMarch 2011\nApril 2011\nMay 2011\nJune 2011\nJuly 2011\nOctober 2011\nNovember 2011\nDecember 2011\nJanuary 2012\nMarch 2012\nApril 2012\nMay 2012\nJune 2012\nJuly 2012\nOctober 2012\nNovember 2012\nDecember 2012\nJanuary 2013\nFebruary 2013\nJanuary 2014\nApril 2014\nJune 2014\nNovember 2014\nJuly 2015\nAugust 2015\nSeptember 2015\nBack to my homepage",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/thehoggblog/2005/12/18/web-service-security-threats-and-countermeasures-introduction/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Web service security - Threats and Countermeasures - Introduction\n\nI am starting a series of entries that aim to provide an overview to major threats related to web service security. My goal is to not only inform people of what some major threats are but also stimulate some discussion and pointers to other threats that people consider interesting.\n\nBefore I start I have created this introductory section to ensure there is a common understanding of terminology like threats and vulnerabilities. For a detailed description take a look at JD Meier's blog (https://blogs.msdn.com/jmeier/archive/2005/10/10/478999.aspx), but in short I will standardize on the following definitions:\n\n* Threat - An undesired events. Eg – Data tampering\n* Vulnerability - A weakness that can allow a threat to be realized? Eg – unsigned messages on an insecure transport\n* Attack - How to take advantage of the weakness? Eg – compromise an intermediary or device over which the message flows\n* Countermeasure - How to protect against a threat? Eg – XML signature\n\nOver the next couple of weeks I will pull together the different threats and then roll them out onto the https://www.threatsandcountermeasures.com/ wiki... so please ensure you post comments to my entries and definitely point to additional threats that you think should be considered.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/smallbasic/2014/11/06/neural-network-extension-small-basic-featured-thread/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Neural Network Extension - Small Basic Featured Thread\n\nToday I'd like to introduce a great thread in Small Basic forum, \"Neural Network Extension\".\n\nThis extension was written by EzyMCP. You can download the extension and the sample code.\n\nSmallBasicANN.dll and SmallBasicANN.xml are the extension files. These files should be copied to C:\\Program Files (x86)\\Microsoft\\Small Basic\\lib folder.\n\nANN_XOR.sb is a sample file. And xor.set file is a training set data for ANN_XOR.sb .\n\nThis sample creates a neural network for calculating XOR. At first the ANN (artificial neural network) is created with 2 input layer, 3 hidden layer and 1 output layer as the picture above. Then the ANN is trained with the training set data (xor.set). This data is binary file. So, I made a little program as below. The training set data contains input data and expected output data.\n\n `input `` = ``\"xor.set\"` `output `` = ``\"xor.txt\"` `NeuralNetwork``.``ConvertFile``(``input``, ``output``, ``\"True\"``)` \nAt last, ANN_XOR.sb calculate with four input data set \"0,0\", \"0,1\", \"1,0\", \"1,1\".\n\nThank you EzyMCP for sharing fantastic extension!\n\n## Comments\n\n* \n\nAnonymous\n\nNovember 07, 2014\n\nja mislim da je malo srkenuto sa strane* \n\nAnonymous\n\nNovember 09, 2014\n\nsrkenuto?* \n\nAnonymous\n\nNovember 10, 2014\n\nThat's cool! I love to see the great extensions that people dream up like this!* \n\nAnonymous\n\nNovember 15, 2014\n\nThe comment has been removed* \n\nAnonymous\n\nNovember 16, 2014\n\nThat's cool!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/lakhminder/2010/04/29/reporting-services-upgrade-experience-when-a-tfs-20082005-instance-is-upgraded-to-tfs-2010/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Reporting Services upgrade experience when a TFS 20082005 instance is upgraded to TFS 2010\n\nThere is a difference how migration upgrade process used to impact RS till TFS 2010 RC and now with TFS 2010 RTM. After the TFS 2005\\2008 to TFS 2010 RC\\Beta2 upgrade, RS part is pretty much untouched, i.e., any old reports are still going to be based on old data sources & old warehouse dbs in the relational & analytical stores.\n\nSo if I had a TFS 2008 report called “Remaining Work” for my TFS 2008 team project “Agile001”, then before the upgrade happens the report will be based on 2 data sources called TfsOlapReportsDS & TfsReportsDS. These data sources would be pulling data from databases hosted in the SSDE & SSAS stores. The name of the db in each SQL component is TfsWarehouse. Till TFS 2010 RC the upgrade experience(in-place or migration upgrade) leaves the existing reports un-touched, i.e., post TFS 2008\\2005 to TFS 2010 RC upgrade, existing reports are still based on the same data sources & the same dbs. The upgrade wizard however creates two new data sources called Tfs2010OlapReportDs & Tfs2010ReportDS & new reports for new Team Project are created in /TfsReports/CollectionName on the Reports Manager site.\n\nNow the big change with TFS 2010 RTM, the old TFS 2005\\TFS 2008 reports will migrate successfully to TFS 2010 RTM.\n\nSo suppose you have a TFS 2008 server that needs to be upgraded to TFS 2010 RTM using migration upgrade onto a new box.\n\nBefore starting the upgrade wizard one has to ensure that Reports are configured on the TFS 2010 RTM server with the backups of the RS dbs from the other server in the context of a migration upgrade. This includes connecting to the RS dbs in RS Config Mgr->restoring encryption key->breaking scale out deployment using rskeymgmt -> updating the TfsOlapReportsDS & TfsReportsDS.\n\nIf we do an in-place upgrade to TFS 2010 RTM, the RS on the box should not need any re-configuration.\n\nWith RS(& optionally WSS) configured on the box which is the upgrade candidate, we can use the TFS 2010 RTM upgrade wizard to upgrade TFS 2008 to TFS 2010 RTM. The upgrade process will automatically create the required folder structure under the/TfsReports/CollectionName folder in RS manager & will created folders under it for each of the TFS 2008 Team Project & will upload reports to them.(Neat!! ) These reports are correctly bound to the new TFS 2010 RTM data sources.\n\nHowever you may have to rebuild the Tfs Cube using TfsMgmt.exe & process the relations & analytical dbs using the methods provided by the https://localhost:8080/tfs/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx web service if required.\n\nAll old reports will work now.\n\nOne last thing if you have created some custom reports in TFS 2005\\TFS 2008, you will need to manually fix some of the “potential” issues if required and happening using the guidance offered in:\n\nhttps://msdn.microsoft.com/en-us/library/ff452590(v=VS.100).aspx#REMComplement",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/ie/2008/07/14/ie8-ajax-navigation/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00401-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# IE8 AJAX Navigation\n\nHi, I’m Sharath Udupa, developer on the IE team focusing on AJAX features for IE8. One of the AJAX improvements we adopted in IE8 from HTML5 is AJAX page navigations. In IE8 mode, we provide support for script to update the travel log components (for e.g. back/forward buttons, address bar) to reflect client-side updates to documents. This allows a better user experience where users can navigate back and forth without messing the AJAX application state.\n\nFor more information regarding the feature and sample code, refer to the Internet Explorer MIX08 Hands-on Labs for AJAX and IE8 Beta 1 for Developers. For an example of how this can be used to hook navigation in Silverlight (with sample code!), see Michael Scherotter’s blog posts titled How IE8 Enables Silverlight Deep Linking and Browser Back/Forward Navigation and IE8 Forward/Back in a Silverlight 2 (Beta 2) Application for further details.\n\nSharath Udupa\n\nInternet Explorer Developer\n\n## Comments\n\n* \n\nAnonymous\n\nJuly 14, 2008\n\nPingBack from http://blog.a-foton.ru/2008/07/ie8-ajax-navigation/* \n\nAnonymous\n\nJuly 14, 2008\n\nCan you please post a direct link (not a link to a zip file of 25 random files) that includes the documentation on how to \"set\" and \"get\" a position in history? This is all we need, in a simple HTML document. e.g. MSDN.* \n\nAnonymous\n\nJuly 14, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 14, 2008\n\n@tony are the relevant bits correct? these are samples to show a technique - all of it doesn't need to be perfect.* \n\nAnonymous\n\nJuly 14, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 14, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 14, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 14, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 14, 2008\n\nI think this will be one of the greatest features introduced in a long time! In example my website would benefit greatly from it... http://www.jabcreations.com/blog/?prompt=options-basic Now if we could just get some addEventListener support (which is supported in Gecko 1.8, Opera 9.0, and Safari 3.0+) IE would be reasonably tolerable... http://www.jabcreations.com/blog/?prompt=themes-editor* \n\nAnonymous\n\nJuly 14, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 14, 2008\n\n@Steven Lets rephrase it then. If a person was looking for a job and they came to you with this as an example of their code would you even consider them for a position as a developer? In most offices I know this code would secure you a position at the bottom of the \"paper for recycling\" pile.* \n\nAnonymous\n\nJuly 14, 2008\n\nHey Now, Great Post, I'd really like to see how spacial navigcation in browsers will be implemented. Such as using hte arrow keys now tab & shift tab to areas of focus. Thx 4 the info, Catto* \n\nAnonymous\n\nJuly 14, 2008\n\nany of you fools whining about sample code stop to think that mayb the ie guyz have better things to do with thier time then write up html? like, maybe, finishing the browzer? if thier company is anything like ours, they made some poor english major write the help anyway.* \n\nAnonymous\n\nJuly 14, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 14, 2008\n\nGreat work. I'd really like to see how spacial navigcation in browsers will be implemented.* \n\nAnonymous\n\nJuly 14, 2008\n\nSo the only new thing here is the hashChanged event, right?* \n\nAnonymous\n\nJuly 15, 2008\n\n@Ted: when you publish something, you try and make sure it is readable, right? That's the point in publishing. I mean, even private documentation requires a bit of polishing to stay readable Thus, it would stand to reason to think that documentation that is open for everyone to see would be at least a bit... licked. Instead of that, we get what would pass off as 'tag soup', plain and simple. How would you like one of your developers, or even better, one of your software providers, dumping a set of annotated, damaged, incomplete and unordered printout folders when you ask them for their software documentation? When you give out sample code, you do it right - that means, clean, consistent, complete code that doesn't hit this or that well-known browser bug or mis-implementation. And right now, that actually means XHTML 1.0 Strict Annex C code, or HTML 4.01 Strict following \"best practice\" coding - meaning, closing your tags (the IE table-as-inline-element bug is avoided here), code in lower case for tags, attributes and values (avoid getElementById etc. case sensitivity - or lack thereof in IE - if everything is lower case), logical tag hierarchy (valid code structure), and separated style. Or, you can keep creating tag soup, encourage others to do the same, and look surprised when you boss asks you why the site he asked you to make blows up on a browser update.* \n\nAnonymous\n\nJuly 15, 2008\n\nwhen are we going to see better canvas object support* \n\nAnonymous\n\nJuly 15, 2008\n\nMitch-- Haha... real companies don't waste valuable win32 developers writing html samples. they've got better things to do.* \n\nAnonymous\n\nJuly 15, 2008\n\nThat´s is good thing for Ajax developers, but we need write more and more codes, for build a good web application. Some times, i preffer a old client script application for somethings. Bye!* \n\nAnonymous\n\nJuly 15, 2008\n\nTed: don't delude yourself, there is simply no excuse for this. Microsoft wants us to believe they care about standards now, telling webmasters to fix their site for IE8 and all that, yet still do the opposite of what they preach.* \n\nAnonymous\n\nJuly 15, 2008\n\nDon't forget that you still haven't achieved the expected standards support even in IE8 and that ppl expect you to be fully standards compliant (99%+) or very very close to competing browsers by IE9 (SVG, XHTML, DOM3, CSS3, APNG etc everything). Meanwhile, keep looking at http://blog.seanalexander.com/content/binary/ApplesMobileMedoesntfullysupportpopularb_3CBD/Capture.jpg once in a while to remain motivated.* \n\nAnonymous\n\nJuly 15, 2008\n\n@Ted,Mitch and all others on the code quality thread (including the Epic Fail post that got deleted) As Stifu mentioned, this is about providing professional example code if you are trying to \"teach\" someone how to do something. Even if the first draft published contains error(s), it is well advised to re-publish new versions with the revised code and provide an edit note to the post indicating that issues were fixed. I took one of the files from the zip from MIX08,... dom.storage.html did a small cleanup on it and dumped it into pastebin as HTML 4.01 Transitional (since the form had a name, etc.) to ensure it had a doctype. Total time to do this? about 20 seconds. MSFT should have no trouble doing the same. Revised version of: dom.storage.html http://pastebin.com/f3544139* \n\nAnonymous\n\nJuly 15, 2008\n\n@anonymous: Is that the same MobileMe site that uses tables for layout, and is littered with inline styles?* \n\nAnonymous\n\nJuly 15, 2008\n\nThis is off-topic but with IE8 will we be given the option to view RSS feeds as a long list of links just as in Firefox, instead of a preview page? I would really appreciate this if you could have this feature, or even better, if it was the default.* \n\nAnonymous\n\nJuly 15, 2008\n\n@Erel, yes. you can do this in the 8 beta at least. I believe if you right click on a feed in the feed list, there is an option to add it to the toolbar and that will function just like the live bookmarks in ff* \n\nAnonymous\n\nJuly 15, 2008\n\nI guess some of you people just read a couple of CSS books and now you're all experts huh? He's not designing you a website he's showing you an example. I guess some of you have never seen a tech demo before.* \n\nAnonymous\n\nJuly 15, 2008\n\nChris: you're missing the point. Whether it's a site, an example or whatever... They're using X/HTML, and should at the very least use clean and consistent code, even if it doesn't validate (or stop acting like they actually care about standards). It's not about being a CSS expert or not, it's about showing the good example to people... as well as showing some respect (rather than disdain, carelessness, laziness or arrogance, pick whichever) to the developers this doc has been made for.* \n\nAnonymous\n\nJuly 16, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 16, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 16, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 16, 2008\n\nI agree about the examples - I would be embarrassed to show examples like that. How can something like that ever be included in training manuals and standards definitions? Now - why should we use this new feature? It only works on IE 8 which will probably be around 15% of my userbase, and it is not standard so is not guaranteed to work in the future. Why not concentrate on implementing current standards rather than creating your own IE8 standard (much like your unloved IE6 standard)? You are just creating more problems for yourselves in the future by not working with everyone else on standards that everyone can use. I am not saying this is a bad idea, but why not work with everyone else rather than seeming to be working against the entire industry. I agree with Apples stance on IE7. Why should we all waste our time and money on your half-baked browsers?* \n\nAnonymous\n\nJuly 16, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 16, 2008\n\nMitch... Poor guy. Hope you find a more interesting job. I suppose that might cut back on your time to leave such valuable insights here though.* \n\nAnonymous\n\nJuly 16, 2008\n\nbillybob, I suppose in the kerfuffle about how html samples should be provided, you might have overlooked the fact that this is part of the html5 standard, not some mythical \"ie8 standard\". Surely agree with the world's stance on safari? It's fast, but it's also full of security holes. Surfing with safari is like carrying a big sign that says \"pwn me!\"* \n\nAnonymous\n\nJuly 16, 2008\n\nTed: My apologies, I missed the reference to hashchange on the HTML 5 spec. As per usual though, there are lots of IE only examples and some incompatibilities which will bite someone one day, or will require everyone to write wrapper scripts. The spec says: \"Firing a simple event called e means that an event with the name e, with no namespace, which does not bubble but is cancelable\" MSDN says: \"Bubbles Yes\" Even the MSDN document says \"Standards Information There is no public standard that applies to this event.\" The only cross platform way to add this event is the onhashchange attribute, which is not part of the standard. addEventListener is the way to go...* \n\nAnonymous\n\nJuly 16, 2008\n\nIE8? Is that true? What a big version right? However, from what I have seen from your source code (bad-formed HTML and Obtrusive Javascript), I think that you mentioned IE6 + 2. What are you trying to improve if you don't have any idea on standard-based design principles? Please feel free to disagree wih me but IE6+2 is a better name than IE8* \n\nAnonymous\n\nJuly 17, 2008\n\n@Ted: please waste 5 minutes and complete the following test: Write a (C/C++/C#/ASP/PHP/JS/whatever language rocks your boat) program that outputs all numbers from 1 to 100 on screen, but replaces all multiples of 3 by Fizz, all multiples of 5 by Buzz, and all multiples of both by FizzBuzz. You have a single, small sheet of paper, a pencil, 5 minutes and no eraser. If you succeed (you need to do it correctly), then great: you're one of the 0.5% of the developers group who can actually program your way out of a paper bag. If you don't, I laugh in your general direction (and yes it's a misquote).* \n\nAnonymous\n\nJuly 17, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nJuly 17, 2008\n\nXML objects and methods compatibile with W3C specifications please!* \n\nAnonymous\n\nJuly 17, 2008\n\n@JamesB The guy speaks English (with what I think is an central African accent)... maybe not the one you are used to... Do remember the tune \"you say tomato and I say tomahto\"? Using Word for code presentation is terrible, granted.* \n\nAnonymous\n\nJuly 20, 2008\n\nI realize this isn't an ideal place to post this comment, but it is navigation-related and this seems like one of the few forums people on the IE team actually monitor. (With that being said, my apologies if there is indeed a more proper place.) I beg you, IE team, I plead with you, give users the option to turn off the \"Backspace\" button press=equals go back to the previous page \"feature\" in the IE 8 RTM version 9or better yet, beta 2). I know developers can turn this off on their text-entry pages with Javascript (and they should) but many choose not to. This functionality can be turned off in the FF \"about:config\" panel, and having done so I'm now using FF for most of my posting to forums, etc. and IE for most of my browsing (I like IE's tabs implementation much better than the one in FF), but that's probably untenable as a permanent solution for me. I don't want to underestimate the seriousness of making even minor changes to IE, but I can't see how it would be that hard/disruptive to add yet one more option to the \"Advanced\" tab in the \"Internet Options\" screen so that one can switch off this extremely irritating default function if one so chooses. In any event, thanks for your time.* \n\nAnonymous\n\nJuly 20, 2008\n\n@An Irritated But Loyal IE User/Developer: I don't really think that can be done that easily, as you're hitting on a basic interface event handler here. Deactivating backspace=window.history.back() may yield such problems as the backspace key being deactivated for all applications in Windows having an history functionality (after all, this is a 'window' object property's method); in the best of case it can be disabled at a user level, but if it can't then, all users will have backspace deactivated too (system-wide setting). I would guess Vista may prevent that through protected mode (that always makes me think about i286 protected...), but since XP is with us for 5 more years... That's a risk MS can't take, considering MS software's history of having strangely changing settings from one session to another (locale switching back and forth from French to US without any user intervention, for example): Joe User not having his backspace key working any more after a reboot would lead to quite an outcry. Please note that this is true of Firefox too, however in their case it doesn't lead to a system reinstall/format, and about:config is easier to edit than the win32 registry. You can try something else: program a webpage that loads any other page in an iframe (to make things easier, you can recreate the basic navigation controls at its top, the iframe taking up the rest); your parent webpage intercepts the backspace key, you get what you're looking for. Now let's just hope that security measures won't impede that too much... The second-best solution would be to add this setting to a Trident-based browser like Maxton.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/microsoft_higher_education_east/2007/08/01/windows-vista-hardware-assement-v2/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00153-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Windows Vista Hardware Assement v2\n\nWVHA is an agent-less network inventory tool designed to help customers and partners quickly discover and assess the readiness of their workstations and laptops for Windows Vista and 2007 Microsoft Office. It provides in-depth hardware and device compatibility analysis and actionable upgrade recommendations for each PC discovered on the network for migration to Windows Vista and 2007 Microsoft Office. Most importantly, this tool does not require any agent software to be deployed on machines inventoried.\n\nTo lean more:\n\n· Download WVHA 2 Today!\n\n· Get Trained: Listen to TechNet Webcast, MS Partner Readiness Webcast and TechNet Radio Podcast\n\n· Visit the Microsoft Solution Accelerators web site to learn more about other tools and guidance available\n\n## Comments\n\n* Anonymous\n\nMarch 19, 2008\n\nPingBack from http://desktopcomputerreviewsblog.info/microsoft-higher-education-tech-ne-windows-vista-hardware-assement-v2/",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/uscloud/2014/01/17/an-introduction-to-safe-and-why-you-really-should-care/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# An Introduction to SAFe and Why You Really Should Care\n\nThe Scaled Agile Framework, pronounced “SAFe”, is a framework for implementing lean and agile methods at scale. It was pioneered by Dean Leffingwell and fully described in his book Agile Software Requirements. SAFe provides prescriptive guidance for the individual roles, teams, activities and artifacts necessary to scale agile from the team to program to the enterprise level.\n\nSAFe’s guidance is divided into three layers, each aligned to a level of abstraction matched to project scope within an enterprise. Actionable work is driven top down through cascading backlog queues and a simple, well defined taxonomy.\n\nThe Portfolio layer defines a framework for managing an enterprise project portfolio. The portfolio is implemented as a backlog of business and architectural “epics”, high level narratives aligned to strategic investment themes. Approved epics are delivered to the Program layer for further exposition and scheduling for implementation.\n\nThe Program layer defines procedures for turning approved epics into proper product plans and is responsible for delivering a value stream to the organization. Activities include developing product visions, a backlog of high level “features” to be implemented, product roadmaps, and iterative release plans. Project features are batched up and delivered to the Team layer for implementation.\n\nThe Team layer prescribes a combination of Scrum management practices and XP technical practices to empower agile development teams to turn features into “user stories” and deliver working, valuable software in two weeks sprints.\n\n### Why You Really Should Care\n\nSo why am I raving about this? Agile has become the first choice for development teams building software, but true enterprise agile transformations are still rare. Adoption inside many enterprises has stalled due conflict with traditional waterfall business planning and budgeting processes. Here’s why I think SAFe can succeed at driving full scale enterprise agile adoption:\n\nSimple. The epic–feature–user story taxonomy is the heart of this framework and the key to tracing efforts through these layers to achieve synchronization, collaboration and business value delivery. Its simple to learn and easy to teach – a key ingredient to cultural transformation.\n\nComprehensive. The layered abstractions chosen for SAFe provide the just the right amount of focus at the executive, product management, and development team levels. The roles and procedures are well defined and cover the complete set of activities needed to manage a portfolio of enterprise IT projects. SAFe will educate and push agile up into the very heart of enterprise.\n\nActionable. SAFe provides concrete procedures and detailed steps on how to get each layer up and running. It’s very real, very approachable, and very doable.\n\nWell Documented. Leffingwell’s Agile Software Requirements book is in truth a playbook for enterprise agile transformation. It describes every detail of the SAFe framework and is one of the best written technical books I’ve read in years. Dean and his associates have also done an outstanding job documenting and “open sourcing” the framework through it’s public website – scaledagileframework.com.\n\nProven in the Field. The framework has been through numerous iterations, and has evolved through a number of large scale adoptions by real world enterprises, large and mall. The latest version published on the web site (v2.5 as of this blog post) has been validated by these field implementations and all the major ALM software vendors have either adopted it directly or facilitate an implementation of SAFe within their product.\n\nI honestly haven’t been this excited about a SDLC methodology in years (I read Dean’s book cover to cover in two days – a rarity for a technical book). I see SAFe as a natural and necessary evolution of Agile upwards into the enterprise to fill a missing void. It is quickly becoming the foundation for many of our client engagements.\n\nNote: Scaled Agile Framework and SAFe are trademarks of Leffingwell, LLC.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/mohamedg/2009/03/24/how-to-disable-multiple-check-out-on-a-folder/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# How to: Disable Multiple Check-out on a Folder?\n\nThere’s no direct way to do that. Multiple check-out is a property of a team project, it's not namespace specific. However, I can think of 2 alternatives using use the \"Lock\" feature, because that’s what TFS does when a team projects is set to exclusive check-out mode, it attaches a check-out lock for each pending change. Back to our alternatives:\n\n1- You can ask users to check-out items with a check-out lock (they can do that using the Check-out dialog or the command-line). Or, if they already have checked-out items, they can still use the lock command to set a check-out lock on it. This will disallow other users to checkout the items.\n\n2- You can write a program, for example something that can run in the background like a windows service, that subscribes to the VersionControlServer.NewPendingChange event and sets a check-out lock on the new pending changes. Please note that calling \"lock\" itself is pending a change, hence, the event handler is going to be invoked again, so you have to make sure that the code handles this case correctly, by ignoring it.\n\nEither way, please do NOT use the /r option with the lock command, it's recursive by default if you set it on a folder.\n\n## Comments\n\n* Anonymous\n\nMarch 24, 2009\n\nPingBack from http://www.anith.com/?p=22397",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/alanpa/2009/01/03/my-2009-advice-for-programmers-on-making-or-keeping-testers-happy/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# My 2009 advice for programmers (on making - or keeping - testers happy)\n\nA commenter on a previous post stated:\n\n> \n\nAs a programmer I don't like to see bugs (and I don't like the QA ranting about the qaulity of my work either).\n\nCould you post your \"2009 advice to programmers\" on how to make testers happy\n\nI’m always open to suggestions, so I’ll share some thoughts. First, however, I’m a bit concerned over the word “ranting” above. I hope that the commenter has dealt with some poorly communicating~~QA~~\ntesters who ranted rather than report issues, but I worry a bit that the commenter may be taking bug reports too seriously – bug reports are about the quality of the product – not the programmer. We testers understand that people make mistakes and want to take an equal part in making a quality product. If we point out a bug, it’s so we can all make the product better.\nAnd now, on to my post. If you are a programmer and you want to make the testers around you happy, here are a few of my tips. Feel free to add yours in the comments.\n\nDon't talk down to testers – they’re not bottom feeders lucky to have a job, and they’re not developers who couldn’t cut it. Most of us have chosen to be testers because we’re good at it and it gives us an opportunity to have a huge impact on software quality. The better we work together, the better job you’re going to do in the end. Software development is a joint effort between programmers and testers – if you want to be successful, you need a good relationship with your testers.\n\nWrite unit tests – Don’t make it easy for me to find bugs. Testers aren’t asking you to find every single bug, but at least test enough of your own code that testers won’t find bugs in basic functionality. The harder it is for testers to find bugs in your code, the more they will respect you. When testers begin finding complex bugs that you never thought could exist, you will respect them more too.\n\nThink about testability – testable software is well designed software. Consider the SOCK model (Simple, Observable, Control, and Knowledge). Think about testing during design and implementation – ask yourself “’how will we know this works?”\n\nDon’t avoid conflict - Conflict is fine (and expected), but everyone needs to feel that their voice is heard. When you disagree, explain why you disagree, and don’t expect to resolve every conflict.\n\nMore communication - Spend time talking about challenges of your roles. Understanding the other side helps you both do your job better.\n\nDon't take bug reports personally - (note to testers: bug reports are NOT your avenue for belittling developers). Bug reports are a necessary side effect of the testers job. Bugs are just bits of information that you need to act on.\n\nDon't get mad at a tester for finding a bug in your code - you should be surprised, or maybe even embarrassed depending on the details of the issue.\n\nFeel free to offer testing suggestions - e.g. \"It's going to be important to test how the string fields are translated between component x and component y\", or \"I’m worried that the component we’re leveraging from team z will cause compat problems, can you spend some time investigating?\"\n\nThat’s a good start. Now, tell me what I missed.\n\n## Comments\n\n* Anonymous\n\nJanuary 03, 2009\n\nPingBack from http://www.codedstyle.com/my-2009-advice-for-programmers-on-making-or-keeping-testers-happy/* Anonymous\n\nJanuary 05, 2009\n\nProvide Real Information In Your Bug Report CommentsIn my shop, when a Developer marks a bug report as FIXED, she/he must also add a comment.Often I see terse, less-than-useful comments like \"it's fixed\", or \"fixed in next build\".Far better would be to:indicate what went wrong with the code that lead to the bugindicate what was done to fix the problem if the same problem was found and fixed elsewhere, indicate that provide any suggestions for extra testing when the bug fix is verified (hopefully more meaningful than \"test everything\") (Note: I don't allow my team of professional testers to rant about developers. And I won't accept developers ranting about my team, either)",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/mikeormond/2009/05/14/virtual-pc-beta/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Virtual PC Beta\n\nAs a follow up to my previous post, I thought I’d try and give you an idea of the Virtual PC Beta experience in Windows 7 RC if you haven’t seen it yet. For one thing, there were parts of it I found less than intuitive. I started by running the appropriate installer to get Virtual PC Beta on my system. Note Virtual PC Beta is available for Windows 7 RC only.\n\nI then get a Windows Virtual PC node in my Start –> All Programs menu. You can see the Virtual Windows XP option (click on this and you’re prompted to download) but highlighted is the Virtual Machines node. Click on this and Explorer opens.\n\nA new folder has been created in my User Profile at C:\\Users\\[username]\\Virtual Machines. This contains vmcx files, xml files that describe the VM (RAM, HDD, vmc file etc). TBH, I thought this was what the vmc file did but I haven’t explored this any further…\n\nYou can open a *.vmc file created in Virtual PC 2007 (a new *.vmcx file will be created) or, as I’ve done here, create a new Virtual machine using the cunningly camouflaged option in Explorer “Create virtual machine” (it’s well hidden in the menu at the top).\n\nOnce the VM is running, the Virtual PC “guest” window has a simplified menu that allows you to access Actions such as viewing full screen, shutting down etc…\n\nConnect to USB devices attached to the host…\n\nAnd tools to “Enable Integration Features”, access the Settings menu (see below) and send Ctrl+Alt+Del to the guest OS…\n\nThe Settings menu option brings up a settings window very similar to the one in Virtual PC 2007 (certain things are missing, eg drive sharing with the host).\n\nIf you select “Enable Integration Features” you’ll be asked to enter credentials. At this point it’s quite clear what’s being asked for (see below – the dialogue tells you what credentials it wants). However, if you enter your credentials incorrectly it’s possible to end up with a normal XP (XP is my guest OS) logon dialogue which doesn’t spell out the credentials you’re supposed to enter. Am I going from host to guest or g to h?\n\nTo clear up any confusion, the dialogue is asking you to provide the necessary credentials to logon to the guest OS (in my case an XP VM in a workgroup whereas my host OS is domain joined). That means that in my case I need to enter my username qualified with the guest machine name. My first problem was that the machine name was some sort of GUID *and* I couldn’t cut & paste the machine name into the logon dialogue. Argh. I had to rename my machine to something sensible or tear my hear out typing something that looked like it was Base-64 encoded.\n\nTo add to my confusion, the password for this account contains an @ character. Or a “ character. Or maybe it’s a #. You get my point. Whatever it was, I could enter it perfectly well on the VM itself, but when it came to entering it on the integration dialogue either brain “fug” or keyboard settings got in the way because it would not log me on despite me entering (about a hundred times) what I believed to be the correct password. This lead me down a number of blind alleys before I tried the keyboard layout thing and hit Shift-2 instead of Shift-‘.\n\nOnce you’ve entered the credentials correctly, you’ll see in Explorer (in the guest OS) icons for the host drives (assuming you’ve set the integration settings to share drives – shared resources are configurable).\n\nJust as a test I installed Firefox on the XP VM and shut it down (let’s pretend that Firefox is a legacy application that wont run on Win7. I know it will. I only picked Firefox as I had the installer handy).\n\nWhat I see is a list of “XPMachine Applications” in my Start menu (XPMachine is the name of my VM). If I click on Firefox, there’s a bit of activity to spin up the VM again and then\n\nFirefox appears in window just as if it was running on the host (but note the XP window style). ie the guest OS isn’t surfaced anywhere, as far as I’m aware I’ve just run this Windows XP application on the host.\n\nI haven’t done much more than the above so far with Virtual PC Beta. I like the simplicity and integration. I’m curious how I now “uninstall” these legacy applications? Do I just remove the VM? Only one way to find out….\n\nTechnorati Tags: virtual pc,beta,virtualization,windows 7,windows xp\n\n## Comments\n\n* Anonymous\n\nMay 13, 2009\n\nPingBack from http://blogs.msdn.com/mikeormond/archive/2009/05/14/virtual-pc-beta.aspx",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/tobiah/2014/09/05/intro-to-git-and-github-part-4-merging-and-rebasing-overview/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00756-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Intro to Git and GitHub Part 4: Merging and Rebasing overview\n\nThis is a continuation of a tutorial blog series to learn the basics of Git, using GitHub and the GitHub client.\n\nTo start from the beginning, go here: https://www.tobiahmarks.com/2014/08/intro-git-github-0/\n\nIn this part, you will learn:\n\nMerging branches\n\nResolving conflicts\n\nUndoing a merge\n\nRebasing\n\nWhen should you merge and when should you rebase?\n\nYou can read more by going to the \"Intro to Git and GitHub Part 4: Merging and Rebasing overview\" post on Tobiah Marks blog.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/data_otaku/2011/06/21/harden-the-database-server/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Harden the Database Server\n\nReducing the database server’s exposure to attacks (hardening) is a pretty big task. The physical security of the server along with that of the infrastructure on which it depends must be considered. Then there's the network and the operating system on which the database server runs and then the practices and procedures that prevent folks from inadvertently (or purposefully) compromising security.\n\nIn many organizations, there are individuals (or teams of individuals) charged with securing the computing infrastructure. There are many tools and other resources avilable to these folks to assist them with their tasks. Still, here are a few for folks just getting started in this space:\n\n* Microsoft Security Compliance Manager\n* CompTIA Security+ and Advanced Security Practitioner certifications\n\nIn addition to general infrastructure guidance, Books Online provides a few hardining recommendations specific to SQL Server servers here and here that are well worth checking out.\n\nWith the underlying infrastructure secure, attention is then turned the SQL Server software itself. The general recommendations here are:\n\nKeep SQL Server Up-to-Date\n\nWith each version of SQL Server, security is improved. Microsoft continues to address vulnerabilities in older and even unsupported versions of the product, but working with newer versions provides access to increasingly advanced security capabilities. The product lifecycle information provided here identifies which products are currently considered supported and Books Online provides information on security enhancements availalble with a given product release. (Here is that Books Online entry for SQL Server 2008 and 2008 R2.)\n\nAs vulnerabilities are detected, Microsoft releases security-related patches (hotfixes) to fix these. These need to be applied aggressively to prevent exploits. Notification of security concerns and fixes from Microsoft can be obtained by registering here and tools such as System Center Configuration Manager can assist in getting these rapidly applied across a large infrastructure.\n\nBut tools are not enough. The principle barriers to the application of patches are the availability of personnel for testing and a lack of agreement around the speed with which hotfixes should move into production. Before a hotfix needs to be applied, it is strongly recommended that testing procedures be clearly defined and windows for the application of security-related patches be agreed to amongst the responsible and effected parties. (In some organizations, there is a minimal test performed for security-related hotfixes which allows it to get into produtcion faster while full-blown service packs and version upgrades receive much more exhaustive testing. There is a risk associated with this but as with most security considerations, it's all about balancing risks.) Automation too can help speed the testing process by reducing dependency on personnel.\n\nLeave Off Unnecessary SQL Server Features\n\nSQL Server has been engineered with a number of features turned off by default. These are features that are not fundamental to the operations of the database server and that could be exploited. Some of these off-by-default features are:\n\n* Database & SQL Mail\n* CLR Integration\n* OLE Automation\n* xp_cmdshell\n* Ad Hoc Remote Queries\n* HTTP & Service Broker Endpoints\n* Additional Network Protocols\n* Remote (Dedicated) Admin Connections\n\nThough off-by-default, these features do play roles in specific scenarios. Before enabling these, carefully weigh the costs and benefits, consider alternative solutions, and explore ways to mitigate the risk.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/robch/2007/01/09/100-best-companies-to-work-for-2007-edition-microsofts-on-the-list/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00153-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/trika/2008/02/27/lewdflashingneonlive-24-hourslewdflashingneon/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# LIVE! 24 hours!\n\nI bet 80,000 blogs have pointed out that the virtual launch site for Windows Server 2008, Visual Studio 2008, SQL Server 2008 is open now. it's like an online trade show, with British avatars pointing you around the place and little online \"booths\" and \"flyers\" and, if someone was thinking, extra little \"men's rooms.\"\n\nWhat you may not know is that we (Microsoft Learning) have a booth at the online show for attendees to learn about our training and certification related to the three products. You can follow the Community signs in the launch site to get to us, SQL Server, Visual Studio, or Windows Server team booths.\n\nOh, hello. Welcome to our booth. Here are some things happening:\n\nMCTs* are presenting a live, 24 hour training session--this started an hour ago and will go for the next 24 hours. It will cover 4 rotating topics, one every 15 minutes and starting over every hour, so people can just come and go and get a little snippet of information, talk to real people, and take off to get a virtual ice cream when you get bored. Topics are\n\n* \n\n# Virtualization (WS2008),\n\n* \n\n# Improved Web Programming (VS2008)\n\n* \n\n# Resource Governor (SQL Server 2008) and\n\n* \n\n# Microsoft distance learning\n\nI think it sounds fun, there are Microsoft Learning staff and trainers over in building 99 for the next 24, with food and drinks, ready to pull an all-nighter. I might go say hi if I have time after I finish staring out the window.\n\nVia the launch, you can register for a free 2-hour Windows Server 2008 training (to be held in March) via our distance learning. This is a very cool, free way to get some high-quality training for you or your team, so pass it on...also some special offers, downloads, presentations, etc. etc. to check out in the \"booth.\"\n\nSee you.\n\nI mean, \"see you.\"\n\n*Cue Andy for comment\n\n## Comments\n\n* \n\nAnonymous\n\nFebruary 27, 2008\n\nPingBack from http://distance-learning.reviewedhere.info/2008/02/27/live-24-hours/* \n\nAnonymous\n\nFebruary 27, 2008\n\nThanks Trika for the plug. We have dozens of MCTs from around the world presenting online plus a core group of us here in building 99 (our big, new and shiny building which feels like it is all glass). We are here for 24hrs straight so we have our teddy bears and blankets as we prepare the world for Windows Server, SQL and Visual Studio (did I mention that there are showers in the building?)* \n\nAnonymous\n\nFebruary 28, 2008\n\nThe comment has been removed* \n\nAnonymous\n\nMarch 03, 2008\n\nIt's all just a lot more information than we really wanted...",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/shawnfa/2004/05/19/using-the-xslt-transform-with-xml-signatures/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00153-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Using the XSLT Transform with XML Signatures\n\nOne of the transforms that ships with the .Net framework is the XmlDsigXsltTransform, which implements the XSLT transform specified in the W3C recommendation. A few people have asked me to write a bit on how to use this transform, so here's a brief explanation and some sample code. This transform basically applies an XSL transform to the XML that will be signed, before the signature is computed, but after the reference has been resolved.\n\nTo clarify that last point, lets say I want to sign some XML with an id of \"myxml\". Currently no elements in the XML I want to sign have this ID, but I do have some XSL that will transform the input XML into some output that contains a node with the myxml id. This won't work, because the Reference will search my document for the element with the myxml id before the transform is applied. Since it won't find it, the transform will never be applied. (Something like the above scenario could be accomplished by creating a reference to the entire document, then applying a transform chain that first included the XSLT transform followed by an XPath one.)\n\nOne of the quirks of the XmlDsigXsltTransform class is that there is no easy way to programmatically set the XSL you'd like the transform to use. In order to create XSLT transforms, I use the following utility function, which takes as input the XSL you'd like the transform to apply.\n\n/// \n\n/// Utility method to create an XSLT transform from a string of XSL\n\n/// \n\n/// XSL to use in the transform\n\n/// An XmlDsigXsltTransform that will apply the given XSL transform before signing\n\npublic static XmlDsigXsltTransform CreateXsltTransform(string xsl)\n\n{\n\nXmlDocument doc = new XmlDocument();\n\ndoc.LoadXml(xsl);XmlDsigXsltTransform xform = new XmlDsigXsltTransform();\n\nxform.LoadInnerXml(doc.ChildNodes);\n\nreturn xform;\n\n}\nThis method is easy to use. Simply pass it the XSL you want in your transform, and it will return you an XmlDsigXsltTransform object containing this XSL. It works by turning the XSL string into an XmlNodeList, and then calling LoadInnerXml on XmlDsigXsltTranform with this node list.\n\nUsing the transform is done in the same manner as the other transforms. First you create a reference to the XML you wish to sign. Then attach the transform object to that reference's transform chain. Verification code is unchanged from the standard verification code, since the transform will be embedded in the signature that is produced. Here's some sample code that signs a simple XML document using a basic XSL transform\n\n// transform that will be used before signing the document\n\nstring xsl = @\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";\n\n// XML document to sign\n\nstring xml = @\"\n\n\n\n\n\";\n\nXmlDocument doc = new XmlDocument();\n\ndoc.LoadXml(xml);// setup the signature as usual -- generally you'd have a known key\n\n// to sign with instead of producing a random one.\n\nRSA signingKey = new RSACryptoServiceProvider();\n\nSignedXml signer = new SignedXml(doc);\n\nsigner.SigningKey = signingKey;// create a reference to the entire document\n\nReference r = new Reference(\"\");\n\nr.AddTransform(new XmlDsigEnvelopedSignatureTransform());\n\nr.AddTransform(CreateXsltTransform(xsl));\n\nsigner.AddReference(r);// signature computation works as usual\n\nsigner.ComputeSignature();\n\ndoc.DocumentElement.AppendChild(signer.GetXml());\nAfter running this code, the signed XML looks like this:\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nlqgLQKa0...e66pmKI=\n\n\n\n\n\njuQQvRyG...E7r1Y0E=\n\n\n\n\nOne thing to notice here is that the output XML contains the original XML, not the version that would be produced when transformed by the XSL. Since the output also contains your XSL, whoever is verifying the signature can recompute the output. This is convenient, sine it means that your XSL doesn't have to produce XML (for instance, it could create HTML). However, if you don't want to share your XSL, then this may not be the transform for you. Instead, you might want to apply your XSL before computing the signature, in which case the XSL you use will not be available for anyone to see.\n\n## Comments\n\n* Anonymous\n\nMay 20, 2004\n\nIt looks like WSE 2.0 does not have this type of transform implemented inside ?\n\nSo it could be hard to manipulate WSE security filter to understand it.* Anonymous\n\nMay 20, 2004\n\nThe WSE SignedXml class isn't intended for general purpose use, it's really meant to cover the specific cases needed for WSE only. The general recommendation is that unless the WSE class provides something that you can't get from the System.Security implementation, to stick with the version built into the BCL.\n\n-Shawn* Anonymous\n\nMay 21, 2004\n\nHi Shawn,\n\nCould I ask you please to post the example how to make the same in WSE code, or policy ? So that result message will be WS-Security compliant ?\n\nThanks a lot,\n\nElena* Anonymous\n\nMay 21, 2004\n\nHi Elena,\n\nI work on the core CLR security team, and not with the WSE team, so unfortunately I don't have any good sample code laying around to get you started with.\n\n-Shawn",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/devschool/2014/06/09/arduino-netduino-use-usb-or-bluetooth-to-get-this-sensor-lab-moving/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Arduino Netduino: Use USB or Bluetooth to get this sensor lab moving?\n\nGeez. Need to figure out how to get this sensor lab started for the Windows 8.1 and Windows Phone 8.1. If I use USB, then that means only the Windows 8.1 will be able to be used. If I use both, well then that would be nice, but it would require that I use Bluetooth.\n\nAs Steven Edouard just pointed out USB and the Bluetooth is about the same, except for annoying differences, like the Bluetooth using the HC-06 JY-MCU (aka: Linvor) doesn’t like to stay connected easily.\n\nSo… I am going to use USB today and try to get the app working. Which it will. Just have to ignore my thoughts about the purchase of an Oscilloscope which will steal a lot of time. So I don’t get an Oscilloscope till I get this app working. Then I won’t need an oscilloscope. Sigh.\n\nOk, let’s get started with the Arduino connection to the USB to the Windows 8 app.\n\n# Design goal:\n\nBuild a simple sensor lab that can be used from Windows 8.1 store app that is downloaded by students, hobbyists and so forth.\n\n# First Step: Understanding the App Package Manifest\n\nTo start in vast confusion, you can start off with the link below, it seems odd that the RFComm supports so little. Just seems odd to me…but the list is what it is:\n\nHow to specify device capabilities for Bluetooth (Windows Runtime apps) (link functional on 6/9/2014)\n\nNext you want to hit the excellent blog by Dan Ardelean, as Dan notes, GATT, which is the Low Energy Bluetooth. Windows 8.1 and Phone only support devices like the HC-06 like the JY-MCU available under $10 or the HC-05 which supports the server and client side of the issue.\n\nAs Dan points out the Windows 8.1 (not phone) story for BLE seems to be strangely awful to use. Your users will have to manually pair the device with the tablet or notebook, no other options. This makes sense when you think about the security issues, etc. But painful nonetheless. You will have to give your endusers guidance on how to pair the Bluetooth. In my case, it is easier since people using sensors will be a little more ready to suffer with the Microsoft issues than a busy (but intelligent) Mom or Dad or Grandparent trying to deal with the kids.\n\nI did note that the Sphero app in the Windows store does have a nice way of handling the pairing situation it just opens the correct settings page. Of course if you have a seriously discharged Sphero then you have to wait.\n\nIf you do have a Sphero, then try to follow what Dan is talking about with the TI Bluetooth system, which is a killer deal at $25 US with free shipping in the US. It comes with a few sensors like a temperature sensor, Humidity sensor, a magnetometer and a gyroscope all for the 25 bucks US. Nice. I have also bought the HC-06 and an HC-05, but these are not BLE devices, rather they are the older Bluetooth specification.\n\n# Second Step: Giving Up on Bluetooth for now\n\nThere is an old saying: Try, try, and try again, then give up, there is no use being a fool about things. And so for today, I have given up on the Bluetooth connection to focus on the USB and serial data exchange. I will get the TI system later in the month and use it to extend my sensor test lab. But for now, the Bluetooth connections are complicated, and will take more time than I have. But in later blogs I will pick it up again.\n\n# Third Step: See my next blog\n\nMy next blog will be on using the USB and serial connection with Arduino and Windows 8.1. If you do want to see the Bluetooth in action though, and you have one of the inexpensive HC-06 JY-MCU devices, use this working sample to get started: https://code.msdn.microsoft.com/Bluetooth-communication-7130c260, at the minimum you will need to have a HC-06 or HC-05 JY-MCU so that you can see it pair. If you have an Arduino or Netduino you can make the sample work for you.\n\nBut for now, I am switching to the USB approach.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/tom/2008/03/28/blog-chat-on-wednesday-about-asp-net-and-debugging/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Blog chat on Wednesday about ASP.NET and Debugging\n\nThis coming Wednesday, April 2nd, Tess and I am going to be co-hosting a chat in our blogs. For this first one, you will be able to ask any questions you may have around ASP.NET and Debugging. We are going to be running the chat at 10:00 AM EST (Eastern Standard Time)/4:00 PM CET (Central European Time).\n\nIn order to attend, all you have to do is come to either of our blogs, https://blogs.msdn.com/tom or https://blogs.msdn.com/tess and you will see a post where you can join in. We are planning on running the chat for an hour.\n\nAnd so you know, the chat is going to be the same one on both blogs, so just come to either one and check it out. And ask any questions you may have.\n\nWe understand that this time isn't ideal for everyone and so we are considering having them at other times to better support other areas. So please leave a comment and let either of us know if you are interested in attending a future chat and when would be a better time for you.\n\nWe look forward to chatting with you.\n\n## Comments\n\n* \n\nAnonymous\n\nMarch 28, 2008\n\nYou've been kicked (a good thing) - Trackback from DotNetKicks.com* \n\nAnonymous\n\nMarch 29, 2008\n\nIt should be a good chance to ask questions \"face to face\" in chat. Josh Coswell http://riverasp.net",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/drnick/2007/04/18/silverlight/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Silverlight\n\nEarlier this week, Microsoft announced the Silverlight product name. Silverlight is a micro-framework for developing client web applications, in particular web media applications. A micro-framework is a platform that trades off having a comprehensive set of features so that it can have a limited size for distribution and deployment. There have been similar examples of these kinds of micro-frameworks in the past, such as for mobile devices, cell phones, and even watches. The Silverlight niche is to fit into the space of web browser plug-ins. This is an interesting space because you generally have a lot more system resources available than for something like a cell phone, but you can't make users install an enormous download first like the full framework.\n\nTim Sneath has a list of trivia up about the release although you'll have to wait until MIX to see that last announcement. I won't have too much to say about Silverlight as I didn't work on it past its very early development.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/nexpert/2009/02/13/on-response-time-predictions/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# On Response Time Predictions…\n\nThe response time predictions currently bundled with neXpert are still considered “Beta”. For applications which are already lean (10 round trips or less) they work quite well. Once you get into complex applications with features such as multiple hosts, HTTPS and excessive JavaScript, they can break down quickly.\n\nHow They Are Created\n\nCurrently the predictions rest upon an accurate TCP model which will predict how long a file of a certain size will take to download given both latency and a loss rate. This TCP model was tested and found to be very accurate for latencies between 25ms and 200ms.\n\nThe rest of the predictions come from logic expressing how browsers currently download objects. The main difference is that IE 7 only makes 2 connections per host while IE 8 makes 6 per host. Also IE 7 will halt all downloading when pulling down scripts while IE 8 will download scripts concurrently.\n\nThe TCP model, browser logic, and observed server processing time make up the current response time prediction implementation.\n\nWhat To Take Away\n\nRight now the prediction’s accuracy depends on the makeup of your application. If you are looking at simple, static, sites, you should find the predictions to be quite accurate. If you work with giant/complex web applications you should probably expect to see some “funny” numbers.\n\nThe Future\n\nIn the near future, the predictions will be tuned much more accurate. The goal is to also have predictions for non-browser HTTP traffic such as WCF thick clients. For the next release with updated prediction we will try and provide as much test data as possible showing the improvements and accuracy against other prediction methods.\n\nIn the end, regional response time is most heavily affected by your site’s design and settings. By running the performance report and tuning your app based on its suggestions (and having no significant backend delays) your users should have a great experience, no matter where they are located.\n\n## Comments\n\n* Anonymous\n\nFebruary 12, 2009\n\nPingBack from http://www.clickandsolve.com/?p=7303",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/vesku/2011/07/22/site-definitions-vs-web-templates/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Site definitions vs. Web templates\n\nI keep getting almost daily emails concerning WebTemplate element support and when it would be proper technical approach for the site provisioning with SharePoint 2010. There’s no doubt that many times there’s requirements to be able to provision sites as easily as possible from content editor perspective, so let’s still elaborate or evaluate different options and common misunderstandings with these options.\n\nDetailed explanation of different available options can be found from my previous blog post (also has step by step guidance on custom WebTemplate usage). Mirjam also has done good work on explaining WebTemplate in her blog post titled as same as this one. Notice that when I’m writing about web templates, I refer to WebTemplate element usage with onet.xml, not what get’s created when you save site as a template from browser (site template wsp package), even though site templates uses WebTemplate element in them.\n\nHere’s quick list of advantages and disadvantages on both approaches. Let’s also add some cloud perspective on the topics, since it seems to get cloudier and cloudier all the time, especially now with the Office365 being released few months back.\n\nNotice that I didn’t include feature stapling or features to the game, since in this post we’ll concentrate on having new options available in the Create Site functionality, rather than just changing how the existing templates will work using feature stapling or manual feature activation. Following chapters will list random pointers for both sides (advantages and disadvantages) which you should be considering when you create your technical plan for customizations.\n\n## Site definition\n\n* There’s no supported way to upgrade or modify already deployed site definition\n\n* It might work, but it’s not supported\n* There’s options to mitigate this, but there’s wider impact on architecture planning and technical solution\n* Site definitions are always deployed farm wide and cannot be targeted to more granular scope\n* There’s own template in VS2010 for site definition\n* Feature staplers can be targeted to site definitions\n* Variations will only work with site definitions\n\n* Note. This is not translation or multilingual solution, it’s for structural copy. Following sites as an example are not using variations – www.kone.com in English (US), Chinese and in Russia\n* Not supported by cloud services, like Office365 (Standard or Dedicated)\n* Upgrades to following SharePoint major version (o15) will require additional costs\n\n* All sites created using custom site definitions are stamped with custom identifier and won’t be upgraded automatically\n* Hierarchies can be easily created using separate xml formats\n\n* Requires usage of portal site templates, which is one example of site provisioning provider implementation\n* Only supported as farm solution deployable functionality\n\n## Web Templates\n\n* Can be easily updatable just by modifying onet.xml and deploying new version of that available\n\n* Note. Update does not have any impact on existing sites, since there’s no runtime reference to them\n* Can be targeted to Farm or Site collection level – provide more granularity for exposing site options\n* Feature staplers cannot be targeted to web template\n\n* Note. Since you can modify onet.xml directly and deploy new version of that anytime, there’s no use for feature stapling with WebTemplate element\n* Variations won’t work with WebTemplate element deployed onet.xml files\n\n* There’s already few custom solutions available, which makes variations also to work with sites created using WebTemplate elements. Logic is not that difficult, but requires customizations\n* Supported by cloud services, like Office365 (Standard or Dedicated)\n* Upgrades to following SharePoint version (o15) won’t require extra work – completely same as somebody would have created site using out of the box site definition and then activated extra custom features from site settings page\n\n* Actual features have be obviously upgraded correctly\n* Supports publishing features, like site definitions – so can be also used for Internet facing sites\n\n* Good example of Internet facing site created using WebTemplate elements in www.upm.com which also has numerous different languages (France, German, Finnish)\n* Hierarchies can be easily created using feature receivers and code\n\n* Provides actually more flexibility than portal site template option\n* Creating custom web template is easy as creating custom site definition\n\n* Note. Don’t start by importing existing site template (wsp package) as suggested in the MSDN. It’s much more easier to convert any existing site definition to web template simply by copying onet.xml and creating other required elements manually. Check my previous blog post for details.\n* There’s no designers in VS2010 for WebTemplate\n\n* This should be fixed by VS.next to promote multiple platform options – as in not to force to be only in on-prem like with site definitions – “We are all in…”\n* Can be deployed from farm solution or from sandbox solution\n\n* Notice that has to be obviously in Site Collection scoped feature, if deployed as Sandbox solution\n\n## I upgraded from 2007 and have site definitions – now what?\n\nIn 2007 we didn’t have any other options than using site definitions with certain business requirements, so it’s understandable that there’s numerous sites which are build technically using custom site definitions. These deployments won’t be cloud compliant unless dependency to these site definitions is removed. This means that these kind of deployments cannot be migrated to Office365 (Standard or Dedicated) without complete refactoring of code and content as pre-requisite.\n\nThese kind of refactoring projects are not simple and could be surprisingly expensive. If you are planning to migrate away from custom site definitions, you might want to consider to take a approach where you rebuild customizations using WebTemplate element and then migrate just the content from the existing sites to newly developed customizations. You might want to consider this as one of your options when you define required changes for the customizations anyway due the version upgrade from 2007 to 2010.\n\n## Summary\n\nAs a summary, you should be using WebTemplate element whenever possible to provide site provisioning options to your deployment.\n\nAs a Microsoft consultant, I also personally would prefer people to use more cost efficient options in long term when they design their customizations to avoid any hidden cost impact or unnecessary cleaning in later stages of the deployment life cycle. By using WebTemplate element over site definition, we still provide complete flexibility for the customers to host their SharePoint wherever they want (cloud or on-prem) and don’t cause any “stupid” technical limitations for their possible future cloud transition to any cloud platform (like Office365). Even though your deployment would have been currently planned to be an on-premises deployment, you shouldn’t lock it’s future by using site definitions and cause also additional costs as part of the upgrade to following SharePoint major version (o15).\n\nHopefully you were not forced to do any SP2003 to SP2007 upgrades where custom site definitions where used, but that’s exactly the route where using site definitions also in future will drive deployments. These migration issues should be major consideration point for any SharePoint deployment from overall costs perspective. By selecting WebTemplate approach, your deployment will be as easily updated to following SharePoint major version as it would be using simple stapled features. This has major cost impact on the overall lifecycle costs of the deployment.\n\nNotice also that since WebTemplate element usage is also based on same onet.xml structures like site definitions, you can easily learn how to use them, so that your customization architecture is following up guidance's to avoid any unintentional costs for the deployment during maintenance phase of the sites.\n\nSo – forget site definitions, start using WebTemplate elements in your deployments, this will be beneficial for your customers, you and any SharePoint deployment in short and long term.\n\nIf you disagree any of the pointers listed above, don’t hesitate to contact or write comments on this blog post. We would like to also understand what are the concerns and possible issues you might have run into. Thanks for the comments and pointers advance.\n\n## Comments\n\n* \n\nAnonymous\n\nAugust 08, 2011\n\nGreat job explaining the difference between two technologies.. Web templates seems to be way to go...* \n\nAnonymous\n\nFebruary 03, 2013\n\nOk mostly i have seen people creating site definition, can you please give some scenario where site definition would be suitable over web template* \n\nAnonymous\n\nMay 07, 2014\n\nOkay. No more site defs, I promise! Really good explanation.* \n\nAnonymous\n\nJune 05, 2015\n\nHi Thanks for the explanation. Could you explain the following in a bit more detail. I thought to create a web template I export the site by using UI and then optionally import to VS? 'Notice that when I’m writing about web templates, I refer to WebTemplate element usage with onet.xml, not what get’s created when you save site as a template from browser (site template wsp package), even though site templates uses WebTemplate element in them.'* \n\nAnonymous\n\nJune 05, 2015\n\nHi Raj, by creating them manually, you can have much more control how they behave. See following blog series for details: blogs.msdn.com/.../webtemplate-training-materials-lab-4-upgrading-existing-sites-with-feature-versioning.aspx. In general this is however really old blog post and right now we do not recommend usage of WebTemplates either, rather usage of remote provisioning patterns. See following SPC14 presentation for example for details: channel9.msdn.com/.../SPC403 Here's also introduction to PnP provisioning engine, which is using this remote provisioning pattern and it provides you capability to skip usage of any template model, rather create new sites based on any existing site on fly. This way you can use just browser to create any configurations which are applied to the newly created sites: channel9.msdn.com/.../Introduction-to-PnP-site-remote-provisioning-engine If you have any other questions, would suggest using Patterns and Practices Yammer group at aka.ms/OfficeDevPnPYammer* \n\nAnonymous\n\nJuly 08, 2015\n\nNice article, thank you.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/user_ed/2015/01/28/the-history-of-the-for-loop/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/southafrica/2013/11/25/end-to-end-application-lifecycle-management-with-visual-studio-and-team-foundation-server/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# End to End Application Lifecycle Management with Visual Studio and Team Foundation Server\n\nWe are running 2 smallish events focussed around using TFS and Visual Studio for managing your application lifecycle. We are also doing this in Pretoria. If you have a medium to large sized team, we can also consider running this at your premises. Use the contact us on the blog if you are interested in this\n\nTo register for this event\n\n* Pretoria – Click here to register - morning of 5th Dec.\n* Johannesburg – Click here to register - afternoon of 4th dec\n\nEnd to End Application Lifecycle Management with Visual Studio and Team Foundation Server\n\nMicrosoft’s application lifecycle management tooling is all about enabling teams to deliver great software. In this demo-packed session, learn how to engage early and often with your project’s stakeholders to ensure that your team is building the right software for them. The following areas and topics will be covered\n\n- Plan and track work - web-based project management tools, Excel and Project Integration, Agile Portfolio Management, Backlog and Sprint Planning, Team Rooms, Storyboarding, Feedback Management\n\n- Architecture – Code Visualization and Code Maps, UML Diagrams, Validation using Layer Diagrams\n\n- Developer Collaboration and Practices – Source Control (including using GIT for Source Control), Code Lens, Branching and Merging, Code Review, Lightweight web Code Comments, My Work, Unit Testing and Code Coverage, Fakes, Code Analysis and Metrics, Code Clone Analysis, Managing Database Schemas, Cross platform development from Eclipse, Automated Builds\n\n- Software Quality – Test Case Management and Execution including Web Tools, Manual Testing, Exploratory Testing, Automated Testing, Load and Web Testing, Testing Windows 8.1 Store apps\n\n- Release Management and DevOps - Configure a lab environment for automated build, deploy and test workflow. System Center Integration. Using IntelliTrace for debugging Production issues. InRelease for release management.\n\nWe will cover this via a simple end to end scenario, where we break we focus on the define, build and operate phase of the lifecycle. Not all topics will be covered in detail due to time constraints\n\nAudience- Anyone involved in the end to end process of defining, building, release and supporting applications including Business Analysts, Testers, Project Managers, Developers, Developer Leads/Managers, IT Ops\n\nLength – Approx 3 hours",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/virtual_pc_guy/2006/07/14/blake-stone-under-virtual-pc/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Blake Stone under Virtual PC\n\n> \n\n#### BLAKE STONE v3.0 APOGEE 3-D ACTION ####\n\nIn 1992 came Wolfenstein. NOW there's Blake\n\nStone: Aliens of Gold! A battle against a\n\nmadman who's hatched an army of doom, with\n\nmutants, biodroids, demons--all genetically\n\ndesigned for mass terror! Blake v3.0 has an\n\neven more impressive list of features than\n\nthe original release. Rediscover it today!\n\nRequires 386+, DOS 5+. AdLib/SB supported.\n\n11 levels in shareware version--66 full ver.\n\nNearly two years to make by JAM Productions.\nI must confess that I never gave Blake Stone enough time when it first came out. This game built on the Wolfenstein engine in a lot of ways - and is really quite polished. It adds support for ceiling and floor textures - and has a really interesting variety of weapons and opponents. So why did I ignore it back in 1993 when it was released? Well - ID had already started talking about (and slipping on delivery of) DOOM. We were all eagerly waiting for non-90 degree walls, varied room heights, and the various other technological breakthroughs that were going to be in DOOM. As such - Blake Stone (which came out several months before DOOM) was a real let down.\n\nAfter I had got over the DOOM rush - I did go back and play this game some more - and really enjoyed it:\n\nBlake Stone runs wonderfully under Virtual PC. You can find out more about it here: https://www.3drealms.com/blake/index.html and you can download the shareware version from here: ftp://ftp.3drealms.com/share/1bs30.zip\n\nCheers,\n\nBen",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/dan_fay/2007/11/02/manycore-and-multicore-workshop-architectures-applications-and-directions/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00756-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Manycore and Multicore Workshop: Architectures, Applications And Directions\n\nThe Manycore and Multicore Workshop has a really good line-up of speakers - should be a good 1 1/2 days...\n\n* John Manferdelli, Microsoft Corporation - Supercomputing and Mass Market Desktops\n* Chuck Moore, AMD Corporation - The Role of Accelerated Computing in the Multi-core Era\n* Jack Dongarra, Univ. of Tennessee - An Overview of High Performance Computing and Challenges for the Future\n* Charles Leiserson, MIT - Multithreaded Programming in Cilk\n* Dan Reed, RENCI/UNC Chapel Hill - Multicore: Let’s Not Focus on the Present\n* Dave Kirk, NVIDIA Corporation - NVIDIA CUDA Software and GPU Parallel Computing Architecture\n* Panel on Manycore/Multicore's Programmability Gap\n* Vivek Sarkar, Rice University - Portable Parallel Programming for Heterogeneous Multicore Computing\n* Dave Patterson, UC Berkeley - The Parallel Computing Landscape: A Berkeley View 2.0\n* Stephen Pawlowski, Intel Corporation - Supercomputing for the Masses\n> \n\nManycore and Multicore Workshop: Architectures, Applications And Directions\n\nSponsored by Microsoft Corporation\n\nWorkshop dates: Sunday, November 11 - Monday, November 12, 2007\n\nLocation: SC07 Conference, Reno, Nevada\n\nMore information can be found at https://sc07.supercomputing.org/\nThe era of \"Supercomputing applications are what supercomputing does best,\" which is generally associated with heavyweight, numerically-intensive science computation, is rapidly converging with real-time and consumer applications such as computer gaming and multimedia. These new application genres are achieving a level of sophistication that makes them almost indistinguishable from supercomputing applications, and, consequently, are driving the recent developments in processor architectures. Most of the emphasis over the last few years has been on multi-core architectures, which are used as CPUs (e.g. quad-cores) in the current desktop and laptop systems and also used to develop supercomputing clusters.\n\nManycore and Multicore Workshop (UNC-CH Computer Science)\n\n## Comments\n\n* Anonymous\n\nNovember 03, 2007\n\nPingBack from http://direct-marketing.marketing-experts.info/?p=10798",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/wsteele/2005/07/08/todays-webcast-migrating-from-asp-net-1-1-to-asp-net-2-0/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Today's Webcast - Migrating from ASP.NET 1.1 to ASP.NET 2.0\n\nToday, at 9AM PST, I will be doing a webcast on Migrating from ASP.NET 1.1 to ASP.NET 2.0. This session only has a couple slides and lots of demos... so check it out. I'll be covering a lot of the \"stuff\" that has changed or is new for us developer types in ASP.NET 2.0. The ASP.NET team has done a really nice job of making our jobs a lot easier.\n\nWow... another big URL. I love these things. Anyway, it'll take right to the registration page.\n\nLastly, here is the \"Mobile Detector\" control that I will be showing in the last demo... https://www.wjsteele.com/mobiletester.zip. Go ahead, download it and use it... it's free. ;-)\n\nBill\n\n## Comments\n\n* Anonymous\n\nJuly 08, 2005\n\nGreat News",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/tzink/2007/05/15/ocr-and-image-spam/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00735-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# OCR and image spam\n\nJohn Graham-Cumming writes on his blog today that perhaps OCRing image spam is having some effect. Why else would spammers start to obfuscate the text in their spam (ie, V1@GR@ vs VIAGRA)? He has a point. Logically, one would think that as soon as spammers discover their spam isn't working they go and shift their tactics. This latest shift is in response a new anti-spam technique that is having some effect.\n\nOn our end, we do some image spam analysis, but alas, I haven't been involved in any of it (another department developed it for us). However, I can confirm that image spam matching does work although its effect is not all that noticeable. For one thing, our image-spam matching comes near the end of our pipeline (after my own image rules that I wrote a few months back that are pretty effective). So, the numbers will be quite a bit smaller than if we moved it forward so that it scanned more mail.\n\nFor another thing, we have discovered that anti-spam techniques that attempt to match spam based on image analysis only catches a small unique subset of mail that other techniques would have also caught. In other words, if Method A is image-spam content analysis and Method B is everything other than Method A, then in a group of 100 messages Method A only catches 2 messages that Method B does not.\n\nThis implies that a lot of anti-spam techniques tend to catch the same stuff.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/astebner/2005/11/09/my-adventure-creating-a-media-center-add-in-part-4/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# My adventure creating a Media Center add-in, part 4\n\nI know it has been a very long time since my previous post in this series, and I apologize for that. I have been pretty busy getting Update Rollup 2 ready and then working through some of the issues seen by customers after we released it. At any rate, I was sitting at the car dealership yesterday afternoon waiting for an oil change and tire rotation and decided to pick back up my effort to create a Media Center add-in.\n\nThe first thing I realized that I should do is check out the updated version of the Media Center SDK because we shipped an updated version at the same time that we released Update Rollup 2. So I started out by visiting the download site for the SDK and tried to download and install it. Since I already had the previous version of the SDK installed, I received a Windows Installer error dialog stating that another version of this product was already installed on the system. So I went and dug through my Add/Remove Programs control panel and uninstalled the version of the SDK that I had installed, then went back to the download site and this time it installed fine.\n\nI decided I wanted to try to look at the code and try to build one of the sample add-ins to get a feel for what this process looks like to the average add-in developer, and also because I wanted to see what the default add-in MSI would look like after using Visual Studio to build the MSI. I decided to start with the screen saver sample (located in C:\\Program Files\\Microsoft\\Microsoft Windows XP Media Center SDK\\Sample AddIns\\ScreenSaver if you install the SDK to the default location). I found the ScreenSaver.sln file and double-clicked on it to launch it in Visual Studio. I happened to have Visual Studio 2005 installed on my laptop, so I was prompted to convert the project files to the new format and stepped through the wizard to complete that task.\n\nI glanced briefly through the code in Connect.cs and it made reasonable sense from a conceptual perspective. So I decided to try to build the project by pressing Ctrl + Shift + B in the VS IDE. When I did that, it ran for a while and then gave me some error messages about unresolved references. As it turns out, there is a reference to the Microsoft.MediaCenter assembly in the References node in the VS Solution Explorer, and it had a yellow exclamation point next to it on my machine, which indicates that the file couldn not be found in the expected location on my system. It was expecting to find Microsoft.MediaCenter installed to the GAC, but since my laptop is running Windows XP Pro and not Media Center, that file didn't exist anywhere on my system.\n\nThis presented an interesting dilemma to me - how do I get Microsoft.MediaCenter onto my development machine so that it will be recognized and allow me to successfully build this screen saver sample? I had been planning to use a remote development strategy for creating an add-in (create it on a development machine, deploy it to a MCE machine to test it out, iterate as needed). I definitely wasn't planning on using my Media Center machine as both the development machine and the test machine - it is configured on my TV in my living room, is set to 1600x900 resolution so the standard Windows desktop is barely readable without squinting and getting eye strain, and it doesn't even have Visual Studio installed anyways. Plus, at the time I tried to build this project, I was sitting in a car dealership and didn't have access to a copy of Microsoft.MediaCenter.dll to work around this issue. I dug through the MCE SDK documentation for a little while but couldn't find any mention of specific steps to take to build the sample add-ins correctly. So I temporarily gave up on fixing the build until I got home.\n\nOnce I got home I found a copy of Microsoft.MediaCenter.dll on my Media Center machine, copied it to the GAC on my laptop by using gacutil.exe (a tool that is installed as part of the .NET Framework SDK), and tried again to build the ScreenSaver add-in. This time it worked fine for me - the assembly reference no longer appeared with a yellow exclamation point and the project built correctly.\n\nThis is about all I had the energy to try last night, so I'm going to end this post here. Next time, I'm planning on looking at the contents of the MSI that was created for the add-in and see if I can figure out a way to simplify the 26 step process in the SDK document entitled Creating a Windows Installer File for an Add-in.\n\n[to be continued]\n\n## Comments\n\n* Anonymous\n\nNovember 12, 2005\n\nThe comment has been removed* Anonymous\n\nJanuary 12, 2006\n\nDon't know if anyone will even see this anymore since I'm a bit late in reading it.\n\nIs there something special you need to do in order to get the Microsoft.MediaCenter.dll to show up in Visual Studio 2003's Add Reference list? I've added it to the GAC using the gacutil. It's definately there because I see it using either \"gacutil /l\" or Windows Explorer. But when I do an Add Reference it doesn't show up. And choosing the Browse option is no help because as soon as I go into %windir%assembly it disables the Open button and won't let me choose anything in there.\n\nIn fact, I've noticed there are a number of assemblies in the GAC that aren't in VS's list.\n\nJeff* Anonymous\n\nMarch 07, 2006\n\nwhere do I find the dll file? I don't havea media center pc, just a win xp pro with vs.net and mc sdk's.\n\nPlease help.* Anonymous\n\nMarch 07, 2006\n\nHi Jeff - VS 2003 does not show assemblies that are installed in the GAC in the Add References list by default. You will need to manually browse to a local copy of Microsoft.MediaCenter.dll or use a technique like the one I described at http://blogs.msdn.com/astebner/archive/2005/11/28/497693.aspx to get it to appear in the Add References dialog. That last blog post refers to VS 2005, but the steps are pretty easily changed to work with VS 2003 instead.\n\nHi Yad - You have to get a copy of Microsoft.MediaCenter.dll from a Media Center machine. You will have to have a Media Center machine in order to install and test your add-in anyways, so I would not expect it to be a problem to find a copy of that DLL on the machine you are intending to test your application on.* Anonymous\n\nMarch 15, 2006\n\nHi, is there a place where you can download the Microsoft.MediaCenter.dll for developers that dont have MCE? Seems really strange that Microsoft doesn't ship this with the SDK as I don't think anyone would ever program add-ins on a MCE machine.* Anonymous\n\nMarch 15, 2006\n\nHi Bruno - No there is not a place to download Microsoft.MediaCenter.dll. I agree that developing applications on an MCE machine might not be too likely, but you can't realistically ship an application that has never been tested, and you have to have an MCE machine to test an MCE application on. If you have a machine to test on, you can get Microsoft.MediaCenter.dll from %windir%ehome on that machine to use on your development machine like I described in my blog post above...",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/volkerw/2007/06/08/10-free-virtualization-tools-worth-noting/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# 10 free virtualization tools worth noting\n\nNETWORKWORLD has a list of 10 noteworthy virtualization tools. Best thing of all, each tool they mention is available for free. Quite a good list of valuable freebies.\n\nHere's one more: Altiris, now part of Symantec, offers their new Altiris(R) Software Virtualization Solution(TM) 2.0 also in a free version for private/personal use. Go to https://juice.altiris.com/svs.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/alfredth/2011/09/05/interesting-links-september-6-2011/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00153-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Archived MSDN and TechNet Blogs\n\nIf you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here.\n\n## How to use this site\n\nArchived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs.\n\nYou can also type the name of the blog or the title of the blog post in the \"search\" box at the upper-right corner of this page to search for it.\n\nIf you have any questions or issues, please share your feedback here.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/microsoft_press/2013/02/04/new-book-windows-server-2012-inside-out/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00433-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# New book: Windows Server 2012 Inside Out\n\nNOTE: This book has been updated for R2. It was also split into two volumes: Windows Server 2012 R2 Inside Out Volume 1: Configuration, Storage, & Essentials and Windows Server 2012 R2 Inside Out Volume 2: Services, Security, & Infrastructure.\n\nWe are happy to announce the availability of Windows Server 2012 Inside Out (ISBN 9780735666313) by William R. Stanek. You can purchase a copy here or here.\n\nTreat your self to a free PDF of this book’s sample chapters. They are available to download from the Microsoft Download Center here.\n\nHere is an excerpt from Chapter 6: Configuring roles, role services, and features.\n\n### Installing components with Server Manager\n\nServer Manager is the primary tool you’ll use to manage roles, role services, and features. Not only can you use Server Manager to add or remove roles, role services, and features, but you can also use Server Manager to view the configuration details and status for these software components.\n\nBy default, Server Manager is started automatically. If you closed the console or disabled automatic startup, you can open the console by tapping or clicking the related option on the taskbar. Another way to do this is by pressing the Windows key, typing ServerManager.exe in the Apps Search box, and then pressing Enter.\n\n# Viewing configured roles and role services\n\nServer Manager automatically creates server groups based on the roles of managed servers. When you select a role-based group in the left pane, the Servers panel shows the managed servers that have this role. As shown in Figure 6-1, the details for the selected server group provide the following information for all servers in the group:\n\n* The status of related system services. You can manage a service (and its dependent services) by pressing and holding or right-clicking and then selecting Stop Services, Start Services, or Restart Services. In many cases, if a service isn’t running as you think it should, you can tap or click Restart Services to resolve the issue by stopping and then starting the service.\n* Error and warning events the related services and components have generated recently. If you tap or click an event, you get additional information about the event (if available).\n* Summary information about the related role services and features, including the number of related role services and features installed as well as the name and subpath of the related role, role service, or feature in the UI. For example, with Storage Services, the component type is listed as Role Services and the path is listed as File And Storage Services\\Storage Services.\n\nFigure 6-1 View the status details for installed roles.\n\nYou can refresh the server details manually by tapping or clicking the Refresh Servers button on the toolbar. Otherwise, Server Manager refreshes the details periodically for you. If you want to set a different default refresh interval, tap or click Manage and then tap or click Server Manager Properties. Next, set the new refresh interval in minutes and then tap or click OK.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/diegumzone/2008/09/18/making-room-for-an-exception/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00401-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Making Room for an Exception\n\nA new friend I got, J.D. Meier, is leading a project intended to provide renewed Architecture Guidance for the Microsoft platform, and specifically for .NET applications\n\nJ.D. was compiling input from different sources and launched a web site for his project in CodePlex (a Microsoft portal for community projects, most of them available with code, samples, screencasts and so on)\n\nI had the privilege of being enlisted in J.D. ' list an one of his inquiries was about my beliefs on exception handling. I had written a blog post three years ago about that although, ugh!, I did it in Spanish as I was living in South America at that time\n\nI was about translating my blog post for J.D. but better than emailing my outcome, I considered worth making my ideas of public domain, so here we go:\n\nThere are four common antipatterns (those are, bad practices, bad habits) when dealing with exceptions in today's platforms like .NET and Java. Those are:\n\n* Exaggerated \"exceptionalization\"\n* Unnecessary intervention\n* Negligent inaction\n* Inopportune handling\n\nLet's review each.\n\n* Exaggerated \"exceptionalization\". I heard about several software projects where their management thought that exceptions were made to address any abnormal situation. All abnormal situations. That way, data entry modules validated received input and before the first mandatory field left blank, the first entered date field violating the \"MM/DD/YYYY\" mask, etc, an exception was thrown. Just because the policy was throwing an exception for each abnormal situation\n\nThat got the programming cost more expensive as all that plumbing of exception throwing & catching was developer responsibility. But that was just to start: the code became illegible as the treatment of these exceptions was several line of codes further. Occasionally, several entries in the callstack further\n\nSo we can say they got two undesired consequences: too much code and illegibility. A better approach in cases like these should have handled validations in situ, giving control back to the user when some field was entered wrongly, in a simple and direct manner (that is, without changing an error for another one)* Unnecessary intervention. It's normal having code blocks that call modules that eventually throw exceptions. What I find anti natural -accepting that not everybody thinks as I do- is having to be prepared to react before any possible exception. I remember from my participation in a project at a multinational bank, that enclosing between a try - catch block every method call that could throw exception was imperative. And it was forbidden doing nothing inside the catch brackets. To prevent this, the project management staff asked certain development team members to build a robot that reviewed the project source code, hunting for empty catch's. After some while, the managers got finally convinced about the fact that not all the time there's something to do before an exception, but they just made their position a bit more flexible (and consequently, the robot), by allowing in such cases the chance of documenting inside the catch an explanation about why not to intervene. Since then, developers in a hurry to finish their part started entering explanations like /* dkjfhashakjbadshkjdkfjdhkj */ in empty catch's, and the robot has never found a violation of the rule again\n\nThe real thing behind this story is that, in any code segment, there will be exceptions thrown by module invocations which sometimes we could handle, so we could act in consequence, sometimes our involvement will be simply senseless. An example of this? The Data Access Layer (DAL) returns System.Data.SqlClient.SqlException because the connection string was sent with an expired password. The exception is caught in the Business Layer, the one that called the DAL. Does it make sense catching the exception in that place? Maybe to make the answer more obvious, the question could have been \"can the Business Layer create a new password for the DAL?\"\n\nThe right thing in that case is masking, before leaving the DAL, the low-level exception (coupled to ADO.NET in this case) as a high level one without losing the original exception as it's the one that holds the stack-trace). The original exception is usually known as root cause and logged, while the high-level exception is shown to the user. For more info, let's check next* Negligent inaction. This is the opposite scenario regarding the previous case, also negative. It happens each time we leave go any occurred exception without taking over not even to mask certain error messages in order to avoid slapping users faces with low-level explanations like the expired password when trying to connect to the database\n\nEluding any intervention, as a policy, leads to code with unpredictable behavior. That erodes its reliability from a development perspective, and its usability, from the users perspective\n\nHowever, how to set the correct degree of involvement without falling in the previous anti-pattern? As told before, masking the low-level exception into a higher one before leaving the layer or module where that exception is produced. Special care here, as I previously said, of original exception nesting as the new exception will be useful for presentation purposes (thinking in the user), while the original one will allow to understand what provoked it (when IT responsible personnel takes over) and the first measure in order to prevent these situations in the future, mostly if the cause is a software bug (the example of the expired database password does not belong to that category). Don't you remember having seen a web site where, after clicking in some submit button, you got a beautiful message in red characters, like [ODBC Exception, SQL code = ...] ? Wouldn't have been better logging that error while communicating to the user something like \"We are experiencing some difficulties. Please try again later or call to our operators at (XXX)XXX-XXXX\"* Inopportune handling. A customer of mine reclaimed about the low reliability of MS .NET regarding exception handling. He told me that they, before certain range of exceptions, had a handler invoked in the catch section. The handler generated a record in a database with the exception, with the end of taking monthly statistics on their software failures. Concretely, his recrimination towards .NET was that, while was generating the record in the database (low-level speaking, acting in a transaction-oriented manner with locking mechanisms, etc) the web user stayed waiting as a silly for an answer that, worst of worst, was abnormal\n\nWhen checking deeper, we found that the catch logic was executed by design in the same thread where the exception had been occurred. Therefore, if we are urged to let the user know that we couldn't, but we also want to generate a record for stats that are reviewed in a monthly basis, the advice here is perform simple logging (a plain text file, not even XML), loading the database in offline using, for instance, ETL mechanisms\n\nEven, if stats may be checked anytime and we want to have information updated, let's say, 10 minutes ago or even less, we can forget ETL by applying fire-and-forget mechanisms in the exception handler. For instance, the exception handler can post a message to a queue whose consumer -necessarily another thread or process- will complete the action by registering it into a database. Thus, the handler just post to the queue and returns the control to its invoking catch, which in turns will finish and return error and control to the user. The persistence logic stays, that way, decoupled and will be executed asynchronously\nI want to invite anyone to share experiences to J.D. , anti-patterns and their respective best practices in exception handling\n\nPS. An interesting study on Exception Handling is found in Rod Johnson's best seller \"Expert one-on-one: J2EE Design and Development\" (Wrox, 2003, pages 125-132). I strongly recommend its reading\n\n## Comments\n\n* Anonymous\n\nSeptember 17, 2008\n\nPingBack from http://housesfunnywallpaper.cn/?p=6320",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/virtual_pc_guy/2005/04/07/microsoft-virtual-server-management-pack-for-microsoft-operations-manager-2005-released/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Microsoft Virtual Server Management Pack for Microsoft Operations Manager 2005 released\n\nWow - that is a wordy title - but after much waiting the Microsoft Virtual Server Management Pack for Microsoft Operations Manager 2005 was released today. For those of you who do not know - Microsoft Operations Manager (also known as 'MOM') is a very useful tool for server administrators that allows them to have a single console through which they can manage and monitor all of their Microsoft servers. With this new management pack, people who use MOM can also use it to monitor and maintain their Virtual Server installations as well. Very cool.\n\nYou can download the MOM Pack for Virtual Server from here: https://www.microsoft.com/downloads/details.aspx?FamilyId=B8BBF08F-134A-46CE-9D63-FB7EF5258059&displaylang=en\n\nCheers,\n\nBen",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/usisvde/2008/06/30/force-directed-layout-tag-cloud/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00468-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Force directed layout --> tag cloud?\n\nWhen I'm not doing mapping, I occasionally digress into other application scenarios. Of late, tag clouds have been all the rage, and yet, when recently faced with the challenge of implementing one, I realized that the layout algorithm is non-trivial.\n\nIn the past, force directed layouts had been helpful, and so I thought of applying them here. If you're not familiar with the concept, the idea is to model an arbitray graph with nodes as charged particles connected by spring edges (see https://en.wikipedia.org/wiki/Force-based_layout for a more detailed discussion.) Computing the physics and running the algorithm iteratively causes the graph to untangle itself.\n\nTo get an idea how this works, check out the graph sample in Kevin Moore's WPF Bag of Tricks. The effect is quite nice, and should work nicely for tag clouds built in either WPF or Silverlight. This will be the topic of my next scintillating series (once I wrap up the mapping work I've been doing.)",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/neerajag/2005/08/12/validation-pattern-for-allowing-non-empty-string-in-xml-file/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00699-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# validation pattern for allowing non-empty string in xml file\n\nI was trying to validate a xml file using xsd wherein a node value should be non-empty. Means there should be atleast one non-whitespace character into that. After lots of googling, I finally wrote up a small pattern to validate that. Here is the fragment.\n\nDefine a new type derived from string type and apply the pattern constraint.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nNow use the new type \"NonEmptyString\" for all the nodes you want to enforce non-empty constraint.\n\n<\n\nxs:element name=\"Name\" type=\"NonEmptyString\" />\n\n## Comments\n\n* \n\nAnonymous\n\nMay 19, 2009\n\nThanks, Just what I needed!* \n\nAnonymous\n\nJuly 12, 2009\n\nThe comment has been removed* \n\nAnonymous\n\nJanuary 05, 2015\n\nI couldn't find a way to do it without declaring a new type. Thanks, this was really the best way to do it.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://blogs.msdn.microsoft.com/ie/2005/09/20/more-details-on-protected-mode-ie-in-windows-vista/",
+ "domain": "blogs.msdn.microsoft.com",
+ "file_source": "part-00680-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# More details on Protected Mode IE in Windows Vista\n\nHello, I’m Marc Silbey, a Program Manager focused on IE security. I’m back from my honeymoon and I want to follow-up to Rob’s last post on IE7 Security by providing you with more detail on Protected Mode’s compatibility features and by telling you about a related workaround to a known issue in the first Community Technology Preview (CTP) build of Windows Vista.\n\nAs Rob mentioned, Protected Mode helps to eliminate the silent install of malicious code through Windows Vista’s User Account Protection (UAP) technology by blocking writes outside of the Temporary Internet Files (TIF) folder. Protected Mode also leverages UAP’s User Interface Privilege Isolation (UIPI) to help prevent Window messages from being sent to higher privilege processes.\n\nFor this release, security is our number one priority and preserving compatibility is a close second priority. To maintain compatibility, Protected Mode launches broker processes at the user and admin privilege levels to accomplish elevated operations like saving web pages and installing ActiveX controls through UAP’s Application Info Service (AIS).\n\nUser Account Protection is enabled in the Windows Vista CTP build, but Protected Mode work is not done yet and hence users are unable to install ActiveX controls in the default configuration. To solve this problem, the following procedure can be used to temporarily elevate IE’s permissions:\n\n* Start IE with elevated permissions: click Start, point to All Programs, right-click IE, and then select Run Elevated.\n* Perform the ActiveX installation.\n* Exit the current instance of IE.\n* Start a new instance of IE normally (without Administrator permissions).\n\nProtected Mode also includes compatibility features which allow most add-ons to continue running unaffected and which provides impacted add-ons with feasible implementation options. For example, a compatibility layer automatically redirects file writes to the TIF, a new SaveAs API prompts the user with a File Save dialog thus allowing add-ons to write outside of the TIF, and the User-level broker provides a way for add-ons to bypass Protected Mode for certain secured API calls given user consent.\n\nFor more details on Protected Mode including a demo of how Protected Mode helps protect users, check out our Channel9 Interview of Rob Franco and Robert Gu, lead developer for Protected Mode.\n\nI look forward to writing more on this topic in the coming months and to reading your feedback on Protected Mode.\n\n- Marc\n\n## Comments\n\n* \n\nAnonymous\n\nJanuary 01, 2003\n\nNice one Marc...keep updating us with good info* \n\nAnonymous\n\nJanuary 01, 2003\n\nYou say it uses Vista's UAP. Does that mean that protected mode will not be available in XP?* \n\nAnonymous\n\nJanuary 01, 2003\n\nDoes \"Run As Elevated\" require that the user enter their user account password before they can continue?\n\nOr will it require it to install ActiveX controls?\n\nI'd hate for the final version of Vista to make it so users feel they'll have a better experience when running IE in elevated mode.* \n\nAnonymous\n\nJanuary 01, 2003\n\nCorned Bee, Dean's post from the other day states, about Protected Mode:\n\n\"Because the foundation work to make this possible is in Windows Vista, this feature is not available on the XP version of IE7.\"\n\nAl Billings [MSFT]* \n\nAnonymous\n\nJanuary 01, 2003\n\nRosyna presents a valid point, that is users ALWAYS, or being driven to the point to, using IE in elevated mode.\n\nEven Windows 2000 users still have a glimmer of hope by using least privilege, and creating a shortcut to Run As IE when elevated privileges are needed.\n\nSpeaking of XP, when can we expect an XP SP2 release of IE7? All you need to do is add tabs and the phishing filter and other minor things, but we won't be seeing all this in IE7 for XP so I thought we would expect a sooner release.* \n\nAnonymous\n\nJanuary 01, 2003\n\nThe comment has been removed* \n\nAnonymous\n\nJanuary 01, 2003\n\nRosyna: Yes, but you missed the point of Marc's post- running IE elevated to install an ActiveX control is just temporary in the CTP build of Windows Vista. It won't be that way at RTM.\n\nRedxii: Users in Windows Vista won't need to run in elevated mode. That's the point of Protected Mode, and all the work we're doing to make it functional. And, even if they do, IE still won't have all the priveleges of the user they're running it as (see previous blog posts). As for your question, \"when can we expect an XP SP2 release of IE7,\" well Beta 1 is already out. Folks who are on the Windows Vista beta have access. If your question is \"when is a public beta\" well-- you'll just have to wait for now. I don't believe there's been any public date released yet.\n\n-Christopher [MSFT]* \n\nAnonymous\n\nJanuary 01, 2003\n\nChris, you and your buddies at Microsoft do realize that the IE7 and Vista beta are widely available over the internet... Stop acting like they aren't.* \n\nAnonymous\n\nJanuary 01, 2003\n\nThe comment has been removed* \n\nAnonymous\n\nJanuary 01, 2003\n\nSounds really cool.\n\nIs there going to be any chance of blocking downloads by detected MIME in group policy. I know that this would help LOADS of organisations out.\n\nYou already have the technology, now give us the control. :-)\n\nCheers,\n\nNick* \n\nAnonymous\n\nJanuary 01, 2003\n\n<>\n\nI don't see anyone acting like the betas aren't illegally available on Warez sites. But do you expect MS to advocate illegal distribution of any product? Furthermore, what odds are there that a warez'd copy contains some \"special surprises\" added by the crooks who pirated the code?* \n\nAnonymous\n\nJanuary 01, 2003\n\nEven though its not relavant to post this topic here, though ieblog guys should know about this.\n\nHere is the latest bugs of IE7 on Vista:\n\nhttp://www.msvistablog.net/comment.php?comment.news.58* \n\nAnonymous\n\nJanuary 01, 2003\n\nIf you're a legitimate tester, why don't you just submit the bugs through Connect like you're supposed to?* \n\nAnonymous\n\nJanuary 01, 2003\n\nAnona, You mention Protected Mode not applying to a host of the WebOC. That's correct, in Protected mode, the IE process is actually launched with lower privileges so it does not apply to the WebOC. It is possible for any ISV to configure their application to launch with lower privileges. Any app that handles data from the network could be made safer by running with lower privilege. Based on the response I got at the PDC, don't be surprised if other products also decide to run with least privilege.\n\n- Rob Franco [MSFT]* \n\nAnonymous\n\nJanuary 01, 2003\n\nThe comment has been removed* \n\nAnonymous\n\nJanuary 01, 2003\n\nThe comment has been removed* \n\nAnonymous\n\nJanuary 01, 2003\n\nThe comment has been removed* \n\nAnonymous\n\nJanuary 01, 2003\n\nDevelopers! Developers! Developers! Developers! Developers! Developers! Developers! Developers! Developers! Developers! Developers! Developers! Developers! Developers! Developers!\n\n:D* \n\nAnonymous\n\nMarch 29, 2006\n\nHej,\n\nDet finns mycket att skriva om Internet Explorer 7. I denna post tänkta jag bara nämna den viktigaste...* \n\nAnonymous\n\nMay 27, 2006\n\nPingBack from http://adamcaudill.com/2006/05/27/internet-explorer-7/* \n\nAnonymous\n\nMay 29, 2006\n\nPingBack from http://readmaniac.pbworks.net/2006/05/29/internet-explorer-per-vista-col-plus/* \n\nAnonymous\n\nDecember 12, 2006\n\nOne of the big concerns of anyone considering moving to Windows Vista is “How many of my applications* \n\nAnonymous\n\nFebruary 11, 2007\n\nPingBack from http://www.itwriting.com/blog/?p=122* \n\nAnonymous\n\nMarch 05, 2007\n\nPingBack from http://www.errorforum.com/microsoft-windows-vista-error/11067-cannot-print-pdf-files-acrobat-7-windows-vista-home-premuim-uac-security.html#post13797* \n\nAnonymous\n\nJuly 31, 2007\n\nhttp://bathroomdesign.greatnow.com/bathroom-vanities bathroom vanities* \n\nAnonymous\n\nAugust 02, 2007\n\nhttp://bathroomdesign.greatnow.com/bathroom-faucets bathroom faucets* \n\nAnonymous\n\nAugust 03, 2007\n\nhttp://bathroomdesign.greatnow.com/bathroom-sinks bathroom sinks* \n\nAnonymous\n\nAugust 04, 2007\n\nhttp://bathroomdesign.greatnow.com/bathroom-vanity-cabinet bathroom vanity cabinet* \n\nAnonymous\n\nAugust 04, 2007\n\nhttp://bathroomdesign.greatnow.com/bathroom-vanity bathroom vanity* \n\nAnonymous\n\nJanuary 21, 2009\n\nPingBack from http://www.hilpers.it/1504827-la-modalita-protetta-di-ie7* \n\nAnonymous\n\nMay 29, 2009\n\nPingBack from http://paidsurveyshub.info/story.php?title=ieblog-more-details-on-protected-mode-ie-in-windows-vista* \n\nAnonymous\n\nMay 31, 2009\n\nPingBack from http://outdoorceilingfansite.info/story.php?id=530* \n\nAnonymous\n\nJune 13, 2009\n\nPingBack from http://outdoordecoration.info/story.php?id=410* \n\nAnonymous\n\nJune 16, 2009\n\nPingBack from http://topalternativedating.info/story.php?id=6898",
+ "content_format": "markdown"
+ }
+]
\ No newline at end of file
diff --git a/bugzilla_redhat_com/bugzilla_redhat_com_samples_markdown.json b/bugzilla_redhat_com/bugzilla_redhat_com_samples_markdown.json
new file mode 100644
index 0000000000000000000000000000000000000000..d8b03df06f28fb1164d99f28350e5fc9f2bf8d77
--- /dev/null
+++ b/bugzilla_redhat_com/bugzilla_redhat_com_samples_markdown.json
@@ -0,0 +1,702 @@
+[
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1888",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\ninn-2.2-3 is rather broken. Things I've found by a quick look: - it lacks the init script and everything else below /etc/rc.d - the paths in all cron scripts are broken, since the binaries aren't in /usr/lib/news/bin but in /usr/bin - the cron scripts do not check if inn is enabled at all thus producing lots of mail from cron. FIX: put \"/sbin/chkconfig innd && \" in front of commands - package does not use %defattr and is generally only buildable by root. Bad.\n\ninn-2.3-7 fixes the following issues: * init script problem, as well as rc.d scripts missing * cron job path issues * cron jobs check to see if innd is enabledsorry, that is inn-2.2-7.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=15997",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nsyslog entries for invalid su varies for different users. On my system, if I fail while attempting an su to: \"root\" or \"named\", the syslog entries appear as: Aug 11 09:25:25 mybox PAM_pwdb[22699]: authentication failure; arhodes(uid=500) -> root for su service Aug 11 09:25:31 mybox PAM_pwdb[22700]: authentication failure; arhodes(uid=500) -> named for su service However, if I attempt to su to \"bin\" or \"operator\", all I get in the syslog entry is: Aug 11 09:51:38 xanax PAM_pwdb[22733]: get passwd; pwdb: request not recognized Aug 11 09:51:54 xanax PAM_pwdb[22734]: get passwd; pwdb: request not recognized Anyone know why PAM_pwdb would exhibit these different behaviors?\n\nThe pam_pwdb module is being replaced by the pam_unix module (which works correctly) for upcoming releases.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=1333828",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Bug 1333828\n\n| Summary: | python-setuptools_hg: Provide a Python 3 subpackage |\n| --- | --- |\n| Product: | [Fedora] Fedora | Reporter: | Tomas Orsava |\n| Component: | python-setuptools_hg | Assignee: | Praveen Kumar |\n| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance |\n| Severity: | unspecified | Docs Contact: |\n| Priority: | unspecified |\n| Version: | 25 | CC: | cstratak, dkrejci, kumarpraveen.nitdgp, prkumar |\n| Target Milestone: | --- |\n| Target Release: | --- |\n| Hardware: | Unspecified |\n| OS: | Unspecified |\n| Whiteboard: |\n| Fixed In Version: | python-setuptools_hg-0.4-1.fc25 python-setuptools_hg-0.4-1.fc24 | Doc Type: | Bug Fix |\n| Doc Text: | Story Points: | --- |\n| Clone Of: | Environment: |\n| Last Closed: | 2017-02-22 16:55:10 UTC | Type: | Bug |\n| Regression: | --- | Mount Type: | --- |\n| Documentation: | --- | CRM: |\n| Verified Versions: | Category: | --- |\n| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: |\n| Cloudforms Team: | --- | Target Upstream Version: |\n| Embargoed: |\n| Bug Depends On: |\n| Bug Blocks: | 1285816, 1312032 |\n| Attachments: |\n\n| |\n| --- |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=11259",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00626-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nBasically if you do the following: mount -t smbfs -o guest,rw //windows/mp3 /mp3 then you are in /mp3 and you try and unmount the share it gives a device busy error. not so bad by itself but when you reboot/halt the system from this path, the filesystem is not properly unmounted, as it just sits there forever in the shutdown phase trying to close the share. thus the local filesystem is not properly unmounted.\n\nThe 1st part is not a bug, the second looks like it may be a problem in reference counting in the kernel. I don't see any faulty code in mount.\n\nThe only way that could happen is if the shell hasn't been killed by the time the unmounting of remote filesystems is run. This looks like an order of operations issue in the shutdown scripts.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=21288",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nWhen you view a file with a space in name and press 'v' to edit it, it runs the editor with the first part of name only. (instead of 'hello world' it opens 'hello') Some more funny example is $ less \"yup; rm work.c\" (if you press 'v' then, it will remove your work.c) It seems that less uses system() instead of fork() & exec() ...\n\nSetting your $LESSEDIT to \"%E ?lm+%lm. '%f'\" should help. I'll fix this in the Rawhide package. Thanks for the bugreport ! Karsten",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=8892",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nKDE workstation install. At kdm, select 'GNOME' as the session type, and log in. You are dumped back at kdm with no explanation (\"well why did it offer me the choice then?\"). It shouldn't offer session types that aren't installed.\n\nAny suggestions on how to do this? We'd basically have to generate them on the fly while they're a static file. I don't see any real way to fix this (except for, of course, rewriting kdm)\n\nHow about %post sections in the RPMs for (e.g.) kdebase and gnome-core to fix up the session types list? Or an initscript to figure out what session types are available or something.\n\nI'm going to hack KDM to understand the gdm session stuff for the next release.\n\nscratch that, it would be far too much work.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1270854",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nRed Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the \"Satellite project\" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status \"CLOSED\", resolution \"MIGRATED\", and set with \"MigratedToJIRA\" in \"Keywords\". The link to the successor Jira issue will be found under \"Links\", have a little \"two-footprint\" icon next to it, and direct you to the \"Satellite project\" in Red Hat Jira (issue links are of type \"https://issues.redhat.com/browse/SAT-XXXX\", where \"X\" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=80402",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00769-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: redhat-config-xfree86 was completely unable to configure X on my Dell Inspiron 4000. 01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 02) As a point of reference, this tool has NEVER been able to configure X on my laptop during the entire tenure of its existence, where Xconfigurator never had a problem. The lack of a TUI mode for this tool, combined with anaconda's failure in Phoebe (Bug #80401) to configure X left me with no way to get X running. This situation is generally unacceptable to the end user. Version-Release number of selected component (if applicable): 0.6.9-2 How reproducible: Always Steps to Reproduce: 1. run redhat-config-xfree86 2. watch it try to configure X, and repeatedly fail. Actual results: No way (short of manually hacking the XF86Config file) to get X running on my laptop. Expected results: Working X configuration, working X. Additional info: IMHO, this tool is the worst in the redhat-config-* suite. Whoever wants to take responsibility for it should take a good hard look at it from a usability perspective, given that there are situations where its \"magic\" simply fails. Using Xconfigurator (or adding an equivalent TUI mode) as a fallback option if the \"magic\" autodetection fails would be an adequate solution to this issue.\n\nDo you have any traceback info? I don't have that exact laptop, but my Compaq Presario 1700T laptop at home has a Rage Mobility P/M AGP 2x (rev 64), which sounds similar although not identical. redhat-config-xfree86 works ok on that laptop. Also, can you try redhat-config-xfree86-0.7.1-1 out of Rawhide and see how that goes? I recently took ownership of this package and I am trying to give it more attention than it has received in the past. The code has changed a lot since 0.6.9-2. There's not time to add a TUI mode for GinGin, but I'd like to do that for the next release.\n\nIs there time to reinclude Xconfigurator? The guts of that application (hwdata, kudzu) are still present, it should work with little effort. That way, if redhat-config-xfree86 is not successful, it could print a little message for the user like \"I was not able to configure X Windows. You may want to try using Xconfigurator to manually configure X Windows.\" I'll get a more specific debug tonight, and I'll try the new package.\n\nI really don't want to include Xconfigurator again. The right answer is to fix redhat-config-xfree86. Although Xconfigurator has a text interface, it had plenty of open bugs against it when it was decommissioned. We don't have the resources to maintain two X tools since we can barely maintain one. Bringing it back now would be a nightmare.\n\nI assure you, Xconfigurator is totally, completely, irrevocably removed from Red Hat Linux, and will not return, ever. As Brent says, redhat-config-xfree86 is what we ship now, and we want bug reports for things that do not work. If anyone adds Xconfigurator, I'll make sure an rpm -e Xconfigurator is executed from within the X server binary at startup.\n\nredhat-config-xfree86-0.7.1-3 out of rawhide correctly detects and probes X on my laptop. :)\n\nI've got a new Sony VAIO R505G laptop, and even the latest Rawhide redhat-config-xfree86 is unable to autodetect the LCD display. (I've been able to use the generic laptop 1024x768 option, though.) (Also, ddcprobe does not return the monitor type.) For cases where the monitor type is not autodetected, I'd be very happy if the installer queried for the monitor type as soon as possible. (Since ddc doesn't work, how can LCD monitor type be determined? Is it impossible, or is something just waiting to get implemented?)\n\njsk29: some LCD's cannot be probed with ddcprobe, usually ones with laptops. Most flatpanel monitors these days can be probed, like my Dell 1702FP at home, but laptop screens must do something different at the hardware level. Apparently X has some way of probing these kinds of monitors, but this probing is not (as far as I know) made available to programs other than X via an API. We are investigating ways to try to go about this, whether that's parsing the output of the X.log when starting X fails (this logfile usually contains the probing information) or whether it means pulling the actual probing code out of X itself. I can't promise that we'll have this fixed for the next release, but we're definately aware of the problem.\n\nThe general methods for probing LCD's in no particular order are: 1) DDC probe 2) BIOS calls 3) BIOS snooping 4) ACPI info The only one that is very reliable is DDC, however DDC is not implemented on a large number of LCD panels, which sucks. Furthermore, the other 3 methods are rather extremely hardware dependant and not very reliable. Windows has a bit of an advantage here, because a laptop comes with driver disks, .INF files, etc. specifically designed for that laptop / LCD, which inform Windows of what it needs to know, in addition to the various probing techniques. We unfortunately (the open source community) do not enjoy these luxuries yet.\n\nThanks for the rundown Mike, that was very useful. If I can be of any help learning how to identify the VAIO R505G displays, let me know. I had figured that the preinstalled drivers were giving Windows an unnatural advantage. Hopefully someday Sony will decide to Red Hat certify all of their laptop hardware. :) Thanks again!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2499",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIf you have a RedHat 5.2, and perform an upgrade on the HD medium (HD install), and the drive is already mounted through /etc/fstab, then the install failes. Temporary solution : remove the drive where the install is located from /etc/fstab before doing the upgrade. Regards, Igmar\n\n*** This bug has been marked as a duplicate of 2504 ***",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=880036",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nSpec URL: http://pgampe.fedorapeople.org/drupal7-webform_paypal.spec SRPM URL: http://pgampe.fedorapeople.org/drupal7-webform_paypal-1.2-1.el6.src.rpm Description: The Webform Paypal module sends the user to Paypal to complete a payment whenever they submit a webform containing the component on your site. This module does not directly integrate with Paypal's APIs. This module allows a site user to generate a Paypal 'Buy Now', 'Add to Cart' or 'Donate' button and replace their form's submit button with that button. You can manually keep track of the payment status on individual submissions. Fedora Account System Username: pgampe\n\nWould you still like this package to be reviewed?\n\nYes please.\n\nThere are new guidelines regarding Drupal 7 packages that have been approved since you originally submitted this package. Please review the new guidelines and make sure your package conforms to them: https://fedoraproject.org/wiki/Packaging:Drupal7\n\nClosing this very old review request",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1305661",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00630-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: libvirt's dnsmasq instance is automatically configured to manage a domain chosen in the network configuration. It is not, however, configured to avoid forwarding unsatisfied requests to that domain externally. That may cause DNS loops in some particular use cases, among which is one I'll describe next. I'm using NetworkManager, that also sets up it's dnsmasq instance to locally proxy requests to external resolvers. I want libvirt's virtual machines to be accessible by their hostnames from my host system, under the same domain I configured libvirt to serve. To achieve that, I set up the proxy dnsmasq (call it DNS-P) to relay requests to libvirt's dnsmasq (DNS-L) with the following configuration: server=/virt.danielqm.lan/192.168.122.1 libvirt's network is configured as: default418506a2-5a6f-410a-a522-ca1bb83ede9c Everything works correctly when requesting valid domains: DNS-P happily forwards the request to DNS-L and gets an answer. Trouble appears when an unknown domain is requested. DNS-P will forward to DNS-L, which will not have an answer, then try to forward to the system resolver, which is DNS-L. That will cause an infinite loop that will exhaust the maximum allowed simultaneous queries of both servers. Observing the dnsmasq configuration generated by libvirt, I notice it does not mark the served domain as local, which would stop any requests to it from being forwarded. Adding the following to the generated configuration would be sufficient to fix the issue as far as I could test it: local=/virt.danielqm.lan/ In addition to the already existing line with: domain=/virt.danielqm.lan/ Version-Release number of selected component (if applicable): libvirt 1.2.18.2-2.fc23 How reproducible: Always Steps to Reproduce: 1. Set up NM's resolver to forward to libvirt's 2. Make a query to an invalid hostname in libvirt's domain Actual results: The two dnsmasq instances DoS each other. Expected results: Loops are avoided and libvirt's DNS responds immediately with not-found for invalid queries of it's configured domain.\n\nThis problem was encountered and solved quite awhile back. To eliminate the loop, modify this line in your libvirt network config: to this: (use \"virsh edit default\" to make the change, then when you're done, run \"virsh net-destroy default && virsh net-start default\". You will need to shutdown and re-start any guest that was using the network at the time.) This changes the dnsmasq setup in exactly the manner you describe. Note that this cannot be done by default due to libvirt's policy of maintaining default behavior of existing functionality in new releases (so as not to break functioning setups), and also because it's probably more likely that the original behavior is what's desired. See: http://www.libvirt.org/formatnetwork.html for more configuration options for libvirt networks.\n\nI looked around the documentation quite a lot and managed to miss it. Sorry for the bogus report, and thanks for the quick response.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1787488",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00630-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: The iptables related to stale egress ip was not removed. Version-Release number of selected component (if applicable): 4.3.0-0.nightly-2020-01-02-214950 How reproducible: Always Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1762235, in this bug only fix the issue that stale egress ip was not cleaned from interface, however, the iptable rule related to stale egress ip still existed. So open this new bug to track iptable rule part. Steps to Reproduce: 1.Manually Patch egress IP to first hostsubnet, say A and patch egress IP to new projects; NAME HOST HOST IP SUBNET EGRESS CIDRS EGRESS IPS ip-10-0-139-12.us-east-2.compute.internal ip-10-0-139-12.us-east-2.compute.internal 10.0.139.12 10.129.0.0/23 ip-10-0-140-212.us-east-2.compute.internal ip-10-0-140-212.us-east-2.compute.internal 10.0.140.212 10.131.0.0/23 [10.0.139.200] 2. On the node with the egress IP, kill the sdn pod and prevent it from being restarted by following way. a. sysctl -w net.ipv4.ip_forward=0 b. Delete sdn pod 3.Remove the egress IP from the old HostSubnet it's on, add it to a different HostSubnet. ip-10-0-139-12.us-east-2.compute.internal ip-10-0-139-12.us-east-2.compute.internal 10.0.139.12 10.129.0.0/23 [10.0.139.200] ip-10-0-140-212.us-east-2.compute.internal ip-10-0-140-212.us-east-2.compute.internal 10.0.140.212 10.131.0.0/23 4. Let the old sdn pod start sysctl -w net.ipv4.ip_forward=1 5. Check interface, iptables on the old node Actual results: sh-4.4# ip ad | grep ens3 2: ens3: mtu 9001 qdisc mq state UP group default qlen 1000 inet 10.0.140.212/20 brd 10.0.143.255 scope global dynamic noprefixroute ens3 sh-4.4# iptables-save | grep 10.0.139.200 -A OPENSHIFT-MASQUERADE -s 10.128.0.0/14 -m mark --mark 0x1d5f3b4 -j SNAT --to-source 10.0.139.200 -A OPENSHIFT-FIREWALL-ALLOW -d 10.0.139.200/32 -m conntrack --ctstate NEW -j REJECT --reject-with icmp-port-unreachable Expected results: The iptables rules related to staled egress ip should be removed. Additional info:\n\nSince the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0581",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=238371",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: Install to Hard Drive missing from KDE version of Fedora 7 Test #4 Version-Release number of selected component (if applicable): Fedora 7 Test #4 Live CD- KDE How reproducible: Every single .iso version I've downloaded through the mirrors. Steps to Reproduce: 1. Download .iso for Test #4 Live CD 2. Burn .iso 3. Leave in drive and reboot 4. try to figure out where the installer is on reboot. 5: Realize the install to hard drive is missing and anaconda won't run. Actual results: No installation of KDE Live CD. Expected results: Was hoping to install from KDE Live CD. Can't stand gnome. Additional info: I apologize if this bug report comes off as a bit... jerkish. I'm just trying to figure out how the install feature could have been left out of the KDE version.\n\nThis comes up fine here -- are you logging in as the fedora user for the live CD?\n\nHave the same problem if I choose a language in the login screen: No shortcut to the install program. OK if I log directly without choosing any language: In that case I find the Install shortcut onto my desktop\n\nThe file /home/fedora/Desktop/liveinst.desktop should be placed there during the login. If you login as root it would be hidden (KDE seems to don't like \"NoDisplay=true\" in liveinst.desktop. This is replaced by \"NoDisplay=false\" for User \"fedora\"). /home/fedora/Desktop/liveinst.desktop should be definetily there. You should at least see it in a terminal with \"ls /home/fedora/Desktop\"\n\nI made a new test. I choosed the French language in the login screen. Then I put that language as default in the popup window asking if the language is just for that session or by default. After login I confirm that the Icon is not displayed on the desktop. The file liveinst.desktop exists but is in the folder /home/fedora/Bureau/ (and not /home/fedora/Desktop/) You will notice that 'Bureau' is the French translation of 'Desktop'. Surprisingly, If I move the file liveinst.desktop in the right folder (/home/fedora/Desktop/), I still don't see the icon on the desktop.\n\nAh, only English works atm, we need to integrate xdg-user-dirs. This is a kde-specific issue then (not really livecd)... I'll re-assign this in a bit, when I figure out where best to put it.\n\nFor the final we will use kdm with autologin. So this problem would not occur. Also I replaced \"NoDisplay=true\" with \"NoDisplay=False\" in /usr/share/applications/liveinst.desktop directly. So if someone boot with \"live_locale=\" there would be at least a icon in the menu.\n\nSebastian, has all the changes required to fix this problem already been committed and tested? What's the status?\n\n(In reply to comment #7) > Sebastian, has all the changes required to fix this problem already been > committed and tested? What's the status? I've committed the changes described in comment #6 before I wrote that comment. But the main problem here is that the integration of xdg-user-dirs needs some love (see comment #5). So maybe I should re-assign this to Rex and/or Than?\n\nOh. Just to make this clear: My changes are for livecd-fedora-kde.ks (for the livecd), not for kdebase or xdg-user-dirs.\n\nReassigning to kde-settings, removing FC7Blocker (since we don't non-English atm anyway)\n\n* Tue May 15 2007 Rex Dieter 3.5-24 ... - kdeglobals: xdg-user-dirs integration: Desktop, Documents (#238371) Basic/initial integration, inserting into kdeglobals: [Paths] Desktop[$e]=$(xdg-user-dir DESKTOP) Documents[$e]=$(xdg-user-dir DOCUMENTS) So that the output of the following now match: kde-config --userpath desktop = xdg-user-dir DESKTOP kde-config --userpath document = xdg-user-dir DOCUMENTS Now, we can do likewise for multimedia app configs wrt to XDG_MUSIC_DIR, XDG_PICTURES_DIR, XDG_VIDEOS_DIR\n\nFollowup additions: * Fri May 18 2007 Rex Dieter 3.5-27 ... - kdeglobals: [Paths] Trash[$e]=$(xdg-user-dir DESKTOP)/Trash/ - Requires: xdg-user-dirs",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=647241",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: I attempted to install a guest from virt-manager, selecting a volume from an iSCSI storage pool. This resulted in virtinst creating XML for the disk that looked like Note the type='unknown'. What's going on is that VirtualDisk.py is copying the vol/target/format/@type field from the volume XML across to the guest XML. It should only do this for volumes that report type=file. For volumes of type=block, the format refers to the partition table format, so the guest XML should just get type='raw' One quick hack change I tried in VirtualDisk.py set_driver() is: elif self.vol_object: fmt = None if self.type != VirtualDisk.TYPE_BLOCK: fmt = _util.get_xml_path(self.vol_object.XMLDesc(0), \"/volume/target/format/@type\") if drvname == self.DRIVER_QEMU: drvtype = _qemu_sanitize_drvtype(self.type, fmt) Version-Release number of selected component (if applicable): python-virtinst-0.500.4-1.fc13.noarch How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:\n\n*** Bug 652000 has been marked as a duplicate of this bug. ***\n\nsorry for the duplicate, i searched for isci in libvirt... any idea when this will be fixed? now that rhel6 is out :-) or should I just apply that hack?\n\nIf you have a problem with this on RHEL6 too, please file a BZ directly against RHEL6 product rather than just Fedora.\n\nno that's not what I meant. I meant that you might have some more time now that rhel6 is out :-) haven't tried rhel6 yet, am a bit low on subscriptions :-)\n\nThanks for the report, fixed upstream: http://hg.fedorahosted.org/hg/python-virtinst/rev/5b0f7408003b\n\n*** Bug 669935 has been marked as a duplicate of this bug. ***\n\npython-virtinst-0.500.6-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/python-virtinst-0.500.6-1.fc14\n\npython-virtinst-0.500.4-2.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/python-virtinst-0.500.4-2.fc13\n\nPackage python-virtinst-0.500.4-2.fc13: * should fix your issue, * was pushed to the Fedora 13 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-virtinst-0.500.4-2.fc13' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/python-virtinst-0.500.4-2.fc13 then log in and leave karma (feedback).\n\npython-virtinst-0.500.4-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.\n\npython-virtinst-0.500.6-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1956916",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem:workspaces not restored to proper desktop Version-Release number of selected component (if applicable): Fedora 34 Plasma 5.21.4-1.fc34.x86_64 using X11 How reproducible: Every time Steps to Reproduce: 1. Shutdown system 2. Reboot 3. Actual results: All windows are started in the first desktop Expected results: All windows should be started in their original desktop. Additional info: New upgrade of fedora 34 from fedora 33. I have 4 virtual desktops configured. On restart all the workspaces are restored to the first virtual desktop.\n\nI upgraded from FC32 to FC34 and have similar problem. I have 6 desktops. All got jammed into one. The mouse and keyboard become unresponsive. I was using KDM. Switched to SDDM which did not actually start my desktop. Switched to GDM which also messed up when I tried to run a plasma session.\n\nI am using sddm. Did not have a problem with my mouse or keyboard. I am using X11 and not Wayland\n\nI got the kde desktop to display under GDM by selecting the Plasma Wayland but after a while, the display became unresponsive; no mouse pointer movement or response to keyboard. I connected by ssh from a f32 system and ran top. plasmashell is running away. 296991 jrg3 20 0 2258508 215112 130524 S 100.0 1.3 36:50.27 plasmashell\n\nSounds like a different problem. Did you try Alt+Ctrl+F3 to get a new console?\n\n(In reply to Brian Kaye from comment #4) > Sounds like a different problem. Did you try Alt+Ctrl+F3 to get a new > console? Yes. Like I said, the keyboard and mouse were both unresponsive.\n\nFWIW, I'm also facing the session restore issue. I've filed a bug upstream, so far there has been no response: https://bugs.kde.org/show_bug.cgi?id=437551\n\nHello, I am having this problem as well. I upgraded from Fedora 33 to 34. Session restoration worked well under Fedora 33 but only currently restores to the first virtual workspace under Fedora 34. I am using X11 and sddm in both Fedora 33 and 34, and plasma-workspace-5.22.3-2.fc34.x86_64 if they are relevant.\n\nAny idea of where one can find the format of ~/.config/session/'kwin_saved at previous logout_'. Only firefox seems to go to the right virtual desktop.\n\nI believe this must be related to Wayland and display managers other than kdm. I experienced scrambled desktops under Wayland and either gdm and sddm. I switched back to kdm and open the session with kde in X. Since the desktops had been scrambled,I reset my desktops. Now all is ok, but I am afraid to use sddm, gdm or Wayland with kde.\n\nThere must be a bug in either the session saver or the session restore. If we knew what the format of the session file was then we could tell where the problem lays. I use sddm and start kde with X. The oddity that firefox is restored to the right desktop is confusing. I did try with a new user, creating 4 desktops and the problem reoccurred. This is really getting tiresome. Every time a new kernel is put out and one reboots the problem raises it ugly head. Since you know how to bypass the problem, maybe you could do a controlled experiment by only changing one of the things at a time. I have not tried kdm in years. It used to be quite buggy.\n\nSDDM is the default window manager for KDE. KDM does not appear to be actively maintained except for severe bugs. So there may be some risk using KDM going forward.\n\nIn my experience, the display manager has little to do with session management, ie, testing kdm is likely not a good use of your time. Upstream kde is aware of the issue.\n\nI just tried kdm and problem seems to persist there so I switched back.\n\nI had to reconstruct my desktops after switch to kdm and when starting at login use X and not Wayland. Kdm will not reconstruct the desktops to what they were before they were corrupted. You have to remake them yourself. As far as kdm being end of life, at least the code in it must be reading and writing the correct format for saving and restoring sessions.\n\nI logged using kdm. Switched all my apps to the desired desktops and re-logged in. The problem persisted. Small non detailed test.\n\nI had to delete the .kde directory from an ssh log in, then logged in, arranged desktops, logged out, and logged back in. Everything was as I had set it. I tried gdm and it scrambled my desktops again. I repeated deleting the .kde directory and the process and have been using kde with kdm since.\n\nFyi: .kde/ for used only by legacy kde3/kde4 applications. Modern plasma uses xdg-related dirs like .cache, .config, and .local\n\nI just related what I did. It worked. I am using kde with kdm under X on Fedora 34 every day.\n\nI find it interesting that since modern plasma doesn't use the .kde directory that the .kde is being re-created after it is deleted. Something must think it is necessary. Not only that, the data in the .kde/share/config/kdeglobals file is updated. That does appear to be the only file that is updated.\n\nIt is interesting that a lot of people are not complaining about this issue. Just updated a lot of plasma rpms ( e.g. plasma-desktop.x86_64 5.22.5-1.fc34 ) and the problem persists. This suggests that it something peculiar to my setup. Earlier I did create a new user on my system with 4 virtual desktops and the problem was there. This suggests something in the global part of my setup.\n\nSeems to be finally fixed for me after update to Plasma 5.23.2 (or 5.23.3, not sure which one exactly). Yay!\n\nPlasma 5.23.3 on my system seemed to have fixed it after upgrading my Fedora system to FC35. But after logging out and on it seems to have reverted to the old behaviour. First boot after upgrade was to old behaviour. Had to rebuild grub.cfg to pick up the FC35 kernel. Next reboot showed the correct behaviour. Started \"System Settings\" on Desktop 1 and moved it to Desktop 4. Started \"waterfox\" (branch of firefox) on Desktop 2 and logged out in an attempt to check if it was fixed. The old behaviour returned.\n\nAfter a little research here is the situation on my machine (lenovo P50 running Fedora 35 as of today). If I delete all of the files in .config/session and start applications in each of my 4 virtual desktops, then logout and login all 4 applications (Konsole, system settings, dolphin and kpatience) are started in their correct virtual desktop. If I then immediately logout and login it reverts to the old behaviour. So it looks like there is a step in the right direction but it is not solved yet. So with an empty .config/session directory the save/restore session works fine. But with files already in .config/session either the \"save session\" messes up the files already there or \"restore session\" process is confused about the second set of files saved.\n\nJust to add to the chorus: I also have this problem, and have had it for several months. I'm running up-to-date Fedora 34, X11 with the NVIDIA driver. My session is saved automatically on logout. Upon login, the Konsole windows open with the correct size and correct placement on screen, but all on virtual desktop 1 instead of their previous locations. This is 100% reproducible. Chrome windows restore to the correct virtual desktop, so perhaps this problem is limited to KDE apps.\n\nThis message is a reminder that Fedora Linux 34 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 34 on 2022-06-07. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '34'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 34 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed.\n\nThis is still present in Fedora 35, so if possible, please update the version number.\n\nMigrating my FAS address to omosnacek...\n\nThis message is a reminder that Fedora Linux 36 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 36 on 2023-05-16. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '36'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Note that the version field may be hidden. Click the \"Show advanced fields\" button if you do not see it. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 36 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed.\n\nFedora Linux 36 entered end-of-life (EOL) status on 2023-05-16. Fedora Linux 36 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora Linux please feel free to reopen this bug against that version. Note that the version field may be hidden. Click the \"Show advanced fields\" button if you do not see the version field. If you are unable to reopen this bug, please file a new report against an active release. Thank you for reporting this bug and we are sorry it could not be fixed.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=465135",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00630-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nThe current login sound makes me jump back every time. Mike has a better one in the works, I think.\n\nWhen I asked hadess he said we should put Mike's sounds into the xdg sound theme. http://www.freedesktop.org/wiki/Specifications/sound-theme-spec seems to reference a tarball. Not sure if there is a repo anywhere.\n\nNope, there is no repo. I am not so keen in actually maintaining that theme, I'd had hoped that someone would be willing to maintain it who's not me. Until now nobody volunteered. The current s-t-f is just quickly copied together from other sources just to get things going (although the part about figuring out the licenses was not so quick).\n\nOk, so lets just replace the sounds in the rpm for now, I guess. Can you attach the ones we favored, Jon ?\n\nhttps://bugs.freedesktop.org/show_bug.cgi?id=17878\n\nFixed in sound-theme-freedesktop-0.2",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=429780",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: In gconf I have, clearly visible in a output of gconftool-2, for /desktop/gnome/volume_manager autoopen = false autobrowse = false autorun = false Despite of that, after recent updates, inserting a CD into a drive gets me a dialog \"This media contains software intended to be automatically started. Would you like to run it?\". Definitely not and under NO circumstances. The question is misplaced. If, with another CD, this dialog does not show up then an unwanted browser window automatically pops-out. Moreover options which allowed to change that EXTREMELY UNDESIRABLE behaviour, and where defaults should be really the other way around, vanished from \"Removable Drives and Media\" preference menus. Version-Release number of selected component (if applicable): gnome-volume-manager-2.22.0-2.fc9 How reproducible: all the time\n\nAutomounting + Autorunning programs is now handled by Nautilus. There's both UI and gconf keys to customize / disable this.\n\n> Automounting + Autorunning programs is now handled by Nautilus. There's > both UI and gconf keys to customize / disable this. I spent some time today looking for this mythical UI and so far I drew blank. There is definitely nothing under \"Preferences->Hardware->Removable Drives and Media\" where anything of a kind \"drives\" is not even mentioned. I tried other possibilities too and so far I am out of luck. Scanning through and ouput of 'gconftool-2 -R /' was also of not much help. I cannot exclude that on this long list indeed there is something but nothing which would for me be even remotely \"obvious\". Therefore I would highly appreciate some more specific information than \"oh, there is something somewhere\" from comment #1. If this is indeed the case, and I cannot find it after a prolonged search, then I see that as a serious BUG. Another bug is an obvious regression. I had a system configured to behave in a certain way, something got updated, and my configuration was not carried over; even if some other component took over those duties. That should not happen. Last but not least I was told on numerous occassions that if I am not sure what is responsible for a broken behaviour I should file a bug anyway and developers later will sort out correct components and assignees later. Closing bugs because I have a component wrong directly contradicts this information. I would rather not play \"whack-a-mole\" with that. Thank you!\n\nSorry, but this is Fedora; there is no expectation of settings being preserved from one version to another. The UI is in the Nautilus preference UI, it's at System->Preferences->Personal->File Management. Then it's the tab called \"Media\". The gconf settings are in apps->nautilus->preferences under media_*. Btw, there was no need to reopen this bug just because you feel that someone is obligated to answer questions that could be answered by you doing some simple research.\n\n> Sorry, but this is Fedora; So you are saying that if one day we will see instead of a desktop an interface to your washing machine then this will be ok. Right? > System->Preferences->Personal->File Management Yeah, totally clear to everybody that removable media will be under \"File Management\". I wonder why not under \"Look and Feel->Screensaver\"? Also a good and \"obvious\" place. Still if you would tell that right away everybody would waste much less time. > There's both UI and gconf keys to customize / disable this. And for everybody should be crystal clear that an addition of 'x-content/software' to 'media_autorun_x_content_ignore' list is what is required to fix a broken default behaviour and that even when 'x-content/software' key is not showing up in any other context. Sorry but I am not imaginative enough for that.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=832178",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nSpec URL: http://www.matthias-runge.de/fedora/python-django-picklefield.spec SRPM URL: http://www.matthias-runge.de/fedora/python-django-picklefield-0.2.1-1.fc17.src.rpm Description: django-picklefield provides an implementation of a pickled object field. Such fields can contain any picklable objects. The implementation is taken and adopted from Django snippet #1694 by Taavi Taijala, which is in turn based on Django snippet #513 by Oliver Beattie. Fedora Account System Username: mrunge This is a review required for package rename. [mrunge@sofja SPECS]$ rpmlint ./python-django-picklefield.spec ../SRPMS/python-django-picklefield-0.2.1-1.fc17.src.rpm ../RPMS/noarch/python-django-picklefield-0.2.1-1.fc17.noarch.rpm python-django-picklefield.src: W: spelling-error %description -l en_US picklable -> pickle python-django-picklefield.noarch: W: spelling-error %description -l en_US picklable -> pickle python-django-picklefield.noarch: E: zero-length /usr/lib/python2.7/site-packages/picklefield/models.py 2 packages and 1 specfiles checked; 1 errors, 2 warnings. That zero-length file won't harm in any way.\n\nI'll take this one for a review.\n\nThe only thing I would advise here is adding runtime dependency on Django (Requires: python-django), as the package needs Django to do something. Otherwise I see no problems => The package is APPROVED.\n\nthank you for the review! I'll fix the requirement before submitting to scm. New Package SCM Request ======================= Package Name: python-django-picklefield Short Description: Implementation of a pickled object field Owners: mrunge Branches: devel\n\nGit done (by process-git-requests).\n\nimported and built. Thanks\n\nforgot to add: https://fedorahosted.org/rel-eng/ticket/5231",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=245923",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: It would be nice if dogtail-recorder adds a line in the beginning of every script to initialize translations for the application in mind. This will help scripts to be replayed in different language than the language used during recording.\n\nThis is a good idea. It should be filed upstream, though, and not here.\n\nAdding reference to GNOME bugzilla and closing.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=33894",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 95) When using tar (GNU tar) version 1.13.17 with option -T tar backs up more than the files specified in this file. For example: If the directory /home/myacct/.netscape is specified in the -T file, tar backs up the entire directory rather than JUST the directory. This ends up tarring more files than were specified in the -T file. When the --gzip option is used, the problem appears to be more pronounced and seems to loop on large files backing them up multiple times. Reproducible: Always Steps to Reproduce: 1. echo \"/home/myaccount/.netscape\" > my.list 2. tar -cvPf my.tar -T my.list 3. # You will notice that this not only backs up /home/myacct/.netscape, but also /home/myacct/.netscape/cache, etc. I can reproduce the --gzip problem but the results vary from run to run. The -T file contains ! 9,000 fileIDs. Actual Results: tar dumped the /home/myacct/.netscape/cache/* directory and all it's contents including all the other directories and files under /home/myacct/.netscape. It doesn't appear to do this with the other directory entries in the -T file. Expected Results: I expected the -T option to take the files listed in my.list and only back them up. It should have backed up the directory name: /home/myacct/.netscape and nothing else. The documentation says the file specified by -T contains the files that are to be created. Perhaps the documentation should state that entire directories get backed up. This may not be as much of a bug as I first thought. But the --gzip option did cause freaky results which varied as I tried to re-create it.\n\nThe first part is intentional -- echo \"/home/user/.netscape\" >list tar cf foo.tar -T list does the same as tar cf foo.tar /home/user/.netscape and is supposed to do just that. I can't reproduce the 2nd part on a 7.1 system.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=106129",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n#: ../iw/firewall_gui.py:34 ../textw/firewall_text.py:194 msgid \"\" \"You have elected to disable the firewall on this system. This is not \" \"recomended if this system is attached directly to the Internet or is on a \" \"large public network. A firewall will help prevent unauthorized access to \" \"your system.\\n\" \"\\n\" \"Are you sure you want to turn off the firewall?\" \"recommended\" is misspelled.\n\nAlready fixed in CVS, but I'll push the current po file stuff to elvis right now",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=761005",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00769-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Bug 761005\n\n| Summary: | libvirt [RFE] Add support for new sandy bridge cpu |\n| --- | --- |\n| Product: | Red Hat Enterprise Linux 6 | Reporter: | Andrew Cathrow |\n| Component: | libvirt | Assignee: | Peter Krempa |\n| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs |\n| Severity: | medium | Docs Contact: |\n| Priority: | high |\n| Version: | 6.3 | CC: | acathrow, dallan, ehabkost, jdenemar, mzhan, rbalakri, rwu, toracat, veillard |\n| Target Milestone: | rc | Keywords: | FutureFeature |\n| Target Release: | --- |\n| Hardware: | Unspecified |\n| OS: | Unspecified |\n| Whiteboard: |\n| Fixed In Version: | libvirt-0.9.10-6.el6 | Doc Type: | Enhancement |\n| Doc Text: | | Story Points: | --- |\n| Clone Of: | Environment: |\n| Last Closed: | 2012-06-20 06:38:04 UTC | Type: | --- |\n| Regression: | --- | Mount Type: | --- |\n| Documentation: | --- | CRM: |\n| Verified Versions: | Category: | --- |\n| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: |\n| Cloudforms Team: | --- | Target Upstream Version: |\n| Embargoed: |\n| Bug Depends On: | 760953 |\n| Bug Blocks: | 760952, 761015, 773650, 773651, 773677, 773696 |\n\n| |\n| --- |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=534674",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nr2946 update dbsetup r2947 update dbupgrade\n\nDid you try to change the columns in the existing index to see if this makes a change? Do you have good timing values of the old state, as two indexes also mean double work for the database to update the 2nd index too. And it uses more tablespace.\n\nInitial one-off test: loading the metric tab for a 450member group (5charts)took a bit over 2mins\n\nChanges have been applied, not the final answer, but looks like an improvement.\n\nquestion as to why we created a new index when we already had a scheduleId/timestamp index. Oracle is saying add an index on timestamp. need to re-investigate this based on new performance numbers\n\nrev4989 - remove schedule_id index on raw tables; add time_stamp index on raw tables;\n\nAssigning to Joseph who is working on migrating our perf branch fixes to /trunk\n\nrev5087 - remove schedule_id index on raw tables, which is redundant with the composite index already on those respective tables;\n\nThis bug was previously known as http://jira.rhq-project.org/browse/RHQ-1448",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1461231",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00630-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nRHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the \"RHEL project\" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses \"NEW\", \"ASSIGNED\", and \"POST\" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components \"kernel\", \"kernel-rt\", and \"kpatch\" are only migrated if still in \"NEW\" or \"ASSIGNED\". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status \"CLOSED\", resolution \"MIGRATED\", and set with \"MigratedToJIRA\" in \"Keywords\". The link to the successor Jira issue will be found under \"Links\", have a little \"two-footprint\" icon next to it, and direct you to the \"RHEL project\" in Red Hat Jira (issue links are of type \"https://issues.redhat.com/browse/RHEL-XXXX\", where \"X\" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=59551",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of Problem: When upgrading from 7.2 -> 7.2.90 the upgrade went mostly ok until there were just 6 packages left to install. Then the installer crashed and the system went back to text mode where there were no helpful messages about the reason of the crash. upgrade.log ended with Upgrading wordtrans-web. Upgrading Xbae-devel. Upgrading xcdroast. Upgrading xfig. (there should have been a few after that like zsh). After rebooting the system the rpm database was just like before the update (== all package versions were the 7.2 ones even though the packages had been upgraded) This problem _might_ be related to flaky media, as the cd was in my dvd drive that had some problems reading the disc3 cd-rw reliably (my plextor read the disk just fine)\n\nDid you run 'linux mediacheck' to test the CDs you burned as directed in the release notes?\n\nI did. Can't remember which drive the cd was in during the media check, it's been two weeks. In any case the installer shouldn't crash like that, 7.2 at least displayed a dialog that offers a retry possibility.\n\ndepends on the case in which it crashes... sometimes fall over in levels that don't pass up errors nicely (*cough* the ide/scsi layers *cough* :) or rpm not passing back a callback. I've instrumented a new rpm callback that will hopefully be in beta3 that will catch some of these things more nicely. The newer rpmdb is in /var/lib/rpm.rebuilddb* btw",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3833",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00626-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nopenwsman is vulnerable to infinite loop in process_connection() when parsing specially crafted HTTP requests.\n\nAcknowledgments: Name: Adam Mariš (Red Hat)\n\nStatement: Red Hat OpenStack Platform currently only utilizes the client and python client API bindings, not the server components of openwsman. Additionally, updates for this package are received through the Red Hat Enterprise Linux repository. Red Hat Enterprise Virtualization uses only the openwsman-python client API bindings, not the server components of openwsman. This issue affects the versions of openwsman as shipped with Red Hat Enterprise Linux 6 and 7. Red Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Moderate, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nExternal References: http://bugzilla.suse.com/show_bug.cgi?id=1122623\n\nCreated openwsman tracking bugs for this issue: Affects: fedora-all [bug 1687762]\n\nopenwsman-2.6.5-9.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.\n\nopenwsman-2.6.8-5.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.\n\nThis issue has been addressed in the following products: Red Hat Enterprise Linux 7 Via RHSA-2020:3940 https://access.redhat.com/errata/RHSA-2020:3940\n\nThis bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2019-3833\n\nThis issue has been addressed in the following products: Red Hat Enterprise Linux 8 Via RHSA-2020:4689 https://access.redhat.com/errata/RHSA-2020:4689",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=3408",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nwu-ftpd now _always_ does a RFC931 ident lookup on the incoming connection - there is no option to disable it. For users behind firewalls that drop the ident connection attempt, this means they take 10 seconds just to connect (before even giving a username). This needs to default to off and be a configurable option.\n\ndkl - can you check the wu-ftpd-2.5.0-3.src.rpm in my SRPMS directory on devserv.devel.redhat.com. That has a new \"-I0\" option to turn off ident checking, as well as man page update Alan\n\nFixed (by building for 6.1) in wu-ftpd-2.5.0-3.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=240256",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIf you're running on a screen with only a resolution of 800x600 (as is common for virtual machines), then the inkscape window doesn't fully fit. Easy to test out xrandr -s 800x600 inkscape\n\nNot a whole lot I can do on this one. Filed upstream at http://sourceforge.net/tracker/index.php?func=detail&aid=1719858&group_id=93438&atid=604306 though i wouldn't expect a quick response. I might close as WONTFIX if i don't hear anything from above... Did you know VMWare WS can adjusts the resolution of a Linux guest OS dynamically as you're resizing the window on the host ? It's pretty neat. Or is this happening with Xen VMs ?\n\nPretty sure VMware doesn't do that, but it's been a while since I've poked at it. This is with qemu/xen/kvm. But I know that VMware will come up as 800x600 by default due to a lack of monitor EDID info. It seems a little thing, but lots of reviewers end up testing in environments like this and if we're going to have inkscape on the default live image, then we probably do want to get this fixed if we can. If you need some help working on a fix, let me know and I'll try to carve a little bit of time up to poke at it or ask on fedora-devel-list\n\nVMWare has supported randr resize since 5.0 (or is it 5.5?), though you need to compile the guest toolbox, which requires the any-any patch on FC-6. I use workstation 5.5.4 a lot on FC-6 host to test my fc-5 and fc-7 packages. Just maximize the console window and bam the guest resizes automatically. Anyways. The windows size limitation here are the horizontal and vertical toolbars. Since this is gnome, you can drag them out of the window which will then let you resize the window down to the menu width. To have the toolbars \"compressible\" (as in thunderbird for example, the masked toolbar buttons become available in a small submenu on the right of the toolbar) will require some non-trivial gtk hackage to improve the custom widgets inkscape is using for their toolbars. I don't think they use the standard GtkToolbar (it's compressible by default, but has many undesirable restrictions). I think this discussion needs to happen on the upstream mailing list, let me post something quick.\n\nUpdate: upstream bug is http://sourceforge.net/tracker/?func=detail&aid=1469554&group_id=93438&atid=604306\n\nIn 0.46pre1 the window doesn't fit even into 1024x768. https://bugs.launchpad.net/fedora/+source/inkscape/+bug/168648\n\nThis should probably be closed as WONTFIX\n\nInkscape windows fits to 1024x768 with small icons (default in Fedora). 800x600 will only be fixed if someone implements collapsing of vertical toolbars, similar to ones present for horizontal ones (being discussed upstream). If you really need to run it at 800x600, detach the vertical toolbar.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=16318",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nThere is either a very nasty bug or a very undersirable (to me) feature in gnorpm. I started gnorpm from a terminal at which I had su'ed to root. I then invoked the gnorpm help and browsed through that. I noticed that there was a \"preferences\" capability. Since I was looking how to set where gnorpm would look for rpm's instead of /mnt/cdrom/RedHat/RPMS. So I clicked on the operations->preferences menu item. That is when all hell broke loose ... The screen started flashing panels and I got the following on the terminal window: LibFind-Message: downloading http://www.redhat.com/RDF/resources/distribs/metadata.rdf LibFind-Message: downloading http://www.redhat.com/RDF/resources/distribs/list.rdf LibFind-Message: downloading http://www.redhat.com/RDF/resources/distribs/redhat_6.2_i386.rdf LibFind-Message: downloading http://www.redhat.com/RDF/resources/distribs/redhat_6.2_updates_i386.rdf LibFind-Message: downloading http://www.redhat.com/RDF/resources/distribs/redhat_6.2_updates_i586.rdf ... AND LOTS MORE until I was able to ^c the silly program! What is going on?? Not only was this complete unexpected but why is it going out the a redhat server??? I am marking this high priority and high severity because it was so unexpected!!\n\nOK, I confirmed that I can repeat this. Also, if I disable my network connection, the preferences panel comes up. However, it still tried to do this crazy stuff. I got a message on the terminal about trying to get to www.redhat.com but that the attempt failed.\n\nIt is supposed to do these things. The patch I sent in puts all the messages on the status bar of the window which is better\n\nOK, so this is a \"feature\". But why do it when I have no intension of using webfind? Also, why aren't these files packaged with gnorpm?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1359770",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIt was found that gdImageTrueColorToPaletteBody doesn't check for negative transparent colors while converting the image that can lead to arbitrary null write and information leak. Upstream bug: https://bugs.php.net/bug.php?id=72512\n\nCreated gd tracking bugs for this issue: Affects: fedora-all [bug 1359839]\n\nCreated php tracking bugs for this issue: Affects: fedora-all [bug 1359837]\n\nAnalysis: As per upstream: \"Not sure how exploitable this is... theoretically could be if somebody had online image editor, etc. though it's a bit far-reaching by this point...\" This flaw can only be exploited, if some kind of special image wrangling is done by the PHP script, based on attacker input. Based on the above, Red Hat Product Security Team, does not consider this as a security flaw.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1567814",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: The CLI should make sure that GUI users will also see what environment files and customizations were passed to the deployment. Currently, if a deployment was made from the CLI and then a user opens the GUI - the plan configuration will not reflect the environments that were used. The CLI should: 1) Create the plan-environment.yaml in the swift container, same as the GUI does 2) Populate the \"environments:\" section with the environment files that were used in the command line 3) Populate the \"parameter_defaults:\" section with the counts (e.g. ControllerCount, ComputeCount etc') and flavors (e.g. OvercloudControllerFlavor, OvercloudComputeFlavor etc') 4) Populate whatever other default parameters that were passed in the environments that were listed on the command line (e.g. the SSL certificates if they were provided, and more...) 5) Resource mappings are currently not possible and not supported in the GUI, so a specific solution is needed to support saving resource mappings in the plan in swift A CLI user who didn't save the deployment command of the initial overcloud deployment, and later needs to know what command was used in order to do the upgrades, should be able to find all the info in the plan - same as GUI users can. Updating an overcloud deployment should be possible by editing the files stored in swift, and running the \"openstack overcloud plan deploy\" command, even if the initial deployment was not done from the GUI.\n\nI agree this is really important, both for parity between the UI and CLI as well as to improve the user experience. Steve Hardy has been doing a ton of work around this, mainly to stop the CLI from merging environments before deploying, which is causing a number of issues and differences when deploying with the UI vs CLI: https://review.openstack.org/#/q/topic:bug/1635409 There's a couple dozen patches in there, many merged already so I'll only link to the ones that are still open.\n\nThe CLI already creates a plan-environment.yaml file which is informative enough to reconstruct the deployment command. The GUI won't always realize that the environment files that were used from the file system are equivalent the ones in capabilities-map.yaml.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=13339",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00632-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nWhile attempting to build a lightweight kernel for an old 486 laptop from the 2.2.16-3 sources I got several compilation errors in ksyms.c relating to SMP support even though I had not selected the SMP option in 'make xconfig'. Using the same .config file with pristine 2.2.16 sources did not result in any compilation errors. The .config file and make log are available in the tar file at the URL.\n\nHmm - I did a 'make mrproper' and started over with the same .config file and got no errors. Doing a 'make clean' was not sufficient to clear up the problem. I had previously done a 'make oldconfig' in the same directory using Red Hat's stock config file for i686 SMP. Something was left over from that operation that caused the problem and only 'make mrproper' fixed it, so there may still be a bug here somewhere.\n\nKnown limitation of the kernel make stuff.. it finally got fixed in the 2.5 tree. Before that its a known \"feature\" you need to completely clean the tree switching between SMP and non-SMP",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1260180",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nRHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the \"RHEL project\" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses \"NEW\", \"ASSIGNED\", and \"POST\" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components \"kernel\", \"kernel-rt\", and \"kpatch\" are only migrated if still in \"NEW\" or \"ASSIGNED\". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status \"CLOSED\", resolution \"MIGRATED\", and set with \"MigratedToJIRA\" in \"Keywords\". The link to the successor Jira issue will be found under \"Links\", have a little \"two-footprint\" icon next to it, and direct you to the \"RHEL project\" in Red Hat Jira (issue links are of type \"https://issues.redhat.com/browse/RHEL-XXXX\", where \"X\" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=179457",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00626-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n+++ This bug was initially created as a clone of Bug #177783 +++ Description of problem: In /var/crash/scripts/netdump-reboot, I have this logic: sleep 10 cd \"$2\" nice gzip -9 vmcore This works as I would expect it to... but when gzip is running, netdump-server does NOTHING else. It doesn't even accept incoming packets from other ongoing netdumps. So on my netdump server, which services hundreds of clients, I get failed netdumps simplying because one that didn't fail it gzip'ing, and the other netdump clients timeout after a while. I suspect that gzip isn't required.... \"sleep 1h\" should do the same thing. Is the netdump-server not capable of both running one of scripts AND continuing to process other currently active netdump sessions? Version-Release number of selected component (if applicable): netdump-server-0.7.7-3.i386.rpm in RHEL4 U2 Shoud should be filled under netdump-server, but I couldn't find that compenent in the list. -- Additional comment from anderson on 2006-01-13 17:38 EST -- Can you do the gzip command in the background? The netdump-server just does a \"system()\" of the script. -- Additional comment from anderson on 2006-01-13 17:41 EST -- i.e., cd $2 (sleep 10; nice gzip -9 vmcore) & -- Additional comment from joshua on 2006-01-13 17:50 EST -- Can't netdump-server do the right thing here? Wouldn't an error in the script effectively halt all netdump activity on the server until it was restarted? Surely the netdump-server can fork off a process for the script. -- Additional comment from anderson on 2006-01-13 17:54 EST -- If the script failed, the system() function would just return, and the netdump-server would continue. Surely it could fork off a process, but it doesn't... ;-) (Sorry -- I didn't write the damn thing.) -- Additional comment from joshua on 2006-01-13 18:18 EST -- If the script does something that never returns, bad bad things would happen. The netdump-server can provide more robust behavior by forking off the script, and not leaving itself so open to killing off all other netdump sessions. The code isn't set in stone? ie, if we come up with a better way for it to work, can't it be changed? Do you not have permission to change the code? I understand that you didn't write it... but if only the original authors could change the code... well... we would still all be running Solaris :-) -- Additional comment from anderson on 2006-01-13 18:26 EST -- No, but if (1) I fixed it today, and (2) if it was deemed a requirement for a future netdump package errata -- which is no small task getting it that permission from the powers-that-be -- you wouldn't see it in a release errata for many months from now. The next netdump errata is already in the pipeline, and even that won't hit the streets for quite some time. I feel your pain... -- Additional comment from anderson on 2006-01-18 09:13 EST -- Upon further review (I've been watching too much football lately), please consider the following. There are four optional netdump-server scripts: netdump-start: Run when a new client does a \"service netdump start\". netdump-crash: Run when a client initiates a handshake after a crash. It cannot be run in the background because its success/failure determines whether the netdump-server starts a netdump operation or requests the client to just reboot. netdump-nospace: Run when a netdump operation has been accepted, but there is not enough space to hold the vmcore. It cannot be run in the background because its intended use is to allow the netdump-server to clear out space if possible, and if it is successful, does a retry of the space check. netdump-reboot: Run after a vmcore has been created, and just before requesting that the client reboot. So the question is whether to make the netdump-reboot, and perhaps the netdump-start, scripts run in the background, making their operation inconsistent with the other two. If a user decides to have their script file perform a time-consuming task, then the user need only add an ampersand to avoid blocking the netdump-server. So there really is no problem/bug here. Furthermore, it can be argued that, depending upon what the user wants their script to accomplish, that the script *should* be run in the foreground, i.e., the netdump-server should wait before continuing to process any more activity. How do we know that some other customer has something being accomplished by their netdump-reboot script that *should* be waited for? Changing the code now would break that behavior. In my opinion, the process should remain as it is, so that the process can remain as flexible as possible. The user should have complete control as to whether to run the scripts in the foreground or background. -- Additional comment from joshua on 2006-01-18 13:51 EST -- Well said. I mostly buy this line of reasoning. Remember thought that a script that isn't backgrounded halts *all* netdumps, not just the one for which the script is running. Think enterprise: you are pointing 100s or 1000s of machine at a single netdump-server. It isn't uncommon to see multiple netdumps at the same time. One mistake in a script, or just a script that takes a while, will cauase *all* other netdumps to fail. If you don't think that is reason enough to change netdump-server's behavior, perhaps we should change the documentation or man page to point this important fact out. -- Additional comment from anderson on 2006-01-18 15:18 EST -- I can certainly agree that a documentation change is reasonable, to both the package README and the netdump-server(8) man page.\n\nFix checked in to RHEL-3 CVS, version 0.7.16-1.1\n\nAn advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0462.html",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=845143",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: I am attempting to build activeMQ via maven / java, on an ARM-based IONICS Stratus plug computer. The computer hangs part way into the build, and I get a kernel error message about a soft lockup. It looks like this is originating somewhere in the networking stack: [ 1069.060253] BUG: soft lockup - CPU#0 stuck for 22s! [java:686] [ 1069.066116] Modules linked in: nfs nfs_acl auth_rpcgss fscache lockd sunrpc vfat fat mtdchar ofpart libertas_sdio libertas orion_nand cfg80211 rfkill nand nand_ecc mv643xx_eth nand_ids mtd mv_cesa usb_storage mmc_block mvsdio mmc_core [last unloaded: scsi_wait_scan] [ 1069.089990] [ 1069.091482] Pid: 686, comm: java [ 1069.096116] CPU: 0 Not tainted (3.4.6-2.fc17.armv5tel.kirkwood #1) [ 1069.102684] PC is at dma_cache_maint_page+0xb0/0xe0 [ 1069.107583] LR is at dma_cache_maint_page+0xa8/0xe0 [ 1069.112485] pc : [] lr : [] psr: 80000013 [ 1069.112490] sp : c7475c58 ip : c022eed0 fp : 00000fff00 [ 1069.124026] r10: 000002ec r9 : c066cb88 r8 : 0a23300000 [ 1069.129276] r7 : 00000001 r6 : 00000076 r5 : c0b109c0 r4 : 00000abc [ 1069.135834] r3 : 00000000 r2 : c066cb88 r1 : 00000076 r0 : dde4eabc [ 1069.142392] Flags: Nzcv IRQs on FIQs on Mode SVC_32 ISA ARM Segment user [ 1069.149559] Control: 0005397f Table: 1dd6c000 DAC: 00000015 [ 1069.155349] [] (unwind_backtrace+0x0/0x124) from [] (watchdog_timer_fn+0xf0/0x144) [ 1069.164706] [] (watchdog_timer_fn+0xf0/0x144) from [] (__run_hrtimer+0xb0/0x1d4) [ 1069.173886] [] (__run_hrtimer+0xb0/0x1d4) from [] (hrtimer_interrupt+0x10c/0x254) [ 1069.183161] [] (hrtimer_interrupt+0x10c/0x254) from [] (orion_timer_interrupt+0x24/0x34) [ 1069.193046] [] (orion_timer_interrupt+0x24/0x34) from [] (handle_irq_event_percpu+0x38/0x240) [ 1069.203360] [] (handle_irq_event_percpu+0x38/0x240) from [] (handle_irq_event+0x30/0x40) [ 1069.213240] [] (handle_irq_event+0x30/0x40) from [] (handle_level_irq+0xbc/0xd0) [ 1069.222421] [] (handle_level_irq+0xbc/0xd0) from [] (generic_handle_irq+0x28/0x38) [ 1069.231778] [] (generic_handle_irq+0x28/0x38) from [] (handle_IRQ+0x68/0x8c) [ 1069.240611] [] (handle_IRQ+0x68/0x8c) from [] (__irq_svc+0x34/0x80) [ 1069.248662] [] (__irq_svc+0x34/0x80) from [] (dma_cache_maint_page+0xb0/0xe0) [ 1069.257583] [] (dma_cache_maint_page+0xb0/0xe0) from [] (___dma_page_dev_to_cpu+0x7c/0xcc) [ 1069.267642] [] (___dma_page_dev_to_cpu+0x7c/0xcc) from [] (dma_async_memcpy_buf_to_pg+0x134/0x1a8) [ 1069.278398] [] (dma_async_memcpy_buf_to_pg+0x134/0x1a8) from [] (dma_memcpy_to_iovec+0xd4/0x158) [ 1069.288981] [] (dma_memcpy_to_iovec+0xd4/0x158) from [] (dma_skb_copy_datagram_iovec+0x5c/0x1d4) [ 1069.299564] [] (dma_skb_copy_datagram_iovec+0x5c/0x1d4) from [] (tcp_recvmsg+0x5a8/0x9f4) [ 1069.309541] [] (tcp_recvmsg+0x5a8/0x9f4) from [] (inet_recvmsg+0x48/0x5c) [ 1069.318122] [] (inet_recvmsg+0x48/0x5c) from [] (sock_recvmsg+0xc0/0xe8) [ 1069.326611] [] (sock_recvmsg+0xc0/0xe8) from [] (sys_recvfrom+0xa0/0x10c) [ 1069.335182] [] (sys_recvfrom+0xa0/0x10c) from [] (sys_recv+0x1c/0x20) [ 1069.343404] [] (sys_recv+0x1c/0x20) from [] (ret_fast_syscall+0x0/0x2c) Version-Release number of selected component (if applicable): Linux version 3.4.6-2.fc17.armv5tel.kirkwood (mockbuild.hsv.redhat.com) How reproducible: 100% Steps to Reproduce: 1. Download the source for activemq-parent-5.5.1 2. attempt to build via: mvn clean install Actual results: soft lock up Expected results: no lock up Additional info: I have a 500 GB USB hard-drive connected, providing the root filesystem. The kernel / initrd are loaded over tftp. I'll add an attachment showing the entire console output from bootup to the hang.\n\nCreated attachment 601844 [details] Complete console log showing the lockup\n\nI'll add a \"me too\" - I have been having this problem (a very similar BUG message) on a sheevaplug. It could be related to the network stack. I run into it when 1) running a python script that streams data over the network 2) accessing saned via xinetd. 3) Other times seemingly at random. I have encountered this using kernel-kirkwood-3.4.2-3.fc17.armv5tel.rpm, and 3.6.0-0.rc6.git2.1.fc18.armv5tel.kirkwood. (For me, the 3.5.X kernels don't boot due to a different RTC bug). I'll attach an example of the BUG message below. There is at least one other person running into this bug on a dreamplug: http://forums.fedoraforum.org/showthread.php?t=284430 I have noticed that the RTC is set to a strange value after the soft lockup.\n\nCreated attachment 617361 [details] soft lockup bug console log\n\nThank you for your bug reports! Could you please check whether the following patch fixes the issue for you? https://github.com/lkundrak/linux/commit/e88886956244c67d924d612c9a8af7d01f1adc26\n\nUnfortunately, I no longer own the IONICS Stratus, so I cannot try out the proposed fix. However, the patch you mentioned sure seems like a good candidate. Matt - you had a similar problem. Are you in a position to try the fix?\n\nI will try this with my sheevaplug - it will be a couple of weeks before I can get to it though. I'm in the middle of a huge deadline. Sorry! Actually, if you have a compiled kernel rpm package I can try it sooner, but I don't have an ARM build setup going right now.\n\nMatt, this is what I use on my Guruplug currently: http://fedorapeople.org/~lkundrak/kernel-kirkwood/ Hope it helps!\n\nLubomir, does that kernel have the patch you suggested applied? I have installed it on my sheevaplug, and all seems well so far. I'll report back if any soft lockups happen. Thanks! Matt\n\nJust a followup - looks good so far. Haven't had any lockups under the circumstances that previously caused them. However, I do get messages like these in the messages file: [92579.500850] mv_xor mv_xor.0: mv_xor_clean_completed_slots 362 [92579.500914] mv_xor mv_xor.0: mv_xor_prep_dma_memcpy dest: 18ad9960 src 1d0cb084 len: 258 flags: 18 [92579.500936] mv_xor mv_xor.0: mv_xor_prep_dma_memcpy sw_desc de692000 async_tx de69203c [92579.500951] mv_xor mv_xor.0: mv_xor_tx_submit sw_desc de692000: async_tx de69203c [92579.500968] mv_xor mv_xor.0: mv_xor_start_new_chain 270: sw_desc de692000 [92579.500980] mv_xor mv_xor.0: activate chan. [92579.501000] mv_xor mv_xor.0: intr cause 3 [92579.501014] mv_xor mv_xor.0: mv_xor_device_clear_eoc_cause, val 0xfffffffe [92579.501036] mv_xor mv_xor.0: __mv_xor_slot_cleanup 402 [92579.501050] mv_xor mv_xor.0: current_desc 7844d40 [92579.501062] mv_xor mv_xor.0: mv_xor_clean_completed_slots 362 [92579.501097] mv_xor mv_xor.0: mv_xor_clean_slot 379: desc de692000 flags 18 [92579.501113] mv_xor mv_xor.0: mv_xor_free_slots 255 slot de692000 [92579.501164] mv_xor mv_xor.0: mv_xor_clean_completed_slots 362\n\nThank you for your testing, Matt. What you see is expected -- it's based off Rawhide kernel that has tons of debugging and sanity checks enabled (this is from CONFIG_DMA_DEBUG or something like that), equivalent to kernel-debug from release builds. It is probably a bit slower than release kernel as well, thus if you intend to use this, you may want to reapply the patch to a release kernel instead. Have a nice 2013!\n\nAs mentioned on the linux-arm-kernel mailing list, removing these checks is wrong. The hardware imposes a minimum buffer size of 16 bytes. In practice, any DMA operation less than 128 bytes are rejected, because software will be faster than setting up the DMA, handling the interrupt when its finished, scheduling and running a tasklet, and running the completion callback etc. The crypto/async_tx/async_memcpy.c:async_memcpy() functions has no issues with this minimum size limit, it falls back to memcpy().\n\nHave you tried the following. On low memory systems it basically keeps a little free for things like network buffers. We've seen it helps for some other ARM platforms. cat << EOF > /etc/sysctl.conf vm.min_free_kbytes = 12288 EOF\n\nTwo notes: I tried kernel-kirkwood-3.7.3-101.fc17.armv5tel, and it seemed to still suffer from this problem. I have been running Lubomir's patch for two months without encountering this bug, so something he did should give a clue as to what the problem is, even if it's not the \"right\" fix. It seems vm.min_free_kbytes = 12288 is already set by default by initscripts-9.37.2-1.fc17.armv5tel, so that does not address this issue.\n\nPlease retest with 3.8.x\n\nPlease reopen this bug. I still have this problem with the latest kernel, 3.8.3-102.fc17.armv5tel.kirkwood.\n\nPlease reopen this bug. The current kernel still has this problem.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=97164",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00632-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: With Red Hat 9 changing the boot disks, I've had to modify the bootdisk.img to allow for network drivers. Simple enough tear down the initrd.img and modules.cgz then put it all back together after adding the drivers and updating pcitable, module-info and modules.dep. Ok so I boot with 'linux ks=floppy'. With the following line in the ks.cfg, the installer bombes out. device eth 3c59x However if I remove the line, then I get prompted to select the driver and the install continues on and works fine. Not sure what else I can provide. Here's the contents of ks.cfg. install lang en_US.UTF-8 langsupport --default en_US.UTF-8 en_US.UTF-8 keyboard us mouse genericwheelps/2 --device psaux skipx device eth 3c59x network --device eth0 --bootproto=static --ip=192.168.1.242 -- netmask=255.255.255.0 --gateway=192.168.1.1 --nameserver=192.168.1.1 url --url ftp://192.168.1.39/redhat/linux/9/en/os/i386 rootpw --iscrypted $1$ThisIsNotMyRealCryptedPW/ authconfig --enableshadow --enablemd5 timezone America/Chicago bootloader --location=mbr # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work clearpart --linux part /boot --fstype ext3 --size=100 part / --fstype ext3 --size=700 --grow part swap --size=256 %packages @ Development Tools @ Dialup Networking Support @ FTP Server @ System Tools @ Text-based Internet %post How reproducible: Every Time Steps to Reproduce: 1. Rebuild initrd.img to include your network driver and update the pcitable, modules.dep, and module-info 2. add 'device eth 3c59x' or whatever you driver is to ks.cfg 3. watch it crash when it attempts to load drivers Actual results: Installer exits abnormally with signal 11 received. Expected results: Load the driver and continue the install Additional info: This is a show stopper for me and I know a lot of other people. What good is a kickstart function if you can't automate with net drivers? Please let me know what else I should provide. -Mike\n\nUpdate on this....If you add --opts=0 to the device line, then all works well. I'm still not sure why the installer isn't picking up the nic card on a probe. After the build, it has NO problem seeing the card and the module is loaded just fine.\n\nGo ahead and close this if ya like. There is still a problem I believe with the lack of --opts on the device line causing a complete bail out. I don't need the device line any more. Can you say TABS instead of SPACES in pcitable :)\n\nOk good to hear its working. Jeremy - shouldnt our parsing be more robust against this type of failure?\n\nFixed in CVS\n\nMass-closing lots of old bugs which are in MODIFIED (and thus presumed to be fixed). If any of these are still a problem, please reopen or file a new bug against the release which they're occurring in so they can be properly tracked.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=149304",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: gaim-1.1.3 crashed with the MSN protocol during an idle timeout, where you don't chat in an MSN window for a while. The crash would be between these two events from \"gaim -d\" output. (19:16:01) msn: S: SB 004: BYE somebody 1 (19:16:01) msn: destroy httpconn (0x99ba5b0) Unfortunately I have been unable to reproduce this while running gaim in gdb. Continuing to do so now to capture this crash info if it happens again. Version-Release number of selected component (if applicable): gaim-1.1.3-1.EL4\n\nStill unable to reproduce using FC3 gaim-1.1.3, but it seems that RHEL3 gaim-1.1.3 reliably hangs instead of crashes here. This seems to be a regression.\n\nThis was caused by changes in Gaim 1.1.3 which were introduced to prevent cancelling active file transfers with people you had active conversations with. These crashes are fixed in upstream Gaim CVS and will be fixed in the upcoming Gaim 1.1.4 release.\n\nResolved in gaim-1.1.4.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=116498",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00769-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Opera/7.21 (X11; Linux i686; U) [en] Description of problem: (not shure if this is the rigth place to file the bug - if not, please move it) When I enter a folder (with nautilus) which contains divX video files, i can see the cpu meter maxes out at 100%, and a short look with \"top\" shows that a prosess named gst-register is to blame. when i kill it, it goes back to normal (not showing up in top) Version-Release number of selected component (if applicable): gstreamer-tools-0.6.4-0.1 gstreamer-0.6.4-0.1 gstreamer-plugins-0.6. 4-0.1.fr How reproducible: Didn't try Steps to Reproduce: seen it on several macines. Can't tell if its only occuring on divx video. I have installed mplayer, and said that .avi files should be opened with gmplayer Actual Results: cpu maxes at 100% until prosess is killed Expected Results: maybe not trying to make a thumbnail of .avi files? (if this is what it tries to do) Additional info:\n\nThis is bizarre. gst-register should only be run by the post-installation script of the rpm package. Can you really reproduce this every time you enter a folder in nautilus containing divx video? Are you sure it's gst-register?\n\nI was able to reproduce every time it on my laptop. Going to check if the bug's still there. Yes, I am shure it was gst-register, as I checked with top. It looked like it tried to index the folder.\n\nDo you have any custom RPMs installed or is this all FC1?\n\nSome of my RPM's is from freshrpm's (as I have used this as a way to get faster download speeds (borowing network uplink from friends and my school - I use ISDN at home, plus up2date is really buggy. Yes, i know I can use YUM directly, but...) and ability to use synaptic), and maybee som packages from livna (mp3-patched rhytmbox - didn't work. Guess these are replaced with something from freshrpms by now.), pluss some various sources (general software downloaded from the net. I honestly don't remember everything). Is there some log file etc. you would be interested in looking at? I might even be able to forward the ssh port for you. Again, i'm on an ISDN uplink and it will not be possible for me to fix that shell-thing during the next few days (easter). When checking, i see that the bug has mysteriously gone away (as far as I can see - not any extensive testing done, but the bug was really easily reproduced), and everything now works great.\n\nIf it occurs again then please reopen the bug.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=169973",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00626-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nSpec Name or Url: http://jdub.homelinux.org/files/ClientForm/ClientForm.spec SRPM Name or Url: http://jdub.homelinux.org/files/ClientForm/lientForm-0.1.17-1.src.rpm Description: ClientForm is a Python module for handling HTML forms on the client side, useful for parsing HTML forms, filling them in and returning the completed forms to the server. It developed from a port of Gisle Aas' Perl module HTML::Form, from the libwww-perl library, but the interface is not the same.\n\nI'd personally name it \"python-clientform\" (all lowercase). Please at least add the \"python-\" prefix.\n\nThe module name is ClientForm so the proper name would be python-ClientForm.\n\nThe majority of python-* in Extras seem to disagree with that (based on quickly peeking into the source tarball names only).\n\nThe prefix is a MUST. The lowercase is up to the packager.\n\nOk, updated spec file and srpm at: http://jdub.homelinux.org/files/ClientForm/python-clientform.spec and http://jdub.homelinux.org/files/ClientForm/python-clientform-0.1.17-2.src.rpm\n\nNeeds work: - *.pyo needs to be %ghost ed Summary doesn't seem to match the package: Summary: Powerful extensions to the standard datetime module Is this the right Summary? Minor: - typo in Source1, net not not: http://wwwsearch.sourceforge.not/ClientForm/src/ClientForm-0.1.17.tar.gz Good: - BSD license, text included - spec legible - source matches upstream - builds on FC4 - follows python template - owns all it's files - rpmlint clean\n\n(In reply to comment #6) > Needs work: > > - *.pyo needs to be %ghost ed Ok, I think I fixed this... (first time packaging python) > > Summary doesn't seem to match the package: > Summary: Powerful extensions to the standard datetime module > Is this the right Summary? No. Blatant copy/paste error. Fixed. > > Minor: > - typo in Source1, net not not: > http://wwwsearch.sourceforge.not/ClientForm/src/ClientForm-0.1.17.tar.gz Fixed. Updated spec files and srpm at: http://jdub.homelinux.org/files/ClientForm/python-clientform.spec and http://jdub.homelinux.org/files/ClientForm/python-clientform-0.1.17-3.src.rpm\n\nLooks good. APPROVED\n\nbranched, tagged, and built. thanks for the review!\n\nNormalize summary field for easy parsing",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1005508",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nVersion-Release number of selected component: abrt-addon-ccpp-2.1.6-3.fc19 Additional info: reporter: libreport-2.1.6 backtrace_rating: 4 cmdline: /usr/bin/python -u /usr/bin/abrt-action-install-debuginfo --ids=- --size_mb=4096 crash_function: PyTuple_ClearFreeList environ: PATH=/usr/bin:/bin executable: /usr/bin/python2.7 kernel: 3.10.10-200.fc19.x86_64 runlevel: N 5 uid: 173 Truncated backtrace: Thread no. 1 (10 frames) #0 PyTuple_ClearFreeList at /usr/src/debug/Python-2.7.5/Objects/tupleobject.c:933 #1 Py_Finalize at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:527 #2 Py_Exit at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:1780 #3 handle_system_exit at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:1154 #5 PyErr_PrintEx at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:1164 #6 PyErr_Print at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:1067 #7 PyRun_SimpleFileExFlags at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:955 #8 PyRun_AnyFileExFlags at /usr/src/debug/Python-2.7.5/Python/pythonrun.c:755 #9 Py_Main at /usr/src/debug/Python-2.7.5/Modules/main.c:640 #10 __libc_start_main at libc-start.c:258\n\nCreated attachment 795196 [details] File: backtrace\n\nCreated attachment 795197 [details] File: cgroup\n\nCreated attachment 795198 [details] File: core_backtrace\n\nCreated attachment 795199 [details] File: dso_list\n\nCreated attachment 795200 [details] File: exploitable\n\nCreated attachment 795201 [details] File: limits\n\nCreated attachment 795202 [details] File: maps\n\nCreated attachment 795203 [details] File: open_fds\n\nCreated attachment 795204 [details] File: proc_pid_status\n\nCreated attachment 795206 [details] File: var_log_messages\n\nThis seems more like a bug in python interpret itself -> reassigning to python\n\nThis message is a notice that Fedora 19 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 19. It is Fedora's policy to close all bug reports from releases that are no longer maintained. Approximately 4 (four) weeks from now this bug will be closed as EOL if it remains open with a Fedora 'version' of '19'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 19 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.\n\nFedora 19 changed to end-of-life (EOL) status on 2015-01-06. Fedora 19 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=113222",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00575-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 Description of problem: I installed Fedora onto an aging machine which had two physical disks, hda was 1 Gbyte and hdc was 2 Gbytes. An obscure message during the install said there was not enough disk to complete the install onto the 1 GByte disk - it says how much more space would have been needed, but the phrasing suggests this is the size of the disk. I did manual partitioning, and put /boot swap and /home onto the 1 Gbyte disk, and put / onto the 2 GByte disk. I had to drop staroffice and some packages like cd burner and scanner support to get it to fit into 2 GBytes. It installed and rebooted beautifully, though things were pretty slow in 64 megabytes of ram. Rebooting the next day did not go so well. Everything works up to the point where it goes to mount / read/write. This fails, logs a message, and then the kernel loads and gives a panic message. I fixed the problem by editing my grub.conf file: where the Kernel line said \"root=NAME=/\" I changed it to \"root=/dev/hdc1\" Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. use partd to put / on /dev/hdc1 2. reboot 3. Additional info:\n\nI did this all from memory, I can get you the grub.conf and logs, if you really need them.\n\nroot=LABEL=/? This should work fine assuming the drive didn't somehow lose it's label. What does tune2fs -l /dev/hdc1 show?\n\ntune2fs -l /dev/hdc1 says the volume name is / hda1 is /boot hda3 is /home swap is on hda2 I looked at grub.conf today and saw that it was back to saying root-HOME=/ and I thought I was going crazy until I figured out that it had been changed by running up2date. My first kernel version (off the yarrow i386 iso) was 2.4.22-1.2115.nptl (bhcompile.redhat.com) (gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Wed Oct 29 15:20:17 EST 2003 Kernel command line: ro root=/dev/hdc1 rhgb My current kernel version is 2.4.22-1.2135.nptl (bhcompile.redhat.com) (gcc version 3.2.3 20030422 (Red Hat Linux 3.2.3-6)) #1 Mon Dec 15 15:46:09 EST 2003 Kernel command line: ro root=LABEL=/ rhgb\n\nThis should be fixed in newer releases.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=4037",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI performed an upgrade from 5.1 to 6.0. After upgrade had completed the vi command recall and line editing will not work under bash. However, on another system that I did an install instead of an upgrade the vi command recall and line editing work fine. When you execute the \"set -o vi\" on both systems it does set the \"vi\" value to \"on\" as seen with a \"set -o\" command. However, on the upgrade system it doesn't work, and on the fresh install system it does. The bash fileset version is the same on both - bash-1.14.7-16.\n\nAdditional information: It seems that this problem is related to the /etc/inputrc file that is installed with Red Hat 6.0. The 5.x systems did not have that file. On systems where the vi command line editing does not work for bash when I remove the /etc/inputrc file it fixes the problem. I still don't know why the vi command line editing worked on scratch installed 6.0 systems with the /etc/inputrc file in place and not on the upgraded 5.x systems, though I have found out recently that in some cases it didn't work for any user other than root on a scratch installed 6.0 system. On upgraded 5.x systems it failed to work for all users including root.\n\nPlease dup this bug to 2397. Fix is comment out the assignment to 'INPUTRC' in /etc/profile. The supplied /etc/inputrc is bogus.\n\n*** This bug has been marked as a duplicate of 2397 ***",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1835239",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00632-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nSpec URL: https://ngompa.fedorapeople.org/for-review/kiwi-boxed-plugin.spec SRPM URL: https://ngompa.fedorapeople.org/for-review/kiwi-boxed-plugin-0.1.0-1.fc32.src.rpm Description: The KIWI boxed plugin provides support for self contained building of images based on fast booting VM images. Fedora Account System Username: ngompa\n\n> # Enable Python dependency generation > %{?python_enable_dependency_generator} This is not necessary for any supported Fedora targets or EPEL8. Other than that, everything is fine.\n\n(fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/kiwi-boxed-plugin\n\nThis was released into Fedora a long time back.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=991",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nBinary RPMs of ImageMagick were built with the unusual option which makes ImageMagic use 16 bits per Red, Green and Blue channels (48 bits all together) rather then the usual 8 bits per channel (24 bits all together). This doesn't affect ImageMagic tools in any way but affects the ability of other image processing tools included with 5.1 (and 5.2) distribution to process files produced by ImageMagick utilities. In particular, none of the netpbm tools included as part of the libgr package can process pnm files produced by ImageMagick tools. Any proprietary software written to use libppm fails to read ppm files produced by ImageMagick tools. Since most image processing utilities use the 8-bits-per-channel standard I think that ImageMagic binaries should be recompiled to use the same standard. All that needs to be changed is the following line from ImageMagic.spec: %build CFLAGS=\"$RPM_OPT_FLAGS\" ./configure --prefix=/usr/X11R6 \\ --enable-shared --enable-16bit-pixel \\ --with-perl --with-x $RPM_ARCH-redhat-linux Remove \"--enable-16bit-pixel\" option from compilation instructions.\n\nYour suggestion has been passed on to a developer for further review.\n\nI agree that it is a bug. I have fixed it in ImageMagick-4.2.2-3",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=53607",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.9 i686) Description of problem: On 09-10-01 I installed the security update which redhat released for sendmail. I upgraded two RH6.2 systems from sendmail-8.9.3-20 to sendmail-8.11.6-1.6.x.i386.rpm. After the upgrade. I tried to restart and sendmail told me that it couldn't find the sendmail.cw file. I checked the sendmail.cf.rpmnew file and saw that that information had moved to /etc/mail/local-host-names. This was referenced in the new sendmail.cf file. So I copied the sendmail.cf.rpmnew over sendmail.cf, luckily preserving a copy. I restarted sendmail and everything seemed to be good. These machines are web servers so most of the email is outgoing as opposed to incoming. Today, 09-12-01, I recieved a report that one of the mail aliases wasn't working. I took a look as saw that my internal mail server was not able to connect to the machine. I tried to telnet to the IP address and port 25. The connection was refused. Which means the mail server was not accepting external connections. I thought that was what sendmail.cw handled. Finally I wound up reverting back to the version that had worked well before because I was not really able to figure out how to make sendmail accept the external connections that I needed. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. install sendmail-8.11.6 2. copy over sendmail.cf.rpmnew to sendmail.cf, restart sendmail 3. try to connect to mail server using telnet hostname port 25 Additional info:\n\nI have exactly the same problem. Sendmail refuses to listen on anything but localhost. It won't accept connections from outside. Even adding the hostname+domain in /etc/mail/local-host-names does not help: sendmail *only* listens on 127.0.0.* ! There is nothing special about my setup so I think there must be many people experiencing the same problem. greetings, Rob van Nieuwkerk\n\nI too have had this problem. Sendmail made no complaints upon starting up, but refused all outside connections on port 25. I'm running RedHat 6.2, and still running kernel 2.2.14-5.0. Everything else is upgraded to the latest versions. My only solution to this has been downgrading to the previous version.\n\nI found the cause of the problem. Starting with RH 7 sendmail does not listen to anything but localhost by default. Apparently Red Hat just recompiled the current sendmail SRPM also for the security fix that was made for Red Hat 6.2. The sendmail that originally came with RH 6.2 does *not* have this default, so this can be very confusing to 6.2 users who applied this security update !! (RH are you listening?) On http://www.redhat.com/support/resources/gotchas/7.1/gotchas-71.html under the section \"Sendmail Will Not Accept Outside Connections After Installation\" you can find the solution to the problem ! greetings, Rob van Nieuwkerk\n\n*** Bug 54143 has been marked as a duplicate of this bug. ***\n\nNailed us too. (really would have been nice if the errate for the sendmail update warned about this. For the short answer change this: O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA to O DaemonPortOptions=Port=smtp,Addr=0.0.0.0, Name=MTA in /etc/sendmail.cf (the 8.9.3 install had it commented out, guessing that works as well)\n\nUpdated rpms leave network connections open for older Red Hat Linux releases and only change this for newer products. Florian La Roche",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1849884",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: Previously consulted in https://src.fedoraproject.org/rpms/libpq/pull-request/3 Opening this BZ to track it properly until it is made clear with upstream. Version-Release number of selected component (if applicable): postgresql 12+, libpq 12+ How reproducible: when compiling source against PostgreSQL Steps to Reproduce: 1. compile gambas3 without https://src.fedoraproject.org/rpms/gambas3/pull-request/1 applied Actual results: Errors in the build.log: /builddir/build/BUILDROOT/gambas3-3.14.3-3.fc33.x86_64/usr/bin/gbi3: symbol lookup error: /builddir/build/BUILDROOT/gambas3-3.14.3-3.fc33.x86_64/usr/lib64/gambas3/gb.db.postgresql.so: undefined symbol: pg_fprintf Expected results: No errors Additional info: This looks like the upstream issue that caused this: https://github.com/postgres/postgres/commit/96bf88d5271 I found a similar issue in other package, repmgr, and they solved it like this: https://github.com/2ndQuadrant/repmgr/commit/1ed8b1067abb641af138a28906d65ded572c4ad1 It seems to work as a work-around for gambas3 as well. However, it looks like this would deserve a discussion on postgresql upstream, i.e. discuss what was the suggested way of compiling the other projects with libpq with that change. The commit does not mention the compiling issues, so it might likely be an unexpected side-effect.\n\nUpstream has been notified. I will update as soon as I get more information.\n\nSo as for the upstream response[1]; the issue might be in that the external code is failing to link with libpgport and/or libpgcommon. However, it has been noted that such usage of PostgreSQL libraries by any external code is not supported (nor really recommended) by upstream. See the original response[1]. [1] https://www.postgresql-archive.org/PostgreSQL-always-uses-own-versions-of-printf-but-does-not-export-them-td6142811.html\n\nI poked around in the gambas3 sources, and I'd recommend reclassifying this as a gambas3 bug. I find this in gb.db.postgresql/src/main.c: #include #include #include libpq-fe.h is the only one of those that we promise much cross-version stability for. In particular the immediate build fail is from including postgres.h without supporting that with libraries. But as I mentioned to Patrik, you don't really want to go down that road, it will just result in more problems in the future. I think the reason postgres.h is being included here is that the code needs some type OID constants (BOOLOID etc), and it thinks it has to get them from pg_type.h, which requires postgres.h. That was true years ago, but since PG v11 there's a better way. I think the right fix is to reduce these inclusions to #include #include (you might want to adjust the list of headers that the configure.ac file in the parent directory looks for, too). I haven't actually tried that, but unless main.c is poking into stuff that it *really* shouldn't be messing with, that should be a sufficient set of inclusions. This route will be far less subject to cross-version breakage.\n\nFurther to that: it looks like the next dozen or so lines in main.c could also be dispensed with: #ifdef PACKAGE_NAME #undef PACKAGE_NAME #undef PACKAGE_BUGREPORT #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_VERSION #undef PACKAGE_URL #endif #ifdef Max #undef Max #endif #ifdef Min #undef Min #endif I think this is just getting rid of some macros that postgres.h provided but gambas3 already found they couldn't tolerate. The fix I recommend will result in a *lot* less namespace pollution.\n\nThis bug appears to have been reported against 'rawhide' during the Fedora 33 development cycle. Changing version to 33.\n\nThis package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.\n\nThis message is a reminder that Fedora 33 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora 33 on 2021-11-30. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '33'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 33 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.\n\nFedora 33 changed to end-of-life (EOL) status on 2021-11-30. Fedora 33 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1888614",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem (please be detailed as possible and provide log snippets): When deployment of external mode in OCS 4.6 is attempted using a monitoring-endpoint which is not reachable, the ocs-operator crashes $ oc get pods NAME READY STATUS RESTARTS AGE noobaa-operator-58958fb578-82xfw 1/1 Running 0 7m7s ocs-metrics-exporter-b6ddd6869-n8nll 1/1 Running 0 7m7s ocs-operator-6f48c6bff5-s48rg 0/1 CrashLoopBackOff 5 7m7s rook-ceph-operator-8467f78647-4j56z 1/1 Running 0 7m7s Version of all relevant components (if applicable): ocs-operator.v4.6.0-601.ci OCP: 4.6.0-0.nightly-2020-10-14-095718 Does this issue impact your ability to continue to work with the product (please explain in detail what is the user impact)? Yes, even though the endpoint is not valid, the operator should handle this and not result in a crash Is there any workaround available to the best of your knowledge? No Rate from 1 - 5 the complexity of the scenario you performed that caused this bug (1 - very simple, 5 - very complex)? 2 Can this issue reproducible? Yes Can this issue reproduce from the UI? If this is a regression, please provide more details to justify this: Steps to Reproduce: 1. Run the exporter script on the RHCS cluster and pass an unreachable IP as the monitoring endpoint Eg: # python3 exporter46.py --rgw-endpoint 10.1.8.96:8080 --rbd-data-pool-name ocs-cbp-46-rg --run-as-user client.ocs46 --monitoring-endpoint 1.2.3.4 --monitoring-endpoint-port 9283 2. Upload the JSON generated from the script and deploy OCS in external mode Actual results: The ocs-operator crashes Expected results: The ocs-operator should handle this error gracefully\n\nThis needs to be fixed, providing dev_ack.\n\nBackport PR is not yet merged. https://github.com/openshift/ocs-operator/pull/853\n\n*** Bug 1889604 has been marked as a duplicate of this bug. ***\n\nSince the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Red Hat OpenShift Container Storage 4.6.0 security, bug fix, enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:5605",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=123415",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00575-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040124 Description of problem: When we upgraded our mailserver to RHEL 3.0 Update 2, the Sendmail /usr/bin/vacation stopped working. Whenever an autoreply is invoked by vacation, the maillog shows as in this sample: May 18 11:27:30 servfys vacation[24291]: vacation: .vacation.db: No locks available May 18 11:27:30 servfys sendmail[24265]: i4I9RHX6024262: to=|\"/usr/bin/vacation helle\", ctladdr= (344/250), delay=00:00:13, xdelay=00:00 :00, mailer=prog, pri=1859352, dsn=5.3.0, stat=unknown mailer error 1 and the vacation code exits without making an autoreply. When copying the user's homedir to a local disk, the vacation works as it did before (with kernel kernel-smp-2.4.21-9.0.3.EL). Therefore the problem must be specific to NFS. The vacation code tries to create a lock on the user's file $HOME/.vacation.db and this apparently fails on NFS mounted filesystems with the latest kernel. One might suspect that there is a more general problem with NFS locks, but I don't know how to test this. Version-Release number of selected component (if applicable): kernel-smp-2.4.21-15.EL How reproducible: Always Steps to Reproduce: Set up Sendmail's vacation tool in the user's .forward file: helle, |\"/usr/bin/vacation helle\" and initialize the .vacation.db by \"vacation -i\". Actual Results: Whenever a mail is sent to the user, the maillog shows a \"No locks available\" error. The sender receives an error mail message: ----- The following addresses had permanent fatal errors ----- |\"/usr/bin/vacation helle\" (reason: Data format error) (expanded from: ) Expected Results: The vacation program should return an auto-reply to the sender. Additional info: The /usr/bin/vacation is part of Sendmail, but is not installed by default. I built Sendmail myself and copied vacation to /usr/bin/.\n\nWe have also noticed this bug. It seems to be spesific to locking over NFS using flock(), while fcntl() works fine. Example using exim_lock from Exim 4.30: $ touch foo $ exim_lock -v -fcntl foo exim_lock: fcntl() lock successfully applied exim_lock: locking foo succeeded: running /local/gnu/bin/bash ... $ exit exim_lock: foo closed $ exim_lock -v -flock foo exim_lock: flock() failed: No locks available exim_lock: file closed ... waiting With kernel family 2.4.21-9.0.3.EL both flock() and fcntl() work as expected.\n\nReassigning NFS locking problem to our NFS maintainer.\n\nI just upgraded too to the same version of RHELAS 3.0 I have the same problem with NFS but with ezmlm and qmail. I tested the setup on parties running RHELAS 3.0 Update 2 and all gave the same results no locks available with ezmlm. I managed to workaround it by specifying nolock in the mount option but Im not sure is this safe or not.\n\nBSD flock locks are not supported.\n\nWhy is this CLOSED NOTABUG? It's incredibly Bad And Rude(tm) to break support for a widely-used system call in a kernel patch, and then claim it's \"not our problem\". This is simply not good enough!\n\nIt is my understanding that flocks have never worked in correctly in linux kernels. So the clami that we, Redhat, have added some patch that breaks or removed support is simply wrong. flocks are not supported in upstreams kernels so they are not supported in Redhat Kernels.\n\nPoint taken, and I shouldn't have used the word \"support\", but \"functionality\". Nevertheless, from my (exceptionally naive, presumably) point of view, if the functionality of a particular system call or library function changes, it is either intentional (and therefore ought to be documented) or it is unintentional (and is therefore a bug). What appears to have happened is that the behaviour of an flock() call on a file on an NFS-mounted filesystem has changed from \"maybe working, maybe not, but flock() reported success anyway\" to \"flock() reports failure\". This is a pretty drastic change for a kernel patch, regardless of whether flock() is \"officially\" supported - there are so many third-party applications written for the BSD-based world - and therefore that are likely to use flock() instead of fcntl() - that such an arbitrary change cannot be made without some kind of \"HEADS UP\" warning. That is, if it was intentional. If it wasn't intentional, then by anyone's book it's a bug. If this has crept in as a result of changes to the upstream kernel, I sympathize, but one of the things I'd expect of Red Hat is to provide some production continuity and quality that cushions their users from changes such as this, however well-intentioned. To simply dismiss this with a \"flock() isn't supported, go away\" belies the reality that there is an awful lot of third-party software out there that relies on not-so-well-documented features (of which there are more than a few), and drastically changing functionality without warning people beforehand is going to upset a lot of customers, which I'd kind of expect Red Hat to consider a Bad Thing(tm). Of course, from my POV the right thing to do would be to make flock() work properly under NFS in Linux. But that'll never happen, will it?\n\nWe are going to test a vanila kernel and check. If this works then I would consider Red Hat really a bad thing. We were going to upgrade about 70 servers to RHELAS. We were advised to not go with Red Hat and go with Debian instead. Seems that we should follow the advice.\n\n> Nevertheless, from my (exceptionally naive, presumably) point of > view, if the functionality of a particular system call or library > function changes, it is either intentional (and therefore ought to > be documented) or it is unintentional (and is therefore a bug). I truly sympathize with the fact that apps ported from BSD are breaking but I think its more of an porting issue than anything. The flock(2) man pages clearly states \"flock(2) does not lock files over NFS. Use fcntl(2) instead:\" > What appears to have happened is that the behaviour of an flock() > call on a file on an NFS-mounted filesystem has changed from \"maybe > working, maybe not, but flock() reported success anyway\" to \"flock() > reports failure\". No. It when from lying about functionality it was not doing (child process would not inherit the locks) to telling the application that this type of locking style is not supported on this filesystem. > If this has crept in as a result of changes to the upstream kernel, It was... See http://sourceforge.net/mailarchive/forum.php?thread_id=4784837&forum_id=4930 > I sympathize, but one of the things I'd expect of Red Hat is to > provide some production continuity and quality that cushions > their users from changes such as this, however well-intentioned. Well its not clear to me that continuing a functionality that is clearly broken is a good thing either... > drastically changing functionality without warning people > beforehand is going to upset a lot of customers, which I'd > kind of expect Red Hat to consider a Bad Thing(tm). Letting applications think that can pass locks to their child process, seems to me, to be a fairly major issue.... And no we not like and work very hard not to upset customers... but again I think this is a porting issue since it is clearly documented that flocks do not work on NFS. > Of course,from my POV the right thing to do would be to makeflock() > work properly under NFS in Linux. But that'll never happen, will it? Agreed, and there is talk of doing just that... see above mail thread... W.R.T \"We were advised to not go with Red Hat and go with Debian instead\" This code is in the latest release of Debian, SuSE, and the upstream kernels.... So I would hope you would reconsider....\n\nI've hacked vacation slightly to create the .db files in /var/lib/vacation and not in the users' home directories. This solves the problem of gdbm not being able to open the db due to flock() over NFS. http://linux.duke.edu/~icon/RPMS/SRPMS/vacation-1.2.6.1-0.duke.4.el3.src.rpm Of course, the *real* solution to the problem would be to stop using this version of vacation. :)\n\nSolving the original problem of the vacation program not working, I decided to replace vacation by an alternative. Noting that procmail is the default mailer i Redhat's /etc/mail/sendmail.mc, I searched the net for vacation-like setups for procmail. I found a really excellent solution here: http://sial.org/howto/procmail/procmailrc-vacation which I can highly recommend.\n\nIn vacation you can also add GDBM_NOLOCK to the vacation source at vacation.sf.net. Granted this might be unsafe...but it is (hopefully) unlikely and non-serious that a 2nd access will take place on the db file in such a short time: db = gdbm_open(VDB, 128, ((iflag || nflag) ? GDBM_NEWDB : GDBM_WRITER) to gdbm_open(VDB, 128, ((iflag || nflag) ? (GDBM_NEWDB | GDBM_NOLOCK) : (GDBM_WRITER | GDBM_NOLOCK)\n\nI notice this change also breaks the 'make test' phase of building Perl (e.g. 5.8.5) when the source resides on NFS :-(\n\nI've looked at the differences between the 2.4.21-15.EL kernel and the one previous.... this flock-over-NFS behaviour change seems to be caused by the linux-2.4.21-gfs-enablers.patch. If you remove that patch from the kernel, the old flock behavior comes back again. Seems like a major change to the RHEL3 API to me.\n\nAgreed, reopening as a major API breakage.\n\nMy comments in comment #6 were were not completely accurate. We (or I) did not add any patches to the NFS code that change the type of support of flock()s. We never supported flocks and we continue to not support flock()s over NFS. To be quite clear, we are using the exact same nfs locking code (i.e. nfs_lock()) in every release RHEL3 (including the initial release). So Nothing has change w.r.t. the NFS locking code... But was has changed and broke KABI is the GFS enabler patch that Joshua have pointed out. The breakage occurs because the flock() system call (i.e. sys_flock()) was rewritten. This rewrite is causing the NFS failure. I'm reassign to our GFS guy...\n\nIs there clean way of adding an \"if NFS filesystem\" switch into sys_flock()? The simplest way of fixing this may be to change the error code returned by NFS. In nfs_lock(), return LOCK_USE_CLNT instead of returning -ENOLOCK if (fl->fl_flags & FL_POSIX). That will cause the VFS to process flock request and things go back to the way they were before. In the 2.6, kernel, there is a separate flock() file_operation. In RHEL3, the lock() operation is overloaded to do both flock and fcntl locks. We could (again) extend the file_operations structure to add a field, if we want to put up with the added ugliness.\n\nErrr... That should have been if !(fl->fl_flags & FL_POSIX).\n\nFor RHEL3 we'd break ABI if we added another file_op. Other than that observation I agree with your proposed change to the NFS return for non POSIX locks.\n\nCreated attachment 109305 [details] patch to make NFS return LOCK_USE_CLNT for flock calls As trivial as is, attached is a patch that fixes the problem by returning LOCK_USE_CLNT as discussed above. I'm not 100% sure whether or not the check of fl_owner should be broken out so that it still returns -ENOLCK. Opinions?\n\nCreated attachment 109372 [details] Proposed Patch This patch checks to make sure the FL_FLOCK bit is set and will only return LOCK_USE_CLNT (causing a local lock to be created) when the module parameter nfs_local_flocks is set.\n\nCreated attachment 109373 [details] Updated Patch per Alan's comments\n\nThis second patch is still wrong. It doesn't default to nfs_local_flocks as discussed. Also the mode is wrong - a 444 is read-only meaning it can't be changed. Please fix the patch and post to the list\n\nOk mode is settable at insmod viewable at runtime. Steve clarified this aspect is correct and intentional\n\nCreated attachment 109386 [details] A patch that introduces the FS_BROKEN_FLOCK flag This patch stop the nfs code from being called (similar to how its done in upstream) with the use of a new FS_BROKEN_FLOCKS flag in file_system_type structure.\n\nA fix for this problem has just been committed to the RHEL3 U5 patch pool this evening (in kernel version 2.4.21-27.7.EL). Although there wasn't total agreement on the best way to resolve the issue, I decided that the safest and least source-code-perturbing approach was to make nfs_lock() return 0 in the FL_FLOCK case.\n\nDoes this mean we will need to pass the nfs_local_flocks module option to the U5 kernel and the old flock over NFS behaviour (from 2.4.21-9.0.3 and earlier) will return? What exact entry in modules.conf is needed? Can we get testing RPMs of 2.4.21-27.7.EL so we can verify internally this patch works as expected? Thanks!\n\nNo... It was decided to use a patch very similar to the one posted in comment #28. Ernie will update this bz when the patch is committed\n\nComment #29 says a patch was committed. Is this patch going to re-enable flock over NFS? If so, could I get test kernels posted on someone's people page so we can test? Thanks.\n\nThe fix committed to 2.4.21-27.7.EL on 11-Jan-2005 (3 days ago) has been slightly reworked such that the flock() avoidance test has been moved from nfs_lock() up to the f/s-independent layer. Note that this new fix has the exact same functional effect as the prior fix (specifically, that flock() syscalls on NFS files will no longer return ENOLCK errors despite the fact that locking is enforced only among processes on the local client). The new fix for this problem has just been committed to the RHEL3 U5 patch pool this evening (in kernel version 2.4.21-27.8.EL). Ken, please make a test kernel available to interested parties (after the official internal build completes later tonight). Thanks in advance. -ernie\n\nTest kernels: http://people.redhat.com/kpreslan/2.4.21-27.8.EL/\n\nThank you. Can you upload kernel-source as well? We have third party tools (IBM Rational ClearCase) that must link against the kernel for our full testing. We've built kernel-source from your SRPM, but we'd prefer to use one provided by you directly.\n\nkernel-source uploaded: http://people.redhat.com/kpreslan/2.4.21-27.8.EL/\n\nKen, so far we have shown flock() over NFS is working again, but when we try flock() while running IBM Rational ClearCase (the use case which was affected in the first place), it still fails. We are asking IBM in parallel how the MVFS kernel module behaves and if your patch to get flock() over NFS working at the fs-independent layer is still not going to work because MVFS is it's own filesystem that also relies on NFS.\n\nSo this patch doesn't actually make flock() work over NFS, it just makes it exit 0? Michael Martinez\n\nIt makes flock() over NFS work in the same way it does in the mainline 2.4 and 2.6 trees. Different flock holders can conflict with other holders on the same machine, but not with holders on other machines.\n\nI would like to request you engage IBM Rational Level 3 support regarding Clearcase 6.0 and their MVFS filesystem. We absolutely require ClearCase MVFS (on top of NFS) + flock() to work. Currently, flock() over raw NFS works with the 27.8 kernel, but when we use ClearCase and NFS, it still fails. Reference IBM PMR 67696 and 53463. Thank you!\n\nWe seem to have worked out the MVFS issues with a Clearcase patch that leverages the FS_BROKEN_FLOCK mechanism to acheive the same result as for NFS code. The combination of their patch and yours works to meet Cisco's need. Thanks!\n\nPlease note that the flock()-over-NFS avoidance fix committed to interim U5 kernel version 2.4.21-27.8.EL has been reworked yet again by changing the FS_BROKEN_FLOCK f/s flag to FS_WANT_FLOCK with an inverted sense. We have done this to allow the original version of MVFS (of ClearCase) to work with NFS in the RHEL3 U5 kernel without changes. If in the future MVFS is implemented over GFS as well, then MVFS's flock() handler will need the new conditionalized logic using fs_want_flock() that is now in fs/locks.c. These changes have just been committed to the RHEL3 U5 patch pool this evening (in kernel version 2.4.21-27.17.EL). Brian Long and/or Howard Owen, please undo the ClearCase patch that was previously needed to leverage the now-defunct FS_BROKEN_FLOCK mechanism.\n\nI need to test the 2.4.21-27.17.EL kernel in order to know if IBM Rational can cancel their current patch which checks for FS_BROKEN_FLOCK. Is U5 beta going to be released this week? If not, I need the 2.4.21-27.17.EL kernel, kernel-smp and kernel-source built for testing. Thanks.\n\nBrian, one more (hopefully final) update: after checking in the -27.17.EL fix, it was brought to our attention that this would cause a *different* incompatibility with 3rd party file systems. So after 3 tries to resolve this issue, it has been decided to go back to the *original* fix that was committed to the -27.7.EL kernel (as explained in comment #29). So, the final fix for this problem has just been committed to the RHEL3 U5 patch pool this afternoon (in kernel version 2.4.21-28.EL, which is the U5 beta candidate kernel). I will attach the patch (with respect to U4).\n\nCreated attachment 111360 [details] NFS flock() avoidance patch This is the U5 change (with respect to U4) to resolve this issue.\n\nAn advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2005-294.html",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=518872",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00769-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Bug 518872\n\n| Summary: | [FEATURE] exchange flag auto-delete is not recognizable |\n| --- | --- |\n| Product: | Red Hat Enterprise MRG | Reporter: | Frantisek Reznicek |\n| Component: | qpid-qmf | Assignee: | Ted Ross |\n| Status: | CLOSED ERRATA | QA Contact: | Jan Sarenik |\n| Severity: | medium | Docs Contact: |\n| Priority: | medium |\n| Version: | 1.1.6 | CC: | esammons, jsarenik, tross |\n| Target Milestone: | 1.3 | Keywords: | FutureFeature |\n| Target Release: | --- |\n| Hardware: | All |\n| OS: | Linux |\n| Whiteboard: |\n| Fixed In Version: | Doc Type: | Enhancement |\n| Doc Text: | | Story Points: | --- |\n| Clone Of: | Environment: |\n| Last Closed: | 2010-10-14 16:15:22 UTC | Type: | --- |\n| Regression: | --- | Mount Type: | --- |\n| Documentation: | --- | CRM: |\n| Verified Versions: | Category: | --- |\n| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: |\n| Cloudforms Team: | --- | Target Upstream Version: |\n| Embargoed: |\n| Attachments: |\n\n| |\n| --- |",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=962863",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00575-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCurrently, UI Plugin infrastructure works in the following way: - upon WebAdmin GUI login, take GUI (admin) user credentials and initiate (one) REST API session - broadcast received (single) session ID to all UI plugins Despite very simple, this approach has following disadvantages: - when UI plugin talks with REST API via session ID, the session has exact same privileges as GUI (admin) user - having only one REST API session, some evil UI plugin can close the session (enforce logout) which can compromise behavior of other UI plugins This RFE essentially suggests replacing \"One [admin-gui-user] session for all plugins\" with \"One [plugin-user] session per each plugin\" approach. Design proposal: 1. when processing WebAdmin GWT application request (server-side) - during UI plugin discovery phase: - check if the given plugin explicitly enabled REST API integration (boolean) via its metadata/config - if yes, load username/domain/password credentials + permissions (REST API integration user) via its metadata/config - validate above mentioned user credentials, create user if it doesn't exist yet - synchronize permissions from plugin metadata/config with given user, i.e. update permissions for that user 2. when processing WebAdmin GWT application request (server-side) - during embedding plugin data into HTML phase: - eagerly create REST API session for the user specified in previous step (REST API integration user) - embed REST API session ID into runtime plugin information, no user credentials allowed here! 3. when starting up WebAdmin GWT application (client-side) - during UI plugin load phase: - pass REST API session ID to given UI plugin via UiInit function - this means RestApiSessionAcquired is not necessary anymore, since session creation is not asynchronous from client perspective What we gain: - each UI plugin will have its own dedicated REST API session, unrelated to GUI (admin) user credentials - each UI plugin can (must) explicitly define permissions it requires with regard to REST API integration - for each UI plugin, we can selectively enable/disable REST API integration as necessary (useful for WebAdmin end-users) - we don't have to keep-alive the single \"shared\" session anymore, because there will be no \"shared\" session anymore Potential issues: It might be difficult to create REST API session from within server-side code, I'd really like to avoid doing \"Engine -> HTTP request -> Engine\" cycle.\n\nCC'ing Michael, maybe it's worth revisiting support for passing session ID (i.e. JSESSIONID value) in a way other than HTTP cookie. This would allow UI plugin code (JavaScript) to communicate directly with Engine REST API. Using JSESSIONID cookie is most likely impossible because REST API expects this cookie to be set for path=/api and plugin code runs under path=/webadmin -> worth giving a try, though. (maybe we can try setting the cookie for the root path)\n\n(In reply to vszocs from comment #3) > (maybe we can try setting the cookie for the root path) Bad idea, since there are different JSESSIONID cookies for different applications, depending on cookie path.\n\nTarget version?\n\nTarget version = future for now, currently low priority To summarize positive impacts of this RFE: 1. isolation -> each UI plugin will have its own REST API session assigned, i.e. avoid single shared session and issues that come with it 2. transparency -> each UI plugin will have to state permissions for its REST API session explicitly, i.e. permissions unrelated to admin GUI user 3. control -> we can disable REST API session functionality per each UI plugin if necessary 4. simplification -> no need for \"keep-alive single shared session\" functionality anymore\n\nWe should consider following items for this RFE: - have one REST session per UI plugin (which also means creating associated Engine user for this purpose) -> plugin vs. plugin REST session isolation - create REST session not from client (WebAdmin/JavaScript) but from server (when serving WebAdmin.html) -> avoid issues with cookies [*] & HTTP Basic Auth handling [**] [*] multiple-cookies (one per UI plugin) with same name (JSESSIONID) for same origin (REST API) is not possible [**] browsers usually cache HTTP \"Authorization\" request header for given origin (REST API) which complicates authentication from plugin perspective\n\nClosing old bugs. If this issue is still relevant/important in current version, please re-open the bug.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=152136",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050302 Firefox/1.0.1 Fedora/1.0.1-1.3.2 Description of problem: I wrote a spec file which didn't need a ./configure run in the %build section, and so I commented out the %configure line like this: # %configure However, which I build the package using rpmbuild, it still tries to run configure, which of course throws an error: /var/tmp/rpm-tmp.77728: line 36: ./configure: No such file or directory However if I just delete the # %configure line (rather than just comment it out) it build normally. Version-Release number of selected component (if applicable): rpm-build-4.3.2-21 How reproducible: Always Steps to Reproduce: 1. build a spec file 2. comment out the %configure line 3. run rpmbuild Actual Results: the rpmbuild fails with \"./configure: No such file or directory\" Expected Results: rpmbuild should not have attempted to run ./configure, and should have completed without error. Additional info:\n\nComment out by doubling the % character, as in # %%configure\n\nHow is this NOTABUG? What little documentation is available for the rpm spec file says using an octothorp (#) in front of a line should make it ignored. http://www.rpm.org/max-rpm/ch-rpm-specref.html This doesn't happen. The documentation says nothing about \"except if its a %configure then you have to add an octothorp and an extra percent sign.\" This clearly ISABUG.\n\nMacros are expanded everywhere, so multiline macros such as configure only get a comment on the first line. The documentation fails to make that clear http://www.redhat.com/archives/rpm-list/2003-April/msg00075.html See http://www.rpm.org/max-rpm-snapshot/ch-rpm-specref.html for updated documentation - to see for yourself: rpm -E '#%configure' rpm -E '#%__tar'\n\nWhy don't we just have the macro processor ignore commented lines as well? Seems like that would be simpler than having to remember if a macro was multiline or not. It would also prevent things mysteriously breaking if a macro got changed from a single line to a multiline. It's the DWIMy thing to do. Do we gain anything by expanding macros in comments?\n\nThe problem is that what defines a comment in the scriptlets? Though most, as its the default use /bin/sh as their scriptlet interpretter, you can specify an alternate interpretter. # is not a comment in all scripting languages (many but not all). So yes, at least within scriptlets there is something to be gained by expanding macros after a #. This, BTW, is very simular to how the m4 macro processor works. Cheers...james",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=80790",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: xfree hangs when you start x with dri enabled. this is with a ati readion 7000 pci. How reproducible: simply startx with dri on. Actual results: total system freez. cant even kill the app you have to reboot to get back in the console. Expected results: to work of course. Work around: edit xf86config to not load dri and it work but of course thers no 3d acell then. Additional info: from what iv been able to find out its in the vt switching.\n\nDRI does not support PCI Radeon hardware except on the Alpha platform, and it is disabled in the source code itself, both in the kernel and in XFree86 except for Alpha systems. Unless you have manually patched both your kernel and the XFree86 sources, and recompiled both to enable PCI Radeon DRI support, I don't see how it is possible that the DRI setting in the config file would have any effect whatsoever on PCI Radeon hardware on the x86 platform. Please attach your XFree86 config file, and log file, as well as your /var/log/messages each as a separate uncompressed file attachment using the link below. While XFree86 is running, with DRI enabled in the config file, please also provide the output of \"lsmod\", and I will investigate this further.\n\nthank you for telling me that. then in that case dri needs pci support for the ati readion 7000 pci also knowen as the readion ve. this also effects the ati mobilty card. i mean my voodo3 was only a 16 meg and had dri support no reasion a 32 meg card should be disabled.\n\nNote that this is not a bug. Compaq funded the DRI project to develop DRI support for Radeon hardware for the Alpha platform, and it works on Alpha (aparently). They did not fund development for x86 however, and the code does not function correctly on x86, although it is rumored to work on some PPC hardware. The default code disables pcigart on non Alpha platforms because it was never actively tested or debugged, and is thus not officially supported by the XFree86 or DRI projects. Also note that this is not restricted to the Radeon VE. All PCI Radeon hardware is unsupported with DRI, and again, that is not a bug, but rather a feature that was never officially implemented. >i mean my voodo3 was only a 16 meg and had dri support no >reasion a 32 meg card should be disabled. This has absolutely nothing to do with the amount of video memory on the video card. The Voodoo hardware was one of the first pieces of hardware that Precision Insight developed 3D acceleration code for in the DRI project, and that is why Voodoo 3 is supported. Radeon PCI support was not ever officially developed or tested for x86 architecture, and is officially unsupported as I have now said many times. Nobody has any interest or motivations in developing this code to work on Radeon PCI on x86 platforms on the XFree86 or DRI teams likely, or they would have done so long ago. My official statement is thus that this is not supported, and is not a bug. Implementing Radeon PCI support in DRI would be a feature enhancement request, which is fine because I have already stated that I have a personal interest in doing so at some point in time when I feel sufficiently motivated and have the time to do so. I have acquired the hardware already, and I have the documentation. This is volunteer work, and I will do it when I have time to do so in my spare time and feel like doing it. As such, I do not feel the need to track this in bugzilla, as it is already a personal \"TODO\" item if someone does not beat me to it. If you can't wait and would like it sooner, perhaps you can stimulate one of the DRI project members to get an interest in doing this. Closing DEFERED as an official Red Hat resolution to your enhancement request, however it will be done at some undefined point in the future, by me as a volunteer, unless as stated above, someone beats me to it. When this does occur, I will update your enhancement request if you are interested in beta testing the results.\n\ni will certently be happy for a beta version when it gets made at some undetermend time thanks for the help.\n\nExperimental PCI Radeon DRI support is now in XFree86 4.3.0 in phoebe beta, and will be in our final release. While this is officially \"unsupported\", it is available for people to try out. To use it, you must be running phoebe beta, and use Option \"ForcePCIMode\" as documented on the Radeon manpage. You can report issues here in bugzilla if you encounter any by filing new bug reports, however since it is not officially supported, any such bug reports I'll only be looking at in my own personal spare time as a volunteer, so they may not get high priority. Nonetheless it will be good to know what problems exist.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=605429",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00626-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: There is a bogus SHT->resume() entrypoint of scsi drivers being called when initiating a hibernate before the system powers off. This causes some devices to attempt to re-map their interrupt handlers, and some devices will even throw interrupts, causing 'IRQ #106' and nobody cared error messages. Version-Release number of selected component (if applicable): 2.6.18-194.el5 2.6.18-203.el5 How reproducible: Easily reproducable every time. Steps to Reproduce: 1. Load a scsi driver with some printk's in suspend() and resume() functions, then click 'hibernate' or echo \"disk\" > /sys/power/state. I have seen this with 3w-9xxx, megaraid_sas, etc. 2. Watch the bogus resume() called before power off. 3. Hope you don't crash. Actual results: SHT->suspend() called, SHT->resume() called, power-off (or crash from unexpected interrupt sometimes), power-on, SHT->resume() called. Expected results: SHT->suspend() called, power-off, power-on, SHT->resume() called. Additional info: This does not happen in newer 2.6.31 based FC12 or newer kernels.\n\nThis is a somewhat inevitable consequence of the suspend infrastructure in the 5.x series. There's no separate freeze and suspend functions, so the suspend() function gets called to quiesce the driver for the state copy and then resume() will be called to power it up again in order to save the image to disk. Later kernel versions introduce infrastructure to split this into separate functionality which means we can handle it more cleanly. I don't think there's any reasonable way to retrofit this, but I'll leave the bug open and see if I can come up with something at some point.\n\nGiven how long this problem has gone unresolved, it's relatively low severity, and the lifecycle stage that RHEL 5 is currently in, the problem reported will not be fixed in RHEL 5. -Lenny.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=36682",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.19-6.2.1 i686) I was only able to see only Morph3D running fine on r128 system with DRI enabled. Others just produce blank screen. The problem goes back to 7.1 betas. Supprisingly, corresponding xscreensaver modules are running fine. Reproducible: Always Steps to Reproduce: 1. goto KDE Kontrol 2. test 3D screensavers (under look and feel) 3. or run them any other way you can on Rage 128 PF (AiW) Actual Results: All but morph3d produce blank screen. Good thing they don't consume CPU time either. They are just idle I guess. Expected Results: They should be just as good as xscreensaver modules.\n\nJust checked - everything works on G400. Thus, this is related to kss on r128 only.\n\nI don't have any problems on a AGP Rage 128P, non AiW. Looks like this might be an AiW problem. What bus does your AiW use? I ran with a PCI AiW for about a third of the testing cycle, and don't remember any problems (except that 3D was slow, which is why I put the AGP card in...) If it's PCI, I'll throw mine in tonight and see if I can duplicate the bug.\n\nThis happens on 16 Mb All-in-Wonder 128 PRO (AGP). This is an Athlon system with MSI's K7Pro motherboard with AMD 751/756 chipsets, 1x AGP. 3D-acceleration of xscreensavers is very fast and stable.\n\nSince it's specific to one piece of hardware, it's either an X bug or a local installation issue. Reassigning.\n\nI see this same bug on a non-AiW Rage 128 card, XPert2000Pro (32 MB, ATI Rage 128 Pro PF AGP). Motherboard is MSI K7T Pro2 (VIA KT133 chipset), Duron 750 CPU.\n\nThis does look like a problem with KDE screensavers rather than XFree86 problem. Now, using 16 Mb g200 with XFree86-4.0.3-11 or later, all 3D KDE screensavers except Morph3d lock-up XFree86 in full-screen mode in about a second after start. Xscreensavers WORK fine! From KDE bugzilla, I found out that these screensavers use some sort of double-buffering, the lock-ups look suspiciously like ones due to lack of video ram (indeed, windowed demos do not lock up. To reproduce the problem on 32 MB card one should use some crazy resolution, I guess.\n\nIf you use DRI, you need to do so in 16 bit depth. Also, you can not use ultra-high res, or there isn't enough memory for DRI to work. X will let you create bad configurations and will try to use them also. Just for testing purposes. Set your resolution to 640x480 or 800x600, and set it to depth 16 (no virtual screen). Does the problem go away? If so, your card doesn't have enough memory to run at the res/depth you are in with DRI enabled.\n\nI am using reasonable resolution of 1280x1024x16bpp on 16 Mb g200 or Rage 128 PF. I want to emphasize that OpenGL Xscreensavers work perfectly well, thus, confirming the suitability of this resolution for 3d acceleration. The problem exists with 3d KDE screensavers ONLY. It's true, that at lower resolution (or windowed demo) mode KDE screensavers work on g200. In fact I can cause the X lock-up just by resizing the window beyond certain size. Thus, I think it's a problem with bad videoram usage in KDE screensavers. On Rage 128 PF, the 3d KDE screensavers just fail, producing blank screen: no segfaults, no core dumps, no CPU time consumption - just an idle task of black screen. I have seen this problems with both Xfree86 4.0.3 and 4.0.99.3.\n\nJust as a test only - put your X in 640x480x16 mode and try them out again. Does it work now? That will help track the problem down. Try at 800x600 also. make sure you are not using a virtual screen. Also make sure you are using the rawhide kernel. There was a problem with DRI on r128 that is fixed in our rawhide kernel.\n\nI use the fixed kernel. On Rage128pro 3D KDE screensavers don't work. Could you explain me why xscreensavers happen to work perfectly then? I suspect this is because Qt is compiled with GL support when it shouldn't be. 3D stuff should be left entirely for X. At least this is the answer I got on kde-devel list. It is KDE or Qt problem reassign this bug back to bero, where I originally filed it.\n\nIt seems that I found the problem. At least, now I have a better description. The following wrong behaviour has been verified on g200 at the moment. Basically, all KDE 3d-screensavers work on 16 Mb g200 at a reasonable resolution of 1280x1024x16bpp. What doesn't work is the \"Test\" button in KDE Control Center. Pressing this button start 2 (two!) instances of kpipes.kss, for example. This is deadly. It hangs XFree86 - no responce to keyboard or mouse. Remote \"init 3\" remains unfinished untill I kill both kpipes.kss! Without any \"init 3\", the remotely killing the both instances of kpipes.kss just revives X. Not really though, each subsequent run of \"gears\" hangs X again. Killing \"gears\" - back on track. I'm attaching log bellow, nothing interesting is there though. It's been recorded during the hang, but contains no indication of it. This problem was observed with kdm and just by startx alike.\n\nCreated attachment 23567 [details] XFree86 under influence of two kpipes.kss, log for g200\n\nI believe I've found the problem to be buggy VIA motherboard BIOS's. Please check your manufacturer's website and download and install any BIOS upgrades for your motherboard. This should fix problems on VIA chipsets, especially Athlon boards. If the problem persists, which I doubt, please change status back to REOPENED or ASSIGNED, etc..\n\nThis bug has been in MODIFIED state for over a year with no response as to wether the suggestions worked or not. I would ordinarily close this as resolved now without hearing back however we've discovered a DRM bug that is most commonly triggered by screensavers, and we believe most of the screensaver-locks-X bugs reported are due to this now. I'm closing this as a DUPE of our tracker bug. Please read the text of the dupe bug, and test out the suggestions there. If this does not fix the problem, please reopen this bug report for continued analysis. *** This bug has been marked as a duplicate of 73827 ***",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1227714",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00575-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nMOM runs inside the VDSM process. We want to make it possible to run as standalone process, to the reduce the pressure on the python GIL. Running MOM separately also make it easier to profile and to evaluate the performances of it, and also of VDSM.\n\novirt-3.6.0-3 release\n\nmartin, please add steps to verify this bug\n\njust to make sure, 3.6 mom installation is still a dependecy of the vdsm rpm or one needs to install mom separately?\n\nShira: Just start VDSM and run any of your MOM scenarios (ballooning, ksm, …) + check whether there is a separate process running (using for example ps or systemctl status mom-vdsm). Roy: VDSM still depends on mom via RPM dependency.\n\nVerified on : 3.6.0-0.12.master.el6 vdsm-4.17.3-1.el7ev.noarch vdsm-4.17.3-1.el7ev.noarch i run the regular tests and check that the mom service is running : [root@dhcp160-245 ~]# systemctl status mom-vdsm ● mom-vdsm.service - MOM instance configured for VDSM purposes Loaded: loaded (/usr/lib/systemd/system/mom-vdsm.service; disabled; vendor preset: enabled) Active: active (running) since Tue 2015-08-25 10:42:24 IDT; 14min ago Main PID: 9652 (python) CGroup: /system.slice/mom-vdsm.service └─9652 python /usr/sbin/momd -c /etc/vdsm/mom.conf\n\nSince the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0384.html",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=70848",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00630-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of Problem: When configuration a network interface manually, you must enter in both an IP address and a netmask. It might be convenient if the system pre-filled in the netmask field with the default netmask based on the IP address as was done in previous releases. (i.e., 255.0.0.0 for class A (1.x.x.x - 127.x.x.x), 255.255.0.0 for class B (128.x.x.x - 191.x.x.x) and 255.255.255.0 for class C (192.x.x.x - 223.x.x.x)) I'm not sure why I'm suggesting this, actually -- I don't even use default netmasks for my own network. Perhaps I'm just so accustommed to seeing that that it feels wrong if it isn't there.\n\nRelated to bug 67124.\n\nWith the advent of CIDR, this isn't overly relevant anymore (unfortunately)",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2022-4128",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00575-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nAt disconnect time the MPTCP protocol traverse the subflows list closing each of them. In some circumstances - MPJ subflow, passive MPTCP socket, the latter operation can remove the subflow from the list, invalidating the current iterator. This could lead to a NULL pointer dereference issue. Upstream patch & commit: https://lore.kernel.org/netdev/20220708233610.410786-2-mathew.j.martineau@linux.intel.com/ https://github.com/torvalds/linux/commit/5c835bb142d4\n\nCreated kernel tracking bugs for this issue: Affects: fedora-all [bug 2145216]\n\nThis was fixed for Fedora with the 5.18.13 stable kernel updates.\n\nThis issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2023:2148 https://access.redhat.com/errata/RHSA-2023:2148\n\nThis issue has been addressed in the following products: Red Hat Enterprise Linux 9 Via RHSA-2023:2458 https://access.redhat.com/errata/RHSA-2023:2458\n\nThis bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2022-4128",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=798681",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00769-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nSpec URL: http://fedorapeople.org/~icon/f/python-pyotp.spec SRPM URL: http://fedorapeople.org/~icon/f/python-pyotp-1.3.1-1.fc16.src.rpm Description: A Python library for generating one time passwords according to RFC 4226 and the HOTP RFC.\n\nI'd be happy to review this. Look for a full review hopefully later today.\n\nOK - Package meets naming and packaging guidelines OK - Spec file matches base package name. OK - Spec has consistant macro usage. OK - Meets Packaging Guidelines. OK - License (BSD) OK - License field in spec matches OK - License file included in package OK - Spec in American English OK - Spec is legible. OK - Sources match upstream md5sum: 7c45ca9a13f863caa1e8146e07d2b8b2 pyotp-1.3.1.tar.gz 7c45ca9a13f863caa1e8146e07d2b8b2 pyotp-1.3.1.tar.gz.orig OK - BuildRequires correct OK - Package has %defattr and permissions on files is good. See below - Package has a correct %clean section. See below - Package has correct buildroot OK - Package is code or permissible content. OK - Packages %doc files don't affect runtime. OK - Package has rm -rf RPM_BUILD_ROOT at top of %install OK - Package compiles and builds on at least one arch. OK - Package has no duplicate files in %files. OK - Package doesn't own any directories other packages own. OK - Package owns all the directories it creates. OK - Package obey's FHS standard (except for 2 exceptions) OK - No rpmlint output. OK - final provides and requires are sane. SHOULD Items: OK - Should build in mock. OK - Should build on all supported archs OK - Should have dist tag OK - Should package latest version OK - Should not use file requires outside of /etc, /bin, /sbin, /usr/bin, or /usr/sbin Issues: 1. You may need to add %clean and buildroot for EPEL branches. They are of course not required for Fedora anymore. 2. The PKG-INFO says: License: UNKNOWN Might ask upstream to fix that. I see no blockers here, so this package is APPROVED.\n\nNice! Thanks, Kevin. New Package SCM Request ======================= Package Name: python-pyotp Short Description: A Python library for generating one time passwords Owners: icon Branches: f16, f17, el5, el6 InitialCC:\n\nGit done (by process-git-requests).\n\npython-pyotp-1.3.1-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-pyotp-1.3.1-1.el6\n\npython-pyotp-1.3.1-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/python-pyotp-1.3.1-1.fc16\n\npython-pyotp-1.3.1-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-pyotp-1.3.1-1.fc17\n\npython-pyotp-1.3.1-1.fc17 has been pushed to the Fedora 17 testing repository.\n\npython-pyotp-1.3.1-1.fc17 has been pushed to the Fedora 17 stable repository.\n\npython-pyotp-1.3.1-1.fc16 has been pushed to the Fedora 16 stable repository.\n\npython-pyotp-1.3.1-1.el6 has been pushed to the Fedora EPEL 6 stable repository.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=235700",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: Evolution, using evolution-connector, stopped correctly handling meeting requests from Exchange upon upgrade from 2.8.3-1 to 2.8.3-2. 2.8.3-2 is marked as a security upgrade. Prior to upgrade, meeting requests work properly. After upgrade, meeting requests are shown as \"unknown attachment.\" The only fix I found was to remove evolution completely and reinstall, specifying version 2.8.3-1. Version-Release number of selected component (if applicable): 2.8.3-2 How reproducible: 1) receive a meeting request from another user (your own always work) 2) upgrade to 2.8.3-2 3) view existing, or new, meeting request - now contains only \"unknown attachments\" Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:\n\nI have the same problem. I had a FC5 installation (fully updated) which worked perfectly, and while upgrading it to FC7 (which involved in waiting for some new hardware to arrive) I switched to an FC6 installation (fully updated). In this move I lost propper functioning access to meeting/appointment requests (\"unknown attachment\"). I have tried to downgrade to older versions: [root@modesty tmp]# rpm -qa|grep evolution evolution-connector-2.8.3-1.fc6 evolution-2.8.3-1.fc6 evolution-sharp-0.11.1-10.fc6 evolution-data-server-1.8.3-1.fc6 evolution-webcal-2.7.1-6 But this gives the same behaviour. F7 also behaves in the same manner with the following versions: [root@rsh etc]# rpm -qa | grep evolution| sort | uniq evolution-2.10.3-2.fc7 evolution-connector-2.10.3-1.fc7 evolution-data-server-1.10.3.1-2.fc7 evolution-webcal-2.10.0-1.fc7\n\nHere is the difference between evolution-2.8.3-1.fc6 and evolution-2.8.3-2.fc6. It fixes a security flaw when previewing memos. --- evolution-2.10.0/calendar/gui/e-cal-component-memo-preview.c.CVE-2007-1002 2007-03-29 16:51:41.000000000 -0400 +++ evolution-2.10.0/calendar/gui/e-cal-component-memo-preview.c 2007-03-29 16:51:56.000000000 -0400 @@ -185,7 +185,7 @@ } } - gtk_html_stream_printf(stream, string->str); + gtk_html_stream_printf(stream, \"%s\", string->str); g_string_free (string, TRUE); This is what broke metting requests?\n\nNo. I experienced the same behaviour in both evolution-2.8.3-1.fc6 and evolution-2.8.3-2.fc6. The last time this worked was in FC5 (presumably) with the versions: evolution-2.6.3-2.fc5 and evolution-connector-2.6.3-2.fc5.\n\nAfter som trial and error I ended up with the following set of evolution components which works on FC6: [root@modesty tmp]# rpm -qa | grep evolution evolution-2.8.1.1-3.fc6 evolution-connector-2.8.1-1.fc6 evolution-sharp-0.11.1-10.fc6 evolution-data-server-1.8.1-1.fc6 evolution-webcal-2.7.1-6 I tried all the different inbetween version of evolution with no luck, so the bug is either in evolution-data-server or evolution-connector. I'll try to update single components when I get some spare time, but there are some nasty dependencies there which broke some of the symlinks which I had to manually recreate to the correct versions.\n\nOK, I bumbed all of the below up to the version as of Dec 04 2006: evolution-connector-2.8.2-2.fc6 evolution-2.8.2.1-2.fc6 evolution-data-server-1.8.2-2.fc6 and the problem arose again. So sometimes between Nov 01 2006 and then, the bug was introduced. I then downgraded to evolution-2.8.1.1-3.fc6 and the meetings are again OK, however, now it seems that there are some instabilities with authentication with the server and I keep getting locked out. While I wait for a solution I'm reverting to last good as described in my previous post.\n\nIs this problem still present on Fedora 8 Test 2 or later?\n\nI haven't tried F8T2 - as I'm running in a production environment I really don't want to bump the whole system. Are there packages available for F7? Interestingly enought I have stared to receive meeting requests which behaves exactly like the original problem, i.e. meeting requests are shown as \"unknown attachment.\" So, the workaround above seems to no longer work. Can it be something marginal in the way Outlook/Exchange constructs these messages, which again is based on some set of settings, which can change from request to request, which makes Evolution fall over?\n\nThanks for responding. The Evolution packages in Fedora 7 are for only for version 2.10, which is no longer seeing regular updates. I think you may be able to install the Fedora 8 Evolution packages without bumping the entire desktop, if you care to try. You can always tell 'yum' to abort if it wants to pull into too many additional packages.\n\n[ft@modesty /tmp]$ rpm -Uvh evolution-* warning: evolution-data-server-1.12.0-1.fc8.i386.rpm: Header V3 DSA signature: NOKEY, key ID 30c9ecf8 error: Failed dependencies: gnome-icon-theme >= 2.19.91 is needed by evolution-2.12.0-8.fc8.i386 gtk2 >= 2.12.0 is needed by evolution-2.12.0-8.fc8.i386 libgtkhtml-3.14.so.19 is needed by evolution-2.12.0-8.fc8.i386 libpisock.so.9 is needed by evolution-2.12.0-8.fc8.i386 glib2 >= 2.14.0 is needed by evolution-data-server-1.12.0-1.fc8.i386 libdb-4.6.so is needed by evolution-data-server-1.12.0-1.fc8.i386 libdb-4.6.so is needed by evolution-exchange-2.12.0-1.fc8.i386 libedataserver-1.2.so.7 is needed by (installed) nautilus-sendto-0.7- 5.fc6.i386 libedataserver-1.2.so.7 is needed by (installed) gnome-panel-2.16.3- 2.fc6.i386 libedataserver-1.2.so.7 is needed by (installed) ekiga-2.0.5-3.fc6.i386 libedataserver-1.2.so.7 is needed by (installed) bug-buddy-2.16.0- 4.fc6.i386 libedataserver-1.2.so.7 is needed by (installed) control-center-2.16.3- 11.fc6.i386 libedataserver-1.2.so.7 is needed by (installed) pidgin-2.0.2- 3.fc6.1.i386 Do you guarantee --nodeps? :-)\n\nOK. I have upgraded one machine to the latest F8 release. But the problem still persists. These are the versions I use: [root@modesty ~]# rpm -q fedora-release fedora-release-notes fedora-release-8-2 fedora-release-notes-8.0.0-1 [root@modesty ~]# rpm -qa | grep evolution evolution-data-server-1.12.1-2.fc8 evolution-sharp-0.14.0.1-1.fc8 evolution-webcal-2.12.0-1.fc8 evolution-exchange-2.12.1-1.fc8 evolution-2.12.1-3.fc8\n\nThe problem persists for new meeting requests or existing meeting requests?\n\nOK. To clarify: Everything was working fine in FC5, both new and existing meeting requests. Then I upgraded to FC6 and I had to downgrade some of the evolution packages to get meeting requests working again (see above). At some point new meeting requests started to appear as \"unknown attachments\" while existing behaved correctly. Upgrading to F8T3 did not change this for new meeting requests. I no longer have old meeting requests available for testing, sorry.\n\nI can now confirm that with current evolution also existing meeting requests have \"unknown attachment\". This is contrary to my experience when it was working in FC6 and F7 with FC6 evolution rpm-packages, but when it failed after some time for new meeting requests. Then existing meeting requests were displayed as normal. When I refer to \"existing meeting requests\" I mean meeting requests in a mail folder somewhere which has not been accepted (or any other action) - obviously - due to the \"unknown attachment\" problem.\n\nCan you try to set Edit->Preferences->Mail Preferences, tab HTML Messages and in the section \"Plain Text Mode\" change to \"Show HTML if present\". Maybe it will help. Other option is to disable Prefer plain-text plugin from Edit->Plugins. I noticed that this plugin generates those \"unknown attachment\" attachments, even I'm not sure if it is the case now.\n\nI disabled \"Prefer plain-text\" from Edit->Plugin as suggested, and - Wow! - it now works again. I can't remember enabling this option tho....... Thanks, Milan!\n\nmaybe fix from gnome's bug http://bugzilla.gnome.org/show_bug.cgi?id=487922 will help here too.\n\nMilan's patch for this issue should be in the latest Fedora 8 update now. Closing as CURRENTRELEASE, but feel free to reopen if you still encounter the problem after upgrading.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=918647",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nRHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the \"RHEL project\" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses \"NEW\", \"ASSIGNED\", and \"POST\" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components \"kernel\", \"kernel-rt\", and \"kpatch\" are only migrated if still in \"NEW\" or \"ASSIGNED\". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status \"CLOSED\", resolution \"MIGRATED\", and set with \"MigratedToJIRA\" in \"Keywords\". The link to the successor Jira issue will be found under \"Links\", have a little \"two-footprint\" icon next to it, and direct you to the \"RHEL project\" in Red Hat Jira (issue links are of type \"https://issues.redhat.com/browse/RHEL-XXXX\", where \"X\" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14891",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCri-o pods didn't provide sufficient isolation between the workload and infra containers such that when a workload consumed a large amount of memory, the kernel accidently killed the infra container's conmon process. An attacker would use the flaw to get host network access on an Kubernetes worker node.\n\nAcknowledgments: Name: Nick Freeman (Capsule8)\n\nCreated cri-o tracking bugs for this issue: Affects: fedora-all [bug 1774273]\n\nMitigation: As of cri-o v1.15 you can set conmon_cgroup = \"system.slice\" in the crio.runtime section of /etc/crio/crio.conf. On OpenShift Container Platform 4.x that can be done by following the documentation here: https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html/architecture/architecture-rhcos For OpenShift Container Platform 3.x you can edit /etc/crio/crio.conf directly on the worker node if using cri-o on that version. Cri-o is not the default container engine on that version, Docker is.\n\nExternal References: https://capsule8.com/blog/oomypod-nothin-to-cri-o-bout/\n\nThis issue has been addressed in the following products: Red Hat OpenShift Container Platform 4.2 Via RHSA-2020:2776 https://access.redhat.com/errata/RHSA-2020:2776\n\nThis bug is now closed. Further updates for individual products will be reflected on the CVE page(s): https://access.redhat.com/security/cve/cve-2019-14891\n\nThis issue has been addressed in the following products: Red Hat OpenShift Container Platform 3.11 Via RHSA-2020:2992 https://access.redhat.com/errata/RHSA-2020:2992",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1660647",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00630-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nMaking c#1 private as the attachment should be private (why cant I make them private separately? :))\n\nMaking logs public for searchability: I1218 14:59:59.611263 1 status.go:179] has last touch 2018-12-18 14:59:59 +0000 UTC for svcs/wildcard-oauth2-provider I1218 14:59:59.611277 1 status.go:187] expired cached last touch of 2018-12-18 14:54:57 +0000 UTC I1218 14:59:59.611286 1 status.go:193] missing or equal cached last touch I1218 14:59:59.613158 1 unique_host.go:211] Deleting routes for svcs/wildcard-oauth2-provider I1218 14:59:59.613176 1 plugin.go:187] Deleting route svcs/wildcard-oauth2-provider I1218 14:59:59.613213 1 status.go:179] has last touch 2018-12-18 14:59:59 +0000 UTC for svcs/wildcard-oauth2-provider I1218 14:59:59.613227 1 status.go:193] missing or equal cached last touch\n\nOrigin fixes in PR: https://github.com/openshift/origin/pull/22087 (Once that merges will backport to origin 3.9 and 3.10) Need to create a few more PRs for this - one against OSE and one against the new router repo for 4.0 fixes.\n\nBackported PRs for v3.9: https://github.com/openshift/origin/pull/22114 v3.10: https://github.com/openshift/origin/pull/22112 And ported change to new router repo for v4.0: https://github.com/openshift/router/pull/14\n\nFixes in v3.10, v3.11 and 4.0 releases have merged. v3.9 fixes are still pending as origin builds seem to be failing on pre-3.10 releases.\n\nThe backport to 3.9 specifically is going to require some assessment as the 3.10+ patch doesn't apply cleanly and when adapted seems to result in behavior changes which break other tests in a way unique to 3.9.\n\nAny updates on the 3.9 backport and/or the status of when the other versions will ship?\n\nFor 4.1 we will not support wildcard routes. We need to document this. We may allow configuration of them in 4.2.\n\nSince we're not supporting wildcard routes in 4.1, this bug doesn't apply. I'm going to just close the bug and start tracking the docs issue in Jira with other docs tasks.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=246043",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nThe 2.6.21 kernel on fedora 7 hangs for ~5 seconds while loading the pata_sis module. Besides that initial hang the system seems to work OK after that. I'll attach the dmesg output. The hang is on the line: scsi0 : pata_sis Please ask any other info that might be needed. Thanks\n\nCreated attachment 158082 [details] dmesg output\n\nActually, I was mistaken, it hangs a little bit further on the line: scsi1 : pata_sis So, it's after detecting the hard disk interface, on the cdrom interface.\n\nI won't be of further help to fix this, sorry. This particular machine got trashed a while ago and I don't intend to buy sis hardware ever again. Thanks anyway!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=733487",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nSearch bar saved searches menu ignores clicks 1) Create at least two saved search for the search bar, A and B. 2) Open the menu (click the the down arrow in the menu bar) 3) click on A to set it as the current search 4) Again open the menu (click the the down arrow in the menu bar) 5) click on B to set it as the current search The click is ignored and the menu disappears. Workaround: Open the menu again and it will work on the second try.\n\nI've tried to get around this several ways but smartgwt seems to be eating the onClick event. Note that onMouseOver/onMouseOut events are reported successfully. It seems only that onClick is never invoked. This problem is almost definitely due to the use of GWT widgets in a SmartGWT app. There are several mentions in the SmartGWT forums to avoid what we're doing, and specifically one entry complaining of the same situation: http://forums.smartclient.com/showthread.php?t=6484&highlight=PopupPanel+onClick I don't think there is a solution keeping with our current implementation. The solution would be to re-implement the SearchBar without PopupPanels, and use SmartGwt windows. The workaround is easy, the next time the window opens it will work as expected. It seems to eat every second click.\n\nMaster commit: be31334 This turned out being a replacement of the GWT search bar with a smartGWT version that avoids the mixing weirdness associated with GWT and smartGWT as outlined above. Should be fully tested as it is a rewrite of the old search bar.\n\nBulk closing of BZs that have no target version set, but which are ON_QA for more than a year and thus are in production for a long time.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=991604",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nA flaw was found in abrt, where a local attacker could obtain the SHA1SUM of a file they should have no access to. Acknowledgements: This issue was discovered by Jan Pokorný of Red Hat.\n\nStatement: Not vulnerable. This issue did not affect the versions of abrt as shipped with Red Hat Enterprise Linux 6.\n\nTime to open this up. We now ship the fixed version 2.1.6 on all previously affected products.\n\nIn upstream commit https://github.com/abrt/abrt/commit/776209bd00b0dd16d02dd20fdb14eecbb6b9fa18 the format of core backtraces changed significantly. Source file hashes are no longer included for python exception reports.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=477554",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nUnable to change default language in: Options/Language Settings/Languages/Default languages for documents/Western. I tried change it from English to Russian, after clicking OK and reopen setting i got prevoius value (English) Installed openoffice.org-langpack-ru-3.0.0-9.10.fc10.i386 openoffice.org-langpack-en-3.0.0-9.10.fc10.i386\n\nwhat is the output of > locale more that likely it is some English variant. The tickbox is set for \"current document only\", so it affects only the document that is open. If you want to use Russian for all new document, then if you set your locale to Russian it tracks that, i.e. should do the same thing as e.g. gedit given the same set of settings.\n\nof course > locale show LANG=en_US.UTF-8 but, that option called \"Default languages for documents\" and that option work as i explain (it should be changed when i change it, and reopen setting) on OS X platform, and probably as under windows. i can try to install openoffice on my windows host, but i shure i got same result as under os x.\n\nThe tickbox is tickable/untickable on those platforms to enable it to affect all future documents, It's not untickable on the Fedora version, so it only can affect the current document. That's deliberate, so that the default langauge for new documents tracks the language of the locale if/when it changes, i.e. like everything else in Fedora does. A better design would be to have an additional \"default\" option in the dropdown which could be used as the default so the locale language is always used and if the locale changes then new documents use that locale language but it could still be changed manually to lock it to one language for all new documents. I'm working on that, but the current situation is deliberate not a bug.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=11120",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00575-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nAfter I upgraded my RedHat 6.1.92 beta to RedHat 6.2 Netscape fails to properly sort newsgroups by subject. In a multipart message it sometimes sorts the message parts as 18, 19, 20, 21, 22 etc. It works fine if I run the same version of Netscape on a different computer (which is not running RedHat). However, if I run the binary from the other computer locally (from an NFS mounted volume) it doesn't work. This leads me to believe the bug isn't really in Netscape, but rather in one of the libraries it uses. My locale is set to en_US, and I regenerated the LC_* files with the 'localedef' program to be sure it wasn't some sort of binary incompatibility.\n\n*** This bug has been marked as a duplicate of 11114 ***",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=135312",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041008 Firefox/0.10.1 Description of problem: When running an I/O-intensive process, kswapd starts to constantly use alot of CPU (50-60% according to top), causing all other processes to stumble to a halt. Version-Release number of selected component (if applicable): 2.6.8-1.603 How reproducible: Always Steps to Reproduce: 1. Run gdm -> gnome (minimal setup) 2. Open terminal 3. Use cedega to start BfVietnam.exe (Or basically any other process that eats RAM like it was candy) Actual Results: Other processes than kswapd die/freeze. Unless offending I/O-intensive process is killed thoroughly, the system will eventually cease responding and a hard reboot is required. Expected Results: kswapd should complete whatever it was doing and let the rest of the system continue as normal. Additional info: riel> it's a known bug from the upstream kernel, fixed in akpm's latest pile of patches\n\nTested using kernel-2.6.8-1.607 now. As far as I can tell this is supposed to be based on http://kernel.org/pub/linux/kernel/v2.6/testing/ChangeLog-2.6.9-rc4 and the patches to kswapd included there. Still experiencing the same behaviour. System dies.\n\nBug #126234 looks just like this bug.\n\nI'm having problems which might be related to this bug. I mentioned this first in bug #131251 comment #34: --clip-- Now that I finally got my memory sticks I tried upgrading the memory to 4GB. And boy did I open another can of worms by doing that. After booting up I ran \"free\" and saw that I had 4GB of usable memory in Linux. I loaded the [680MB] SQL dump file with nano and did the usual text search trick. It worked fine, but that's probably because the system had enough RAM this time (one text editor instance uses only about 1GB of memory). I loaded another copy in another session, it loaded nicely as well. I started loading the third file when the system seemed to get stuck, nano just stopped at \"Reading File\". On another channel I tried running \"free\" to see if the system was already swapping at this point (it shouldn't). Surprise surprise, the \"free\" command itself got stuck, it refused to output anything and also refused to return back to command prompt. Running \"ls\" and \"vmstat 2\" on other channels resulted in the same, nothing was printed on the screen and those commands didn't return to the command prompt. The editors on channels 1 and 2 were responsive and worked, until I tried to move to the next page. This move made both of them get stuck. This happened with 2.6.9 and elevator=as. --clip-- Another experience, this time with 2.6.9-bk6 with the grab_swap_token function call commented out to work around the OOM issue in bug #131251. I started \"vmstat 2\" on one channel, and managed to load 3 instances of nano on three different channels. The fourth got stuck in Reading File phase. Meanwhile the vmstat command on another channel kept on running with the following information: r 0 b 6 swpd 23324 free 5780 buff 1112 cache 290616 si 0 so 0 bi 0 bo 0 in 1001 cs 4-6 us 0 sy 0 id 0 wa 100 I left the computer running for a few hours, during which the free and cache values changes very slightly I had an open bash prompt on one channel and tried running \"free\" on it, but it got stuck as in my previous experiment. nano sessions also got stuck once I tried moving to the next page of text. To make the FC developers happy I tried the Fedora Core version of the kernel, build 640. This time I had \"top\" running on one channel and \"vmstat\" on another. The vmstat values before trying to start nano: r 0 b 0 swpd 0 free 3906088 buff 14708 cache 44488 si 0 so 0 bi 0 bo 0 in 1001-1003 cs 8-14 us 0 sy 0 id 100 wa 0 Three instances of nano loaded fine, the fourth stopped again in the Reading File phase. vmstat kept running, with these values: r 1 b 2 swpd 23360 free 6956 buff 12548 cache 679088 si 0 so 0 bi 0 bo 0 in 1001 cs 6-9 us 0 sy 100 id 0 wa 0 Notice that the 100 value was now indeed in the System (sy) column, unlike in 2.6.9-bk6 where the 100 value was in the Wait (wa) column. I don't know if this was just a coincidence or repeatable behaviour. The \"top\" session which I had running on another channel got stuck, the screen no longer got updated. On that frozen screen I can see that kswapd0 uses 66.9% of CPU (state:R) and nano uses the remaining 33.0% (state:D). I'm running the latest development branch of Fedora on an Abit AV8 motherboard, with AMD Athlon 64 3500+ and 4GB of memory. No X running on this server. The hard disk is a parallel ATA Seagate 120GB.\n\nAlso testing .640 here. I'm having mixed results, and will report back when I've done more extensive testing...\n\nI tried if I could reproduce the problem on vanilla 2.6.10-rc1 kernel. I wasn't able to lock up the system, but still there's something weird going on in kswpad. I managed to load 4 copies of my text file and after that \"top\" shows that kswapd0 is using 99% of cpu, although nothing visible seems to be happening. According to vmstat, no swapping is currently being done (si=so=0). During the loading of those files kswapd seemed to be acting sanely, but once the kernel had to touch swap kswapd went crazy. Currently there's 33156 KB of used swap space, 7152 KB of free memory, 2564 KB of buffers and 97080 KB of cache. The system worked fine at this point of time, even though kswapd was consuming lots of CPU time. Addendum: When I tried copying that 680MB test file to another name for further testing, the system locked up solidly as in my previous experiments. The cp process never finished. The frozen \"top\" screen tells that kswapd is using 99% of cpu. vmstat keeps running, this time the values are 33156 KB for swap, 89852 KB free, 3324 KB buffers, 12804 KB cache. The editor on the first channel froze when I tried to move to the next page. I tried exiting the remaining 3 nano text editors, but they froze too. At this point the vmstat command that was still running on another channel displayed 6 processes being in uninterruptible sleep (vmstat column \"b\"). Is there something useful that I could test?\n\nStill, with .640 and .643 - kswapd goes crazy as soon as swap is touched. Settles (ie down to about 6% cpu usage) when tabbing to a text-terminal, goes back up to eat cpu (~60% constant) when tabbing back to X. Don't know if there's any point in this, but I'm going to test with the initial fc3t2 kernel for reference.\n\nI failed to mention I am no longer able to kill the system this way. Kswapd now seems to only affect the performance of said I/O-intensive task...\n\nThanks, I can confirm it's sorted in the .649 linux-2.6.9-vm-tame-oomkiller.patch",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=565997",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00769-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIt was reported [1] that pyfribidi contains a buffer overflow in the log2vis_utf8() function due to the assumption that the string returned by fribidi_unicode_to_utf8() will be the same length as the original UTF-8 string. Due to changes in fribidi 0.19.1, for the Arabic language this is not the case as the joining added in fribidi causes some of the original 2-byte UTF-8 sequences to be come 3-bytes long. The upstream report also includes a patch that is supposed to correct the issue by increasing the size of the buffer passed to fribidi_unicode_to_utf8(). Due to Fedora 11 and 12 containing fribidi 0.19.2, this would affect Fedora. [1] http://sourceforge.net/tracker/?func=detail&aid=2676136&group_id=158366&atid=807545\n\nThis has been assigned the name CVE-2010-3444.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\npopt.h does not contain a extern \"C\" clause to prevent function mangling when using a C++ compiler. This causes the symbols in libpopt to not be found by g++ when compiling.\n\nThis has been fixed in (at least) Red Hat 6.0 popt-1.3-1 and in the popt CVS repository. Recompile and install the popt-1.3 from Red Hat 6.0.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1565736",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: After the 3.7 openshift upgrade, the registry failed to communicate with the pods, leavin build in Error or imagepullbackoff state After clearing the registry dcs' old env variables became clear which token the registry actually picks up and uses Version-Release number of selected component (if applicable): oc version oc v3.7.23 kubernetes v1.7.6+a08f5eeb62 features: Basic-Auth GSSAPI Kerberos SPNEGO openshift v3.7.23 kubernetes v1.7.6+a08f5eeb62 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: builds are failing on the registry because of mis-match between env vars and secrets caused incorrect variables to be picked up by the registry. Expected results: Additional info:\n\nthe openshift ansible installer for OCP needs to be updated to properly migrate existing registry deployments by doing the following steps (in addition, the ops installer needs to start using the OCP installer). The fix will need to be backported to v3.7+. 1) VERIFY: docker-registry is using the ‘registry’ service account RUN: oc get dc -n default docker-registry -o json | jq \".spec.template.spec.serviceAccount\" IF NOT, ensure the registry service account exists: oc create serviceaccount -n default registry AND set the service account for the docker-registry deployment to the registry service account. 2) VERIFY registry SA can update imagestreams in all namespaces RUN: oc policy who-can update imagestreams --all-namespaces VERIFY: system:serviceaccount:default:registry appears in list of allowed users: # oc policy who-can update imagestreams --all-namespaces | grep system:serviceaccount:default:registry IF NOT, grant the system:registry role and reverify: oc create clusterrolebinding system:registry \\ --clusterrole=system:registry \\ --serviceaccount=default:registry 3) remove legacy env variables from the registry deploymentconfig if present: `oc edit -n default dc docker-registry` OPENSHIFT_MASTER OPENSHIFT_CA_DATA OPENSHIFT_CERT_DATA OPENSHIFT_INSECURE OPENSHIFT_MASTER KUBERNETES_MASTER OPENSHIFT_CERT_FILE OPENSHIFT_CA_FILE BEARER_TOKEN BEARER_TOKEN_FILE OPENSHIFT_KEY_FILE OPENSHIFT_KEY_DATA (from https://github.com/openshift/origin/blob/master/pkg/client/cmd/clientcmd.go#L161-L202)\n\nJordan made the sensible suggestion that we should be able to just create/update all these things w/o checking anything: 1) create the registry SA 2) grant it all the right permissions 3) delete the env vars from the DC (the upgrade playbook already edits the DC to update the image tag to the new version). So hopefully this isn't *that* terrible to implement.\n\nThe fix has merged: https://github.com/openshift/openshift-ansible/pull/8020\n\nThis fix will be applied when upgrading to v3.10. The openshift-ansible do not have upgrade scripts for v3.8. Should I try to create it ?\n\n(In reply to Ben Parees from comment #2) > the openshift ansible installer for OCP needs to be updated to properly > migrate existing registry deployments by doing the following steps (in > addition, the ops installer needs to start using the OCP installer). I see the fix was integrated into the upgrade_control_plane.yml playbook, which the ops installer already calls [1]. So Operations will pick this up as it's backported. Thanks! [1] https://github.com/openshift/openshift-ansible-ops/blob/prod/playbooks/release/bin/cicd_operations.sh#L356\n\nVerified openshift v3.10.0-0.50.0 kubernetes v1.10.0+b81c8f8 could build successfully after upgrading cluster from 3.9 to 3.10, and registry pod has no unnecessary env var # oc describe po/docker-registry-2-8m52l Environment: REGISTRY_HTTP_ADDR: :5000 REGISTRY_HTTP_NET: tcp REGISTRY_HTTP_SECRET: IFu5DeOwZxq5jQ75kjYqYKZhD4kXiZaK+UZ1poEAa+o= REGISTRY_MIDDLEWARE_REPOSITORY_OPENSHIFT_ENFORCEQUOTA: false REGISTRY_HTTP_TLS_KEY: /etc/secrets/registry.key REGISTRY_OPENSHIFT_SERVER_ADDR: docker-registry.default.svc:5000 REGISTRY_CONFIGURATION_PATH: /etc/registry/config.yml REGISTRY_HTTP_TLS_CERTIFICATE: /etc/secrets/registry.crt\n\nSince the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1816",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=443578",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00630-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nSpec URL: http://pfj.fedorapeople.org/monodevelop-database.spec SRPM URL: http://pfj.fedorapeople.org/monodevelop-database-1.0-1.fc9.src.rpm Description: monodevelop-database is a database plugin for monodevelop\n\nFails to build in mock: autoreconf: command not found Also needs to depend on gtksourceview-sharp-2.0 (blocking on 444721) You need the standard ExclusiveArch line for Mono apps: ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha ppc As the package contains absolutely no .boo files, I wonder why this requires boo in the first place. Tarball contains prebuilt .dll files /contrib/MySql/MySql.Data.dll /contrib/Sqlite/Mono.Data.Sqlite.dll The package doesn't currently build without these however we are not allowed to use prebuilt stuff for security reasons.\n\nPing, it has been nearly 2 months now Paul. Again I offer any help you might need to hammer Mono into shape.\n\nUnable to build due to problems with MD 1.9. This should be resolved in the next couple of weeks with MD 1.9 alpha 2's release.\n\nWith MD2 beta 1 out and Fedora now containing a new succesful build of MD are you still interested in this?\n\nDue to inactivity since 2008-10-20 I am closing this\n\nThis is my first attempt to start becoming a packager. Any comment is welcome to learn I make changes to the file spec to work well, please check Spec URL: http://elsupergomez.fedorapeople.org/SPECS/monodevelop-database.spec SRPM URL: http://elsupergomez.fedorapeople.org/SRPMS/monodevelop-database-2.2-7.fc13.src.rpm RPM for x86_64: - http://elsupergomez.fedorapeople.org/repo/monodevelop-database-2.2-7.fc13.x86_64.rpm - http://elsupergomez.fedorapeople.org/repo/monodevelop-database-devel-2.2-7.fc13.x86_64.rpm",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=20129",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00632-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFollowing the manual instructions for converting from ext2 to ext3: Create a journal file that is too small (IE, I mistyped the dd and got 20K, not 20M as in the instructions) Attempt the mount as given in the instructions. It'll fail, cuz the journal files too small. Remount the filesystem as ext2 to see what went wrong. Duh, 20k vs 20M. Attempt to re-run the dd command to make the journal bigger. Recall, at this point, it should be just another file on a plain ext2 filesystem. Kernel panic. I can apparently reproduce, and will mail panic details if requested.\n\nYes, please post oops information. I think I see the problem, but without the oops trace I can't be sure that the problem I've traced is exactly the same one that you saw. This is a low priority problem --- the journal creation code is all going to be moved to user space in the end anyway. However, it should be easy to fix.\n\nGot it --- will be fixed in a future release. It's a trivial one-liner. The problem was in the VFS, not in ext3: after the failed ext3 mount, ext3 correctly released all of the inodes it had established in the process of trying to create the journal. However, the VFS left them in cache. On the subsequent ext2 mount, the inode cache still contained a copy of the journal.dat inode which had ext3 data attached, and so the second attempt to dd to journal.dat actually ended up using the ext3 filesystem routines on an ext2 filesystem! The fix is to call invalidate_inodes() after a failed ext3 mount to clear up the inode cache.\n\nThank you. Do you still want the oops data? (I assume not...)\n\nIf you have it to hand, it will let me confirm for sure that it's the same problem. If not, I'll just assume that it is and leave it closed. So sure, send it if you have it but don't go out of your way to reproduce it if you don't.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=732065",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nTracking bug for Qt raster graphicssystem related issues\n\nfyi, in case we find apps that only function properly in native mode, we can add: QApplication::setGraphicsSystem(QLatin1String( \"native\" )); like is done in krunner, for example.\n\nRaster is enabled by default these days, and it seems we have no unresolved issues on this tracker, so let's close it.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1400804",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nLinux kernel built with the Kernel-based Virtual Machine(CONFIG_KVM) support is vulnerable to an out-of-bounds memory access issue. It could occur on x86 platform, while servicing I/O APIC requests with larger vcpu_id. A guest user/process could use this flaw to crash the host kernel resulting in DoS or it could potentially be used to escalate privileges on a host. Upstream patch: --------------- -> https://git.kernel.org/linus/81cdb259fb6d8c1c4ecfeea389ff5a73c07f5755 Reference: ---------- -> http://www.openwall.com/lists/oss-security/2016/12/02/2\n\nCreated kernel tracking bugs for this issue: Affects: fedora-all [bug 1400805]\n\nStatement: This issue does not affect the versions of the kernel package as shipped with Red Hat Enterprise Linux 5, 6, 7 and Red Hat Enterprise MRG 2.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=581621",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00632-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: The current eclipse rpm uses the metadata generator to generate p2 metadata for a variety of plug-ins. The metadata generator is deprecated and will be removed in the future. It also really isn't maintained anymore. We should switch to the p2 publisher to ensure we stay consistent with what upstream expects.\n\nI think this should be done upstream as part of eclipse-build. Please file a bug there: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Linux%20Tools&component=PackagingTools\n\nI apologize, I was confused. We have two options here: - help eclipse-build upstream put JDT and PDE into dropins (https://bugs.eclipse.org/bugs/show_bug.cgi?id=294114 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=293731) - stop using the metadata generator for the Platform in Fedora (this bug)\n\nThis bug appears to have been reported against 'rawhide' during the Fedora 14 development cycle. Changing version to '14'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping\n\nThis has been done upstream in eclipse-build and Fedora's git repository contains this work in the tip of master.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=45945",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nVarious files \"in the wild\" have blanks in their names. Therefore all occurences of $file in /etc/pluggerrc should be quoted like this: \"$file\". This really makes a difference. Moreover 'pluggerrc' package is missing man page. At least in the current 3.3 there is one and a URL in README (the only really supplied documenation) referes one to it.\n\nplugger-3.3-1 in rawhide fix this problem.\n\n> plugger-3.3-1 in rawhide fix this problem Not quite. Most of $file occurences is indeed now quoted but these three many:xanim +Av100 -Zr +W$window +q +Ze +f $file many: timidity -s 65000 -a -idqqqqqqq $file many: mpg123 -q -b 128 $file are still there. Use a global replace. :-)\n\nBTW - could you, please, add to /etc/pluggerrc the following lines (they do not even have to be commented as netscape plugin will default to acroread): application/pdf: pdf: Portable Document Format exits : xpdf \"$file\" Other platforms may not even have acroread available and this works (tested).\n\nThanks, it's fixed in plugger-3.3-2.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=30632",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nThe /etc/pcmcia/network.opts file is missing and apparently doesn't work correctly when present. (Is it even called?) I have a wireless network at home and one at work. Depending on which slot the wirless device is in (slot 0 or slot 1) I want to configure different settings for the interface before I bring it up. If there is a \"Red Hat\" way of doing this please let me know. (netcfg doesn't seem to allow it either.) Also, if a Red Hat solution for this does exist can it be documented for others? My NIC is a Wavelan silver. The notebook is a ThinkPad T20. Distro is Wolverine (7.1 RC1) using the stock kernel packages.\n\nred hat linux currently does not offer this behaviour. It is slated to be included in some future release.\n\nI cannot say how much this kinda blows. This behavior is standard in the kernel- pcmcia init scripts and even provides a network.rh script for integration with Red Hat networking init scripts. It's really sad that Red Hat won't pick this up and instead continues to use the ugly /etc/pcmica/network script hack.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=31482",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.2-0.1.19 i686) If the usb driver is compiled as a module, but mousedev is compiled into the kernel (i.e. not modular), a warning is issued on boot (\"can't find module mousedev\", or similar) just after the usb module is loaded. However, the usb mouse still works. Reproducible: Didn't try\n\nDon't do that then ;)",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=444388",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: Sounds lag while playing armacycles-ad/armagetron-ad. All possible variations of quality / buffer size / sound sources tried, with no significant improvement. (Low quality lags the least, but sounds horrific). For example, certain sound effects, such as turning, don't play right away, and appear to be buffered one after another, so that shortly into the game, this \"sound lag\" for the turning quickly becomes a sort of constant, repetitive, ticking sound. Even if only two people turn at the same time, it sounds like a \"tick-tick\" one after another. This issue did NOT occur in Fedora 7, but I have noticed the problem in Fedora 8 (i386 AND x86_64), and Fedora 9 (Pre-release, i386), so I'm pretty sure it's a PulseAudio related bug. Version-Release number of selected component (if applicable): armacycles-ad-0.2.8.2.1-6.fc9.i386 output of rpm -qa | grep SDL (in case it's relevant) SDL_sound-1.0.1-9.fc9.i386 SDL_image-1.2.6-6.fc9.i386 SDL_mixer-1.2.8-8.fc9.i386 SDL-1.2.13-3.fc9.i386 output of rpm -qa | grep pulseaudio (in case it's relevant) pulseaudio-utils-0.9.10-1.fc9.i386 pulseaudio-core-libs-0.9.10-1.fc9.i386 pulseaudio-libs-0.9.10-1.fc9.i386 pulseaudio-0.9.10-1.fc9.i386 akode-pulseaudio-2.0.2-5.fc9.i386 pulseaudio-libs-glib2-0.9.10-1.fc9.i386 alsa-plugins-pulseaudio-1.0.16-4.fc9.i386 pulseaudio-esound-compat-0.9.10-1.fc9.i386 kde-settings-pulseaudio-4.0-21.fc9.noarch pulseaudio-libs-zeroconf-0.9.10-1.fc9.i386 pulseaudio-module-x11-0.9.10-1.fc9.i386 pulseaudio-module-jack-0.9.10-1.fc9.i386 xine-lib-pulseaudio-1.1.12-2.fc9.i386 pulseaudio-module-zeroconf-0.9.10-1.fc9.i386 pulseaudio-module-gconf-0.9.10-1.fc9.i386 How reproducible: 100% Steps to Reproduce: 1. Install armacycles-ad into \"clean\" Fedora 8 or 9 install (currently confirmed with Fedora 9 pre-release, haven't tried Fedora 8 recently) 2. Play multi-player Internet game (most noticeable in multi-player Internet game, but still tiny bit of delay with sounds in single player local game). 3. Turn and listen to sound effects. Actual results: Sound effects seem to be buffered (queued) and played one after another, resulting in a constant repetitive ticking. Expected results: Sound effects should play right away when turning, and not delayed until a previous effect has completed. Additional info: Hardware I'm using is snd_hda_intel (ICH7) output of /sbin/lspci (if needed; NOTE: I'm using a Dell Inspiron E1405) 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01) 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01) 00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01) 00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01) 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01) 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01) 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01) 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01) 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1) 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01) 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01) 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01) 02:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02) 0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)\n\nI see this too, with different hardware. Do you see this on any other SDL games?\n\nI don't know, but I can test a few, if you can provide me with the names of some in the Fedora repos.\n\nChanging version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping\n\nI see this on a different hardward. Emu10k1.\n\nSent upstream: Hi, Jon Ciesla, Fedora maintainer of \"Armacycles-AD\" .:) I've got a bug report concerning sound lag in Armagetron using Pulseaudio. Several of us see it on different hardware. Have you encountered this, or have any suggestions? Thanks, Jon\n\nWhoops, accidentally closed, sorry.\n\nNo word from upstream. Just wanting to check if you're still seeing this before Inag them again.\n\nI haven't played the game in awhile to be sure, but I suspect the issue remains, as I haven't heard a solution yet. I also suspect that this is most likely a Pulseaudio bug, as it didn't happen in Fedora 7. I don't know if this planned feature for F10 is related: https://fedoraproject.org/wiki/Features/GlitchFreeAudio\n\nOk, I'll assign it to Pulseaudio, see if they can help.\n\nNow that PulseAudio 0.9.12 has been released (which presumably includes the glitch-free sound patches that were integrated into 0.9.11), will we be seeing a release for Fedora 9, or is it only going to end up in Fedora 10? Koji shows some successful builds of PA 0.9.12 for F10, so presumably it wouldn't be too difficult to build some for F9 users who are experiencing these problems?\n\n*** Bug 444924 has been marked as a duplicate of this bug. ***\n\nI'm getting the same problem -- glitches, lags, and crashes -- with rhythmbox, xmms, and other sound apps on Fedora 9 x86_64. # uname -r 2.6.26.6-79.fc9.x86_64 # lspci | grep Audio 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia\n\nI have recently installed FC10 and get the same lag issues with pulseaudio. $ uname -r 2.6.27.9-159.fc10.x86_64 $ lspci | grep Audio 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)\n\nUpdate: I had similar problems with audio lagging in F10 also. I don't know if this fix works for F9, but adding my user to the realtime pulseaudio group (pulse-rt) seemed to fix most of my sound issues in Fedora (aside from the occasional broken snd_hda_intel alsa drivers that get rolled into kernels pushed to stable before they are fully tested on this hardware, of course). Solution: add user(s) to pulse-rt group\n\n(In reply to comment #13) > I have recently installed FC10 and get the same lag issues with pulseaudio. > > > $ uname -r > 2.6.27.9-159.fc10.x86_64 > > $ lspci | grep Audio > 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio > Controller (rev 02) That kernel has a known issue with that intel chipset. update to the latest: 2.6.27.12-170.2.5.fc10.x86_64 (see Bug 477954 to track that issue).\n\n(In reply to comment #14) > Update: I had similar problems with audio lagging in F10 also. I've just installed F10, and noticed audio \"tearing\" in Rhythmbox, and a bit of audio lagging too. > [..] adding my user to the realtime pulseaudio group > (pulse-rt) seemed to fix most of my sound issues in Fedora [..] Another thing to try is to give PulseAudio authorisation to run in real-time and to reduce its nice level. You can do this through the \"Authorisations\" tool in GNOME (System -> Preferences -> System -> Authorisations). I've just tried this, and checking PA in System Monitor shows that it now has a negative nice (once I've rebooted) which should improve audio quality. I haven't done extensive testing yet, but it did seem to fix the audio \"tearing\".\n\n(In reply to comment #16) > Another thing to try is to give PulseAudio authorisation to run in real-time > and to reduce its nice level. You can do this through the \"Authorisations\" tool The pulse-rt group has the appropriate authorizations for this already, which is why it's just easier to add somebody to that group rather than mess with the authorizations. In reality, this is still sort of a bug, because it shouldn't be necessary to gain niceness and realtime authorizations to play audio with totem or any other app, especially when no other apps are running on a 2GHz Core2Duo with HDAIntel audio. But it's a quick fix anyway, regardless of the method you go about enabling the realtime authorization. Perhaps next time, something as \"experimental\" as pulseaudio won't be rushed in to replace the stuff that works just fine already? (Granted, the concept is nice, but it wasn't ready for F8, F9, and still isn't ready in F10).\n\nWell, despite adding my user to pulse-rt and giving PulseAudio authority to elevate itself and run as real-time, it doesn't appear to have made much difference - I'm still experiencing jumping and tearing in my audio in Rhythmbox. To a certain extent, it is better than F9 in that it doesn't just drop out, but it is still annoying that this bug hasn't been fixed yet... My stats, since I don't think I've posted them since I updated my system: uname -r => 2.6.27.12-170.2.5.fc10.i686 lspci | grep Audio => Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) rpm -q pulseaudio => pulseaudio-0.9.13-6.fc10.i386\n\n(In reply to comment #18) > Well, despite adding my user to pulse-rt and giving PulseAudio authority to > elevate itself and run as real-time, it doesn't appear to have made much > difference - I'm still experiencing jumping and tearing in my audio in > Rhythmbox. > > To a certain extent, it is better than F9 in that it doesn't just drop out, but > it is still annoying that this bug hasn't been fixed yet... I had a similar problem with totem-xine, but I updated to pulseaudio-0.9.14-1.fc10.i386 from the updates-testing repository (yum --enablerepo=updates-testing update pulseaudio) and everything seems fine. However, in any app, I still get some slight \"tearing\" in audio in the first few seconds of anything I play.\n\n(In reply to comment #19) > I had a similar problem with totem-xine, but I updated to > pulseaudio-0.9.14-1.fc10.i386 from the updates-testing repository (yum > --enablerepo=updates-testing update pulseaudio) and everything seems fine. > > However, in any app, I still get some slight \"tearing\" in audio in the first > few seconds of anything I play. I decided I'd do the same as you, but unfortunately it hasn't fixed my problems with the audio \"tearing\".\n\nIs this bug about lag or about initial crackling? If it's about lag, does it still happen?\n\n(In reply to comment #21) > Is this bug about lag or about initial crackling? If it's about lag, does it > still happen? When I initially reported the bug, my main concern was about the sound artifacts in armacycles-ad/armagetron-ad. However, the pulseaudio problems I experienced caused me to stop playing that game. (It may be useful for somebody to test that program after the F11 general release.) I'm not really sure how best to describe the problem, but perhaps the phrase \"rhythmic echoing that appeared to be a burst of audio delayed from game audio events\" (i.e. sounds that should have been played were not played on time and scheduled to burst simultaneously at a later time, and at regular intervals, when several sounds were queued). Some people have reported that adding the user to pulse-rt group helped a bit (but this should NOT be necessary for basic game or audio usage). For me, this problem helped fix similar \"bursts\" of static in totem-xine while playing movies. In my opinion, the bug persists because of two primary problems (which may be related): 1. any app that uses audio, loses the first 1-2 seconds when started (or resumed, if previously paused). 2. improper scheduling/timing causes frequent skips, static, bursts, artifacts, etc. I don't know the programming details, so I can't desribe much more, but for me, on my basic Dell laption with Intel Core2 Duo configurations (845GM and 865GM, one of each), these problems shouldn't exists, as performance is not a concern. However, ever since pulseaudio was introduced, I've continued to experience these problems. That was a long answer, but a shorter answer probably would be \"both\", and yes they still happen (although the lag doesn't happen as often in the pulse-rt group, but I really shouldn't have to put users there to get basic playback to work correctly).\n\nI fear that after comment #12 or so, this bug became too general to be properly triaged. I'm inclined to suggest that for the purpose of this bug, we consider only the original issue - the sound artifacts in armacycles-ad/armagetron-ad. Can anyone report whether or not this specific problem remains with recent pulseaudio? And, if anyone has a specific issue with sound problems in other apps, please start a new bug and include specific information including kernel version, alsa-libs version, sound card model and kernel module used, and any pertinent information about the pulseaudio configuration.\n\nI am experiencing this \"sound lag\" bug in Fedora 11. I apply all stable updates. So I assume most-recent PulseAudio default setup. When I play Quake 4 (Linux compatible game), sometimes the sound will lag. This was never a problem in Fedora 9, but happens semi-regularly in Fedora 11. Everything will be fine, then a glitch / pause / etc... After that, all sounds have ~1 second delay. If I quit / restart game, sometimes it fixes, sometimes not. Usually I need to logout-login, then sounds are normal for a while. I know that Quake 4 was \"released\" before PulseAudio, so it could be an application-specific issue. As requested, I may open a new bug for this. Feel free to send me information about what logs / commands I should post.\n\nThis message is a reminder that Fedora 10 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 10. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '10'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 10's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 10 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping\n\nFedora 10 changed to end-of-life (EOL) status on 2009-12-17. Fedora 10 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=125479",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: Installation detects Viewsonic E790-3 monitor and radeon 7000 board but even during installation, the physical resolution is 640x480 (by Viewmeter on monitor) while the virtual (picture size) appears to be 1024x768. Cnrt-Alt-Num+ does not change the physical resolution. I have modified the XF86Config file in a number of different ways - no effect - and just reinstalled on the hope that would work - no go! Version-Release number of selected component (if applicable): Xree86 4.3.0-55 How reproducible: always! Initially I installed (2 months ago) using a generic 800x600 monitor and all woked well (physical and virtual displays agreeing) but at no time with the Viewsonic (unless I set the resolution as 640x480 in the config file). Steps to Reproduce: 1. run startx in runlevel 3 or always in runlevel 5 2. 3. Actual results: have to use the mouse to push the virtual screen around the physical screen in order to access all of the screen. In runlevel 5, sometimes the image appears to split and appear in pieces. Expected results: an agreement of physical and virtual screens (hope I have the terminology approximately correct) Additional info: Could send config file and log file (did to xfree86 mail discussion group) but since this occurred even on the re-install I didn't think it was relevant.\n\nPlease upgrade to Fedora Core 2, and if the problem persists, please try xorg-x11-6.8.0 and hwdata from Fedora development. Once you've tested the latest stuff, if the problem still persists, please file a bug report at http://bugs.freedesktop.org in the \"xorg\" component and X.Org developers can then investigate the issue. Once you've filed your bug report to X.Org, if you paste the URL here, we will also track the issue in X.Org bugzilla and consider any fixes for future updates. Setting status to \"MODIFIED\" pending testing as per above. Thanks in advance.\n\nDec. 2, 2005: Thanks for the fix - have upgraded to fc4 works nicely, R.F. Snider",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1249154",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00626-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDocument URL: https://docs.openshift.com/enterprise/3.0/admin_guide/install/docker_registry.html#securing-the-registry Section Number and Name: Step 11 Describe the issue: No where in the set up does it say that you must add a policy to the users. Unable to complete steps with out knowledge of this. Suggestions for improvement: [root@master]# oc policy add-role-to-user admin trey -n default [root@master]# oc policy add-role-to-user admin trey -n openshift Additional information: more explanation on why you much have these role for the users in both project in order to push images in the docker registry container.\n\n\"admin\" on \"default\" and \"openshift\" is too wide a role for the permission you're trying to grant. \"system:image-builder\" is more appropriate, but we still haven't fully baked whether we want to encourage binding users to system roles (liggitt on copy for an opinion). Now about what you're trying to do overall. I would not expect average users to be able to push images into \"default\" and \"openshift\". Ordinarily, you'd have a user pushing images to the repository for his own project and admins and editors already have permissions to do that. Are you looking to grant someone permission to push shared images? If so, do you envision that being a manual or automated process? Such distinctions are important for proper descriptions in the doc.\n\nNormal users shouldn't have admin/edit/view roles in the default or openshift projects, only in their own projects. I'd tend to lean towards using the admin,edit,view roles for normal users, rather than roles like system:image-builder. If you want to give a normal (non-cluster-admin) user permission to push images to the openshift namespace, but don't want to give them edit access in that namespace, that should probably be a red flag that you are doing something unusual.\n\nBased on David and Jordan's responses, I am going to close this bug as WONTFIX. Please reopen if more information can be provided.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2009-0029",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom vendor-sec: Christian Borntraeger found a security relevant problem with the Linux system calls argument passing for at least s390, powerpc, sparc64 and mips: The ABI for some architectures defines that the caller of a function has to sign extend each parameter to full register width. This is a problem in Linux system call handling. For example with this system call on 64 bit: asmlinkage long sys_example(unsigned int index) { if (index > 5) return -EINVAL; return example_array[index]; } It would mean that the caller has to sign extend index to 64 bit. In this case the caller is userspace. So we cannot rely on a correct sign extension. But actually we just pass userspace delivered parameters unmodified to the system call function. The above example could break like this: The compiler can create code that will only test the lower 32 bits of the register that contain index to make sure its value is <= 5. However to access the memory location to get the value out of the array it can use the same unmodified (64 bit) register as index register, since the caller had to make sure that the upper 32 bits of the register contain zeroes. But since the value came from user space this isn't guaranteed and can lead to an addressing exception. Or userspace reads or even writes from/to memory locations it is not allowed to have access to. Please note that this has nothing to do with compat system calls. This is an issue with 64 bit kernel and 64 bit userspace but 32 bit arguments. Unfortunately the issue must be considered to be already public: http://marc.info/?l=linux-kernel&m=123155111608910&w=2\n\nCommon Vulnerabilities and Exposures assigned an identifier CVE-2009-0029 to the following vulnerability: The ABI in the Linux kernel 2.6.28 and earlier on s390, powerpc, sparc64, and mips 64-bit platforms requires that a 32-bit argument in a 64-bit register was properly sign extended when sent from a user-mode application, but cannot verify this, which allows local users to cause a denial of service (crash) or possibly gain privileges via a crafted system call. References: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0029 http://marc.info/?l=linux-kernel&m=123155111608910&w=2 http://www.securityfocus.com/bid/33275 http://secunia.com/advisories/33477\n\nCreated attachment 329100 [details] the whole patch series that went upstream as tarball\n\nThis flaw affects most 64-bit architectures, including IBM S/390 and 64-bit PowerPC, but it does not affect x86_64 or Intel Itanium. The risks associated with fixing this flaw are greater than the security risk. We therefore currently have no plans to fix this flaw in Red Hat Enterprise Linux 3, 4, or 5. Red Hat Enterprise MRG is not affected as it is not supported on 64-bit architectures other than x86_64.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=600852",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00630-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: virt-manager (0.8.2) is not affected by GNOME session management. When you log out of GNOME, virt-manager should save its state, size and position and start automatically at next login.\n\n*** Bug 600853 has been marked as a duplicate of this bug. ***\n\n*** Bug 600855 has been marked as a duplicate of this bug. ***\n\nAfter googling around a bit, sounds like session management WRT current gnome is really up in the air: there is no recommended or supported API for it whatsoever, and the option to enable is hidden in gnome-session-properties. The way most apps seem to do it now is either using the long deprecated gnome-client library, or embedding a library called libeggsmclient. The latter isn't an option for us since it's a C library and we are python. Eventually there might be a proper solution merged in gtk3 or glib, at which point I'll patch virt-manager. But until then it's like that session management is moving closer and closer towards oblivion, so truthfully not really worth tracking in a bug report. Closing as CANTFIX",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=144292",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00769-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: Version-Release number of selected component (if applicable): How reproducible: The sound works in the default desktop (Gnome) but not in KDE. I'm using Apt to update FC3 from ayo.freshrpms.net repository only. Steps to Reproduce: 1. Install current release of FC3 from DVD 2. run as root and switch desktop to KDE 3. switch MTA to Postfix 4. install Apt from freshrpms.net with default sources.list 5. perform two commands with Apt (apt-get update and apt-get dist-upgrade) 6. use SoundCard Detection item on menu system 7. Properly detects hardware as \"Via 82xx\" 8. Does not successfully play a sound. Actual results: Expected results: Additional info:\n\nGot a book, \"FC3 Unleashed\" and discovered that ALSA is the default sound system, so I tried setting the levels and saving them with \"alsamixer\" and \"alsactl store 0\" but with no improvement.\n\nWell, I'm not sure which package update fixed this problem, but when I used up2date to update FC3, the problem was resolved. It took me a while to realize that the problem had been resolved. Why? Because you have to \"lie\" to \"SoundCard Detection\" and say that you heard the sample sound. Then you have to use \"alsamixer\" to set the levels. During this operation you will notice that more \"channels\" are now showing up. Use the right and left arrow keys to select the desired channel, up and down arrow keys to set the level, and press ESC when finished with all settings. Then issue the command \"alsactl store 0\" to store the settings. You should now be able to hear the system sounds.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=8976",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00575-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIf you delete an account with rp3-config, the ifcfg-ppp* file is removed, but the /etc/wvdial.conf entry is not. When you try to recreate one with the same name, it complains that it already exists, although it does not appear in the listing.\n\nThis looks to be fixed in rp3-1.0.7 in GNOME CVS and Raw Hide. Please try upgrading to this version and let me know if it fixes the problem.\n\nIt appears that there is some discrepancy between rp3/wvdial.conf and ppp/pap-secrets, possibly due to an upgraded system: If the pap-secrets contained a server name of anything other than an asterisk, then no matter what you do to wvdial, it'll still take the pap-secrets secret (perhaps in the order that it was entered - if doing an upgrade, the old entry of ppp0 will still be present). Manually changing the server to * fixes this problem.\n\nBug 8976 has been closed because a workaround in final message, and rp3 is a deprecated package that is not in the latest releases of Red Hat Linux.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=28307",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/4.76 [en] (X11; U; Linux 2.4.1 i686; Nav) I have added support for PPP over Ethernet (PPPoE) based DSL connections to Redhat's ifup script. My changes are dependent on the PPPoE patch for pppd and kernel 2.4 with PPPoE and packet socket support. A patched version of pppd, which adds the PPPoE plugin, may be found at http://www.math.uwaterloo.ca/~mostrows/ppp-2.4.0-pppoe4.tgz. As far as I have seen, no pppd rpms contain this PPPoE plugin. The maintainer of initscripts may find a more elegant way of doing this, but I feel it is a very important feature. Here is my patch to ifup-post: --- ifup-post.orig Mon Feb 19 09:00:15 2001 +++ ifup-post Mon Feb 19 09:07:01 2001 @@ -15,6 +15,10 @@ ISALIAS=no fi +if [ x\"$PPPOE\" = xyes ]; then + pppd plugin /usr/lib/pppd/plugins/pppoe.so user $PAPNAME $DEVICE +fi + if [ \"$ISALIAS\" = no ] ; then /etc/sysconfig/network-scripts/ifup-aliases ${DEVICE} Once the above patch has been applied, adding lines such as PPPOE=yes and PAPNAME=foo to, for example, /etc/sysconfig/network-scripts/ifcfg-eth0 should allow PPPoE to work. Reproducible: Always Steps to Reproduce: 1. 2. 3.\n\nHave you tried the rp-pppoe pacakage at all?\n\nThe rp-pppoe package seems to work. Using a patch like the one above and a pppd with PPPoE support seems cleaner to me. I like to keep things as consistent as possible; the above patch handles a PPPoE connection almost the same as a traditional PPP connection. PPPoE support can be compiled as a module; if one does not use it they lose very little. Why would we want PPP in the kernel but not PPPoE? Why handle PPP with an ifcfg-* but PPPoE in with an init script? What do others think?\n\nSomething along these lines was added for the Roswell beta.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1312032",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00927-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nThis is a tracking bug for packages have patches available and need to pushed for either Python 3 subpackages and related fixes, FTBFS, updates etc.\n\nMiro, I amended a bit the patch for coccinelle and I left a note for you in the bugreport for python-pytimeparse.\n\nMiro, the maintainer for python-pytimeparse came to and pushed it, so only coccinelle is current.\n\nNo need for human readable comments in here :)\n\n0100111101001011001000000011101000101001\n\nThis tracking bug shall henceforth be for any and all bugs that have an existing Python 3 patch. If the patch is successfully reviewed and the packager has not responded to requests to push it within a specified time frame, the individual bug can then be made to block the new PY3PATCH-PUSH tracking bug instead of this one.\n\nAll tracked bugs were closed.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=89553",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00575-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: As of Mailman 2.1, a 'site list' is required, from which admin requests appear to originate. When upgrading a previous Mailman setup, this site list is not created and no indication is given that such is required. The 'INSTALL' file containing this information isn't even included in the RPM. The absence of the site list causes sender verification to fail, and hence all outgoing administrative requests fail to be delivered. Either the RPM post-install script should create this list if it doesn't already exist, or some indication should be given to the site administrator that it's required.\n\nThe file /usr/share/doc/mailman-2.1.1/INSTALL.REDHAT contains the following: - Create a \"site-wide\" mailing list (Note: this must be done before starting the mailman daemon). This is the one that password reminders will appear to come from. Usually this should be the \"mailman\" mailing list, but if you need to change this, be sure to change the MAILMAN_SITE_LIST variable in mm_cfg.py (see below). % /var/mailman/bin/newlist mailman By the way, the reason this is not done in the RPM install is because there are some manual installation tasks that have to be performed before newlist will work correctly.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=13131",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00053-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nPlease add the following lines to kudzu's pcitable, once the qla1280 and qla2x00 drivers are added to the kernel and the installer. 0x1077 0x1020 \"qlogicisp\" \"Q Logic|ISP1020\" 0x1077 0x2100 \"qla2100\" \"Q Logic|QLA2100\" 0x1077 0x2200 \"qla2100\" \"Q Logic|QLA2200\" 0x1077 0x1080 \"qla1280\" \"Q Logic|QLA1080\" 0x1077 0x1240 \"qla1280\" \"Q Logic|QLA1240\" 0x1077 0x1280 \"qla1280\" \"Q Logic|QLA1280\" 0x1077 0x1216 \"qla1280\" \"Q Logic|QLA12160\" 0x1077 0x1016 \"qla1280\" \"Q Logic|QLA10160\"\n\nWill be fixed as of kudzu-0.50, even though they may not be in the kernel (if kudzu can't find the specified module, it will just ignore the device.) FWIW, the drivers you're mapping to the qla2100 driver are already mapped to the qlogicfc driver...\n\nThe qla2x00 driver should be used as the default driver, as it is written and supported by QLogic, and supports more cards, including those that Dell is shipping today. The qlogicfc driver can remain in the kernel, loaded by customers who prefer that driver.\n\nIn Winston Beta 4, qla1280 entries made it into kudzu, qla2100 and 2200 entries did not. kudzu-0.52-3\n\nFixed in 0.52-4.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1793132",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: hostpath-provisioner - PV doesn't get removed after deleting DV (when attempting to run out of space) Version-Release number of selected component (if applicable): CNV 2.2 How reproducible: 100% Steps to Reproduce: 1. Attempt to run out of space by creating DataVolumes on a specific node. (import an image from HTTP, image type: qcow2.xz/gz) 2. When space runs out, the importer pod gets stuck in \"Pending\" status. oc get pods -w 3. Attempt to delete the DataVolume which should cause space to run out: oc delete dv 4. Check that associated PV is removed: oc get pv Actual results: Associated PV isn't removed (PVC is). Expected results: DataVolume is deleted successfully with its PVC and PV. Additional info: Storage type used: hostpath-provisioner 1) Also tested this with qcow2 images, getting inconsistent behavior: Run #1: The importer pod was stuck in \"Pending\", but no PV was created. Deleted the DV successfully. After that, tried to create a 4Gi DV (assuming there is enough space now) - importer pod gets stuck in \"Pending\" status. Run #2: The importer pod was stuck in \"Pending\", and PV was created. Deleted the DV successfully - PVC, PV deleted too. Proceeded to create a new small DV - importer pod gets stuck in “Pending”. Run #3: Same behavior as qcow2.xz/gz 2) After deleting the DV, I attempted to create a new small DV on the same node. The importer pod for this process is stuck in \"Pending\". Eventually (~25 minutes) the node status changes to \"NotReady\". oc get nodes output: [cnv-qe-jenkins@cnv-executor-alex22 cnv2329]$ oc get nodes NAME STATUS ROLES AGE VERSION host-172-16-0-23 Ready master 6d1h v1.16.2 host-172-16-0-25 Ready master 6d1h v1.16.2 host-172-16-0-26 Ready master 6d1h v1.16.2 host-172-16-0-27 Ready worker 6d1h v1.16.2 host-172-16-0-40 NotReady worker 6d1h v1.16.2 host-172-16-0-57 Ready worker 6d1h v1.16.2 yamls: dv.yaml: apiVersion: cdi.kubevirt.io/v1alpha1 kind: DataVolume metadata: annotations: kubevirt.io/provisionOnNode: host-172-16-0-40 name: dv-test-20g-qcow2-xz-1 spec: pvc: accessModes: - ReadWriteOnce resources: requests: storage: 45Gi storageClassName: hostpath-provisioner source: http: url: \"http:///.qcow2.xz\"\n\nWe should have a release note once we have a workaround for this.\n\nAdam, could you provide the proper workaround when this bug happens?\n\nAlexander, can you attempt to reproduce this and determine the least invasive workaround for when this issue occurs on a CNV 2.2 installation?\n\nSo the problem is that when we use /var/hpvolumes as the path, we are using the same partition as where the OS is running. So basically we are leaving the OS no temporary space that it uses for various things, and thus the entire node goes down. Once that happens the kubelet is dead, and nothing you do from a cluster perspective will cure it. You will have manually go into the node and free up some space so the OS and thus the kubelet can recover, after which everything should start working again. Solution: Make a separate partition for your storage needs that does not share storage with the OS.\n\nOpened a PR against the hpp, to have a warning in the README about not sharing the storage with the OS. https://github.com/kubevirt/hostpath-provisioner/pull/39\n\nAlexander confirmed the workaround is to access the node and free up storage. I believe the next step is to engage the Documentation team to update the product documentation with a recommendation similar to the one given in https://github.com/kubevirt/hostpath-provisioner/pull/39.\n\naccording to comment #6, moving this bug to doc team. And the cloned bug 1794050 in Storage component to fix the real issue in future release.\n\nWarning admonition added to two modules, after the prerequisite steps for 'Create a backing partition...` PR: https://github.com/openshift/openshift-docs/pull/19846/files Sorry, there's no preview build, but all affected content is in the following (not-updated) section: https://docs.openshift.com/container-platform/4.3/cnv/cnv_virtual_machines/cnv_virtual_disks/cnv-configuring-local-storage-for-vms.html Note, this change is only targeted to CNV 2.2, as bz#1794050 is fixing this for 2.3\n\nAndrew, docs PR looks good to me, merge please. Thanks.\n\nThis update was included in the most recent 4.3 build. It can be viewed here: https://docs.openshift.com/container-platform/4.3/cnv/cnv_virtual_machines/cnv_virtual_disks/cnv-configuring-local-storage-for-vms.html",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=121987",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00769-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: #ab https://www.x.com SSL not compiled in; no https support Additional info: Please add SSL support to \"ab\" if possible, I guess it's a compile option. Apache has ssl support (openssl and modssl installed)\n\nFedora Core 1 is maintained by the Fedora Legacy project for security updates only. If this problem is a security issue, please reopen and reassign to the Fedora Legacy product. If it is not a security issue and hasn't been resolved in the current FC5 updates or in the FC6 test release, reopen and change the version to match. Thanks! NOTE: Fedora Core 1 is reaching the final end of support even by the Legacy project. After Fedora Core 6 Test 2 is released (currently scheduled for July 26th), there will be no more security updates for FC1. Please use these next two weeks to upgrade any remaining FC1 systems to a current release.\n\nClosing per lack of response. Also note that FC1 and FC2 are no longer supported even by Fedora Legacy. If this still occurs on FC3 or FC4, please assign to that version and Fedora Legacy. If it still occurs on FC5 or FC6, please reopen and assign to the correct version. I tested this and it works fine in FC6. I don't know exactly when this was fixed, but I'm closing the bug. Reopen per the above if it still occurs on a still-supported Fedora Core version.\n\n*** Bug 139636 has been marked as a duplicate of this bug. ***",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=9271",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00499-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nWe have just upgraded from Linux 5.2 to 6.1 and have upgraded to bash2* as well. The problem is that when users go into their .bashrc or .profile and do 'set -o vi' they are unable to operate in vi mode. However if they type it in manually at the prompt, they are able to use this mode. We also have a problem with the 'history'- as it takes a number of presses of the arrow keys to get a previous command to appear on the command line. In other words, you just can't press the up arrow to get the previous command to appear- the number of presses varies to get something to show up on the line. Thank you for your help-\n\nThis should be fixed in 7.0.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1915",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00632-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI apologize if this is a well-known problem, couldn't find it in the data base. Problem is the ghostscript configuration. GS, as delivered with RH 5.2, does not include the \"pnmraw\" device, which is required by ImageMagick to convert PS/EPS to any other image format. This makes Imagemagick unusable for one of its IMO most important tasks, converting EPS (used e.g. with LaTeX) to Web-suited image formats as PNG, GIF, or JPG. Reconfiguring the GS package to include the \"pnmraw\" device would suffice to solve the problem. Of course I can do that myself, but I think this should be fixed in a well-configured system.\n\nThis has been fixed in post RHL 5.2 releases of ghostscript, available in RawHide, the Red Hat Linux 5.9 beta, and of course it will be fixed in Red Hat Linux 6.0.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=131685",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8 Description of problem: After installing a fresh Fedora Core 2, I noticed that they are pages and pages of inconsistencies if I'm using one of the superblock backups in fsck.ext3 instead on the master one. Reading the changes in the implementation of e2fsck, I noticed that updates of the backups seem to be now only done when major changes occured. In that case, there seem to be major differences because if I try to repare my filesystem using one of the backups, many files seem to be broken. Is there a way to resynchronize the backups with the \"master\" ? Version-Release number of selected component (if applicable): e2fsprogs-1.32-6 How reproducible: Sometimes Steps to Reproduce: 1. Install a fresh FC2 2. check the filesystem using a backup superblock 3. try to force a fsck.ext3 Actual Results: There seems to be a lot of desynchronization between Group0 superblocks and backups Expected Results: After an fsck.ext3 on the partition, superblock backups should be synchronized Additional info: Things are worse when you try a kickstart install for some reason\n\nRemoving the security severity, this is a bug, not a security issue.\n\nSorry Josh, but as far as I'm concerned it's a (data) security issue ;-) but I accept it as a \"bug\" anyway\"\n\nAssigning to kernel. Superblock backups are handled by the filesystem itself.\n\nThis behaviour is intended. Large filesystems can have many backups (although the number is limited if you build the fs with sparse superblocks, which is the default these days.) Updating them all synchronously would be an unacceptable performance penalty. It would also defeat part of the purpose of the backups: if something goes wrong, the backups should remain pristine so that they can be relied on during the fsck. Now, some things in the backups will go out of date. That includes the fs-wide and per-group free block / free inode counts, the last-mounted-on timestamps and so on. If you fsck from the backup, then some minor inconsistencies are expected, especially regarding the per-block-group counts. But these counts can be completely recomputed by reading the filesystem bitmaps. But if you're claiming \"many files seem to be broken\", that would imply there's actual *file* damage, not just bitmap count damage, that is dependent on the precise superblock in use. That's not expected (unless the superblock or backups are physically damaged in some way so that the static data in them is out of sync); if you can reproduce it, could you please attach a log showing the problem? Otherwise, it's just running as designed.\n\nI'll try to get time to reproduce the bug but as far as I can see it, it really appears to be a bug. I understand the \"small\" out of synchronization issues as you stated them and it fits what I found out myself. However, when I say \"broken\", it meens that as far as I don't do a fsck with a superblock backup, things are ok (and I can use my computer as usual) but when I restart the computer after an fsck, I end up with kernel panic issues because some files can't be found (typically the init file but it can be others). I'll try to reproduce the bug and send you some logs about the problem but since it involves reinstalling a computer from scratch, it can take some time.\n\nFC2 shipped with e2fsprogs-1.35-7.1. Where did the 1.32-6 version come from? Or was this a beta you were using?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=172610",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIn X11R6 and earlier, /usr/X11R6/lib/X11 was used for storage of various data files, fonts, etc. The \"filesystem\" package provided a /usr/lib/X11 symlink pointing to /usr/X11R6/lib/X11 for compatibility with very ancient applications, however in X11R7, /usr/lib/X11 is now a real directory. Most of the files that used to be present in /usr/X11R6/lib/X11 were architecture independent data, and they will end up in /usr/share/X11 in modular X, however there are some modular X packages which may still install some files into /usr/lib/X11, and so they must also own this directory, which means it can no longer be a symbolic link. In order to correct this problem, the \"filesystem-2.3.6-1\" package, no longer provides the /usr/lib/X11 symlink. Any package that installs real files into /usr/lib/X11 (which should only be X.Org packages, as no other package should ever put things there), must now have: Requires: filesystem >= 2.3.6-1 added to it, to avoid a conflict with the older filesystem package.\n\nNOTE: To clarify futher /usr/lib/X11 usage *NO* Fedora/RHEL packages should install anything into /usr/lib/X11 unless they are part of X.Org X11 itself. This directory is for the exclusive use of the X Window System, much like /usr/lib/xchat is for the exclusive use of xchat. Packages that are not part of the X Window System need to stop abusing the filesystem layout and put their files in their own directories. I'll be getting very strict and cracking the whip about this real soon.\n\nCare to add filesystem-2.3.6-1 to prc ?\n\nDoh, good idea.\n\nfilesystem-2.3.6-1 is now available for download via ftp at the following URL: ftp://people.redhat.com/mharris/testing/xorg-modular-fc5\n\nI think I fixed up all of the packages in this category\n\nDocumentive update: While all of these packages did and do need the dependency on \"filesystem\" that was added, a bigger problem has arisen, which we had to create a new package called xorg-x11-filesystem to handle. All of the packages that were updated to depend on the newer \"filesystem\" package, now need to be updated to also \"Requires(pre): xorg-x11-filesystem >= 0.99.2-2\" in order for upgrades to work properly.\n\nActually, if I put the \"filesystem\" dep in the xorg-x11-filesystem package, then all the packages can depend on xorg-x11-filesystem instead, and they don't all have to cart around the dependency. I'll update things as I find them.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1410",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nOn both RedHat 5.2 and 5.0, we have the same problem. When on the console the user presses on Caps_Lock or Num_Lock, the terminal hangs for 13 seconds. Everything works correctly, but 13 seconds is a long time to wait for a keypress to work! The effect is the same whether X11 runs or not. We use the following keymap file: /usr/lib/kbd/keymaps/i386/qwertz/fr_CH-latin1.map.gz although the same problem continues to happen when I used loadkeys to switch back and forth with the US keymap. I have used loadkeys to change the key mapping for keycode 58 between Caps_Lock and, for example, \"a\". The problem disappears when the mapping is changed from Caps_Lock, but reappears when the mapping is restored. For us the priority is fairly high on this problem because linux is more and more being used on user's desk and they don't understand when told that the Caps_Lock key doesn't work and of course when they press either Caps_Lock or Num_lock by error, they get very confused when the keyboard stops working and then they complain to their boss who complains to me... I have searched every archive I could get my hands on and saw nothing relating to this problem. My guess would be that it might be related to our hardware configuration. We see this on all our HP Vectra VL2 and XM2. These are 486 PC's. Our keyboard is the SwissFrench one, but I've just restarted my test PC with our lone US keyboard and directly at the login prompt the problem appears: press Caps_Lock and 12-13 seconds later linux starts echoing characters again. When I rlogin to the PC, in my rlogin window the problem doesn't appear. Alain Brossard brossard\n\nDave, have you been able to verify this on 5.2? I can't on 5.9 beta, so I assume console-tools has fixed it, but I'd like to know if you can verify.\n\nI was unable to replicate this problem on a freshly installed 5.2 machine.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=62295",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00897-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nFrom Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.0.0; Linux) Description of problem: Rebooting Skipjack causes the Sony Vaio PCG-FXA36 laptop to be stuck at the BIOS screen with the IDE led stuck on. It sometimes shows a keyboard stuck error, but most of the time shows a graphical Sony logo that completely blocks obscures the BIOS text info. Testing: kernel-2.4.7-10.*.rpm FAILS to boot with kernel oopses. kernel-2.4.9-31.athlon.rpm HANGS on reboot kernel-2.4.18-0.[4-12].athlon.rpm HANGS on reboot kernel-2.4.9-31.i686.rpm SUCCESS in reboot kernel-2.4.18-0.[4-12].i686.rpm SUCCESS in reboot It seems that Red Hat i686 kernel packages do not exhibit this problem, while athlon kernel packages do. It may be notable to mention that both i586 and athlon arch packages of Mandrake 8.2 do not reboot properly, so they may be compiling in different options that trigger this. Version-Release number of selected component (if applicable): skipjack-beta1 How reproducible: Always Additional info: 1. Mandrake 8.2 on this machine has the same problem. 2. MandrakeForum has some reports of non-laptop Athlon machines exhibiting this behavior. 3. eric owns the same model Sony FXA-36 laptop and has reported the same problem to the Skipjack mailing list. (All current FXA series laptops have the same motherboard chipset, but different processors.)\n\nI forgot to mention that \"noathlon\" kernel option did not change test results of the failed kernels above.\n\nCreated attachment 51324 [details] \"dmesg\" output\n\nCreated attachment 51325 [details] \"lspci -v\" output\n\nCreated attachment 51326 [details] dmidecode output (suggested by Mandrake kernel developer)\n\nThis problem did not exist in earlier athlon arch kernels. Would it be possible for me to have access to older athlon Rawhide kernel builds in order to do testing to find when this bug was introduced?\n\nThis page http://www.myplc.com/sony/vaio_unix_guide.htm thinks that this is a hard drive controller issue. One guy recompiled the Rawhide kernel with experimental ACPI and it prevented the reboot freeze. Installing the i686 arch kernel rather than athlon arch also prevents the reboot freeze.\n\nStill exists in Red Hat 7.3 release.\n\nI have the same problem on 7.2 and 7.3\n\nFor now you can use the i686 kernel to avoid this reboot bug. Alternatively you can compile yourself an ACPI capable kernel, although you will want to use the latest 2.4.19-pre- Alan Cox kernel to have a working ACPI implementation that doesn't crash.\n\nI fail to see how ACPI could make *ANY* difference in this. The only difference between the athlon and i686 kernel is how memcpy() is implemented....\n\nAPM athlon gets stuck in reboot with IDE light stuck on. APM i686 reboots fine. ACPI athlon reboots fine. ACPI i686 reboots fine. I can't explain it. I only know this through empirical testing.\n\nCompaq Presario 700 series with Mobile Athlon or Duron processor has the same hang in BIOS with HD light stuck on after rebooting from Red Hat athlon optimized kernel. rpm --force installing the i686 kernel RPM fixes this problem on this series of laptops too. This may be more generally a \"Mobile Athlon w/ certain VIA Chipset\" problem.\n\nConfirmed still hangs after reboot with athlon kernel-2.4.18-7.80, but not i686 kernel-2.4.18-7.80 of Limbo2.\n\nOk I think I have a handle on this, it seems you bios doesn't like the LOCAL APIC config option, which happened to be turned on for Athlon and off for i686\n\nWould a permanent solution in the kernel be possible, or we must always use a the i686 workaround?\n\nI've disabled local apic for athlon kernels too in the config, that'll be in the next build\n\nkernel-2.4.18-0.75.athlon reboot SUCCESS kernel-2.4.18-0.75.i686 reboot FAIL kernel-2.4.18-0.75.i586 reboot SUCCESS kernel-2.4.18-0.75.i386 reboot SUCCESS Should close bug?\n\nAnaconda using kernel-2.4.18-10.99 locks up after reboot. Can this fix be applied to that kernel too?\n\nSo, looks like we still need to do something with the boot kernel, but since we don't run separate boot kernels (per arch) not sure what the correct fix is here. Reopening to get an answer.\n\nUnfortionatly we can't do this for the BOOT kernel since that would disable the workaround needed for buggy 440GX chipset bioses ;(\n\nReproduced this problem on the Compaq Presario 900US. This laptop has an ALi chipset, unlike the Sony Vaio FXA series and Presario 700 series which both have VIA. This may be indicative that this is more generally a Mobile Athlon kernel problem. Unrelated bug: This Presario 900 series laptop seems completely inoperative with the ALI IDE kernel drivers, failing after over a minute of attempting to access the hard drive or CD-ROM IDE devices. I am testing it with various other kernels tomorrow.\n\nIf the ALi problem is present in the Null beta kernel please open a seperate bug for it and stick alan in the cc line. Thanks\n\nBug 72387: (Compaq Presario 900) ALI15X3 IDE fails Bug 72388: (Compaq Presario 900) 8139too module fails\n\nHi: I have a Sony Vaio FXA47 with Red Hat 8.0 and kernel 2.4.18-17.8.0. Guess what, systems still hangs when rebooting, displaying the Sony logo and the LED is stuck. IF you wait some time, the BIOS eventually tells you that there was a keyboard error. I checked the config and it says \"Local APIC support on uniprocessors\" is disabled, but the problem persists. Any chances on seeing this issue fixed? Thanks, Luis Delgado (Curly Howard) pangair\n\npangair, Are you sure that you installed the athlon arch kernel?\n\nHow do I check that out? Thanks.\n\npangair, Sorry I'm not exactly sure how to check which arch kernel is currently running. Arjan will know. Oh BTW, could you please read Bug 74315. Our laptops are virtually the same except for the BIOS revision (which you can flash to be the same.) Could you please read Bug 74315 and check if you experience this problem too? Thanks, Warren\n\nWithin Phoebe, still locks up in BIOS after rebooting from the BOOT kernel, but athlon arch kernel is fine.\n\nsupposed to be fixed in recent kernels; apic is off for the BOOT kernel\n\nPhoebe3's installer no longer locked up after installation. Seems fixed.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=121040",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00928-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nWhenever you create a file on an jfs filesystem, some amount of other in-memory data, _not_ the file's contents and _not_ something which is present in the same filesystem or which previously was in a file at all, gets written to the device holding the filesystem. Could be a security issue if you have stuff in memory like crypto keys and don't expect them to get stuck on disk (well unless swapped) Issue is a fairly minor severity Similar to CAN-2004-0133, reported by Solar Designer of OpenWall on Feb28. Embargo lifted April 14th 2004 (note does not affect RHEL2.1 ia32)\n\nPatches at: http://linux.bkbits.net:8080/linux-2.4/cset@4056b368s6vpJbGWxDD_LhQNYQrdzQ http://linux.bkbits.net:8080/linux-2.4/cset@40575a9epBHk-c8KEyc5eYwpXn6Cgg\n\nAn errata has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2004-504.html",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=653100",
+ "domain": "bugzilla.redhat.com",
+ "file_source": "part-00632-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDescription of problem: Apologies if this isn't anaconda-related; I wasn't sure exactly where it should go. Anyway, I have /home on a partition that I didn't want touched on a new install, so I selected custom install, and kept the same username (upgrading from F12). When asked, I selected 'use the existing home dir as yours'. I was assigned UID 500, but all the untouched partitions for which I'd specified mount points were assigned a UID:GID of 501 (which doesn't exist). Version-Release number of selected component (if applicable): How reproducible: Fresh install, custom partition, reuse home directory Actual results: All specified mount points given UID:GID that isn't in /etc/passwd Expected results: All specified mount points given UID:GID of 500 Additional info: / was the only partition formatted. /home and all other partitions (which I have under /mnt) were assigned during the install but otherwise left untouched.\n\nWhat UID/GID did you have before upgrading?\n\nAh. That didn't occur to me. Now that you ask, it seems that the most likely answer is that it was 501, and that this isn't a bug at all. However, there've never been more than two users on the computer, and I always added myself as the default user on install. Alas, I've no idea what UID I had, and it's possible that it was 501 when I upgraded from 10->12 (or earlier) via yum. If there's a way of finding out the original UID, please let me know and I'll dig it out.\n\nNone that I can think of offhand. Sorry.",
+ "content_format": "markdown"
+ }
+]
\ No newline at end of file
diff --git a/cnet_com/cnet_com_samples_markdown.json b/cnet_com/cnet_com_samples_markdown.json
new file mode 100644
index 0000000000000000000000000000000000000000..49526733978d13d4bdcd9306248efcd6cded8637
--- /dev/null
+++ b/cnet_com/cnet_com_samples_markdown.json
@@ -0,0 +1,702 @@
+[
+ {
+ "url": "https://www.cnet.com/forums/discussions/virus-on-my-laptop/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 2 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 4 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 5 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 6 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 7 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 7 hours ago How to Clean a Car Interior Like a Professional Detailer 7 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 7 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 8 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 9 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/computing/managing-quick-look-in-full-screen-in-mountain-lion/",
+ "domain": "cnet.com",
+ "file_source": "part-00282-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Managing Quick Look in full screen in Mountain Lion\n\nMountain Lion supports full-screen options for Quick Look that can be exceptionally useful when previewing files.\n\nApple's Quick Look feature in OS X is a convenient way to preview the contents of a document before opening it fully in an application. To invoke Quick Look, simply select a file in the Finder and press the spacebar, and you will see a window appear that shows a view of the contents of the file, or for unsupported file types will show the file's icon along with some information about it.\n\nQuick Look uses small plug-ins that provide it with a lightweight interpretation of a specific file format, so it can display some detail about the file to you. While convenient, the initial implementations of Quick Look in past versions of OS X have had problems with either displaying large quantities of content that you had to scroll through, or getting stuck when resizing windows when you switch between items, sometimes resulting in a small window being used to display a large image and making it difficult to see.\n\nWhile these issues may still happen from time to time in Mountain Lion and while you can resize the Quick Look window manually to accommodate its contents, Apple's use of full-screen modes for applications makes managing these occurrences a bit easier.\n\nWhen you invoke Quick Look, you will now see a small zoom option in the top right of the window, and as with any application that supports a full-screen view, when clicked this will bring the current Quick Look view to full screen (Quick Look's full-screen option is a little unusual in that it does not occupy its own space, but rather is an overlay to the current space).\n\nIn addition to the full-screen option, Apple has included a small shortcut for invoking full screen that can make navigating and previewing files with Quick Look much easier. With the Quick Look window open simply pinch-zoom on a multitouch trackpad and the Quick Look window will expand to full screen. If you do not have a multitouch trackpad, then you can hold the Option key when pressing the spacebar to invoke Quick Look immediately in full-screen mode.\n\nFor image files, holding the Option key down will display the images at their native resolution in full-screen mode, but you can release the Option key in this mode to have Quick Look zoom the image to the entire screen.\n\nThese full-screen options makes previewing some files' contents far easier, especially if they contain formatted text, which is common in Office documents.\n\nQuestions? Comments? Have a fix? Post them below or e-mail us!\n\nBe sure to check us out on Twitter and the CNET Mac forums.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/hd-runs-continously-after-xp-install-44177/",
+ "domain": "cnet.com",
+ "file_source": "part-00222-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 5 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 7 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 8 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 9 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 10 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 10 hours ago How to Clean a Car Interior Like a Professional Detailer 10 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 10 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 11 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 12 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/win-xp-pro-pc-won-t-shutdown-or-restart-how-to-fix-23573/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To When Was the Last Time You Changed Your Wi-Fi Password? Here's How to Do It 1 hour ago How to Get the Right Size Heat Pump for Your Home 4 hours ago Location Matters When Setting Up Your Mesh Router. Avoid These Spots 5 hours ago 5 Things to Know Before Getting a Heat Pump 5 hours ago How to Pick and Use Your First Credit Card 5 hours ago The IRS Has Sent $16.6 Billion in Tax Refunds Two Weeks Into Tax Season 2025 5 hours ago Here's How Much You'll Earn if You Deposit $10,000 Into a CD Now 5 hours ago Apple's iPad 10 Is the Screen I Reach for the Most, and It's $70 Off for Presidents' Day 6 hours ago Ready to Burn It All Down? I've Got the Perfect Valentine's Day Movie For You 7 hours ago All the Ways You Can File for Free This Year, From TurboTax to FreeTaxUSA 7 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/restore-from-backup-auto-sync-setup-in-galaxy-note-2014-609007/",
+ "domain": "cnet.com",
+ "file_source": "part-00282-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Stop Overpaying. This Quick Trick Can Help You Save $100 on Your Electric Bill 10 minutes ago Here's How Students Can Use AI to Manage Their Time 43 minutes ago This Affordable Laptop Is My Daily Go-To and It's Even Cheaper for Presidents Day 43 minutes ago The Only 4 Tips You Need for the Crunchiest Air Fryer French Fries Ever 47 minutes ago Enhance Your Apple Watch With My 7 Favorite Well-Wristed Tips 1 hour ago Internet Down? Here’s How to Get Back Online Like a Pro 1 hour ago Gas Stove Won't Light? Try These Solutions 1 hour ago This Google Flights Feature Got Me Ultracheap Plane Tickets on Bucket List Trips 2 hours ago Social Security 2025: Here's the Maximum Amount of Money You Can Receive Monthly 2 hours ago iOS 18 Cheat Sheet: Your Guide to Apple Intelligence and iPhone Updates 2 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/services-and-software/how-to-enable-touch-pad-gestures-on-windows-8-laptops/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# How to enable touch-pad gestures on Windows 8 laptops\n\nThe new Windows 8 release to manufacturing doesn't seem to support touch-pad gestures out of the box, so you may need to download the drivers yourself.\n\nInstalling the Windows 8 RTM (release-to-manufacturing) on my two laptops went smoothly yesterday except for one problem -- no gesture support.\n\nTrying to navigate the Start screen and other areas of the new OS, I found that left and right clicking on the touch pad worked fine. But using two fingers or other gestures to scroll or move around had no effect.\n\nA Web search discovered other testers and users bumping into the same obstacle. This is odd, because I ran into no such problems with the Windows 8 Release Preview. So why doesn't Windows 8 RTM handle touch-pad gestures right off the bat?\n\nA Microsoft representative confirmed to CNET that Windows 8 RTM offers a generic driver that recognizes the touch pad as input, but the edge and multitouch gestures are not supported. In contrast, the Windows 8 Release Preview came with Elan alpha drivers to give people a taste of the full multitouch experience.\n\nElan and Synaptics are both working on updated touch-pad drivers, according to the rep. Those aren't yet public, so Microsoft can't distribute them. Many PC vendors also offer drivers that can enable multitouch gestures, but those aren't yet fully optimized for Windows 8.\n\nI resolved the problem by downloading drivers directly from Synaptics. I first hunted the Web for Windows 8 touch-pad drivers, but that search proved empty. Going directly to the Synaptics Web site, I discovered a page for generic touch-pad drivers for every operating system from Windows 95 to Windows 7, but no Windows 8 yet.\n\nDownloading the Windows 7/Vista/XP drivers did the trick, though. After installing the 64-bit drivers in the Windows 8 RTM, I got my gestures and a full control panel for the touch pad where I could adjust all the settings. The drivers also picked up the red pointing stick on my Lenovo laptop, so I can now tweak that as well as my touch pad.\n\nThe Windows 7 Synaptics drivers seem to fill the niche just fine, at least until Windows 8-specific drivers become available.\n\nUpdate, 10:15 a.m. PT: Adds response from Microsoft.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/norton-password-manager-2004-166369/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Best Tax Software 2025: TurboTax Is Our Pick, but These Options May Work Better for You 11 minutes ago How to Check if Your Expired At-Home COVID Test Is Still Valid 33 minutes ago 7 Ways You Aren't Using Your Smart Display (but Should Be) 33 minutes ago Carry-On Luggage: What to Pack (and What to Skip) for a Hassle-Free TSA Experience 1 hour ago This iPhone Feature Can Give Your Data an Extra Layer of Security 2 hours ago Not Ready for AI? The Easiest Ways to Opt Out of Apple Intelligence 2 hours ago Homeowner Tax Perks: Secrets to Boosting Your Refund 3 hours ago Don't Believe TikTok. Trump's ERS Doesn't Mean the End of Income Taxes 5 hours ago This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 14 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 15 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/services-and-software/ie-security-bug-leaves-files-vulnerable/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# IE security bug leaves files vulnerable\n\nMicrosoft is investigating a vulnerability in Internet Explorer that could give attackers free rein in reading known files on targeted computers.\n\nThe bug is the latest in a long history of vulnerabilities involving the use of Web scripting languages to circumvent browsers' security restrictions. One of the most widely used of these scripting languages, which let Web sites execute one or more actions on visitors' computers, is JavaScript.\n\nNormally, a Web site can point to a local file on a visitor's computer and call that file up in a browser window. Under IE's security restrictions, only the visitor should be able to read it.\n\nBut in a scripting sleight of hand demonstrated by Bulgarian bug hunter Georgi Guninski, IE 5.5 lets the Web server inject a JavaScript address into the window displaying that local file--and through that scripting code read targeted files and relay them back to the Web server.\n\nThe fault lies in IE's Web Browser control, an ActiveX control that manages the sending and receiving of files. The problem is that the control is handling the JavaScript code in the security context of the visitor's computer, rather than in the Web site server that planted it.\n\nMicrosoft said it was investigating the problem but declined to comment further on it or the technologies involved.\n\nSecurity analysts said the risk from such a scenario was high, and that the frequency of similar vulnerabilities pointed to a fundamental problem with the security models Microsoft and other software companies employed for their consumer products.\n\n\"The technology required is not new,\" SecurityFocus.com analyst Elias Levy wrote in an advisory on the bug to the Bugtraq security mailing list. \"It's been available for years in 'trusted' operating systems used for some purposes by the military. Things like compartments, capabilities, privileges, information labels and data tainting need to be adopted by consumer operating systems.\"",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/no-new-folders-35063/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Trump's IRS Hiring Freeze Probably Won't Delay Your Taxes -- but This Definitely Will 1 hour ago My Budget-Friendly, High-Protein Air Fryer Guilty Pleasure Snack 1 hour ago Tariffs Explained: What They Might and Might Not Mean for Everyday Prices 1 hour ago These 3 Easy Steps Helped Us Reuse an Old Phone as a Security Camera 1 hour ago Everything Coming to Universal Orlando Resort: Epic Universe in 2025 2 hours ago 7 Vital Airbnb Checks to Make When You Arrive 2 hours ago Best Security Cameras for Alexa in 2025 3 hours ago Siri Got a Makeover: Here's How to Make Your iPhone Glow 3 hours ago Social Security February 2025: Your Money Is on the Way 4 hours ago Stain Removal Guide: How to Scrub Blood, Grease, Wine, Oil and More From Clothes 4 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/culture/red-hat-seeks-to-certify-the-cloud-q-a/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Red Hat seeks to certify the cloud (Q&A)\n\nExec Mike Evans talks about how Red Hat aims to extend its dominance in on-premise Linux deployments to off-premise cloud deployments.\n\nFor all the hype around cloud computing, two big issues continue to keep CIOs from feeling safe participating: security and interoperability. Red Hat, by announcing its Premier Cloud Provider Certification and Partner Program and Amazon's entry in that program, hopes to allay these concerns and claim for itself a significant percentage of the money set to pour into the cloud-computing gold rush.\n\nFor the past five years, CIOs have given Red Hat top ranking for value. A significant part of this value, as Red Hat CEO Jim Whitehurst revealed on Red Hat's first-quarter earnings call, is the company's ability to corral a complex array of third-party software vendor certifications and package them into the Red Hat Enterprise Linux platform, giving the CIO peace of mind that whatever the application, it will \"just work\" on RHEL.\n\nNow Red Hat wants to bring that peace of mind to the cloud, effectively giving CIOs a way to follow the Red Hat brand well beyond the four walls of their data center into public cloud offerings like Amazon Web Services, and then back to their own private clouds, if they so choose.\n\nWith over 3,500 applications certified to work with RHEL, and likely thousands of others that haven't sought formal certification, Red Hat is offering CIOs a safe way to extend their computing to the cloud. Intriguingly, it's likely that only Microsoft can make similarly potent claims, given its own application ecosystem and core infrastructure that can be used to power cloud computing.\n\nRed Hat and Microsoft, duking it out to be the center of the cloud.\n\nThe two companies bring a very different mindset to cloud computing, not the least reason being that Microsoft's cloud offering, Azure, also competes with the very cloud providers it hopes to enable. Red Hat is not competing with its partners.\n\nRed Hat's strategy is founded in choice, as I discovered in a call with Mike Evans, Red Hat's vice president of Corporate Development, who has been heading up Red Hat's cloud-computing efforts.\n\nQ. Red Hat isn't one to try to hang out with \"the cool kids,\" just because they're cool. Why is Red Hat getting into cloud computing now? What do you hope to accomplish?\n\nEvans: Some may not remember, but Red Hat has actually been involved with cloud computing since at least 2007, when we announced we were offering RHEL in Amazon's Elastic Computing Cloud (EC2) service. During that time we were fine-tuning our cloud offering, not only technologically but also from a support and business model perspective. Cloud computing is a fundamental shift in how software gets delivered, and it took roughly 18 months of largely beta testing to get to a point where we felt we had an offering that could live up to Red Hat's reputation for quality and service.\nDuring that beta period, we spent a lot of time talking with CIOs, trying to understand their concerns with cloud computing and how Red Hat could overcome them. CIOs have two primary concerns with cloud computing--security and interoperability--but also worry around SLAs [service-level agreements], compliance, and more. The area where Red Hat felt like it could have the biggest immediate impact is on interoperability.\n\nThere are three levels of interoperability: data formats, management and measurement, and applications.\n\nData-format interoperability is the lowest level, and basically means, \"Once I'm running my application with Cloud Provider X, can I get my data out and move my application to Cloud Provider Y?\" This turns out to be non-trivial to overcome if different cloud providers run on different \"substrates,\" or infrastructure components like operating system, application servers, etc.\n\nThen there is the management and measurement piece. Once IT starts working with a given set of tools like Hyperic for managing its cloud assets on, for example, its Rightscale cloud, will it be able to continue using these same tools if it moves to a private cloud or Amazon cloud? A CIO needs to know that its tools investment will follow it from cloud to cloud. Again, this is difficult when switching between disparate cloud \"substrates.\"\n\nFinally, interoperability is a question of application portability. How can a CIO be sure that an application written for a Google cloud will work with Salesforce, Amazon, or another cloud?\n\nAt the macro level, Red Hat and open source can break down these interoperability barriers. We can't hide behind proprietary APIs. It's in our DNA to be interoperable.\n\nIt's also in cloud computing's DNA. Today, virtually every cloud-computing service, with the exception of Microsoft's, is built using open-source software. This works to Red Hat's advantage, because the world is already building cloud computing on Linux, for example.\n\nFor its part, Microsoft, too, will need to eventually capitulate to open source because it simply won't be able to keep up. Imagine having to rewrite all of the great open-source cloud software like Hadoop. How can Microsoft do that and remain competitive?\n\nWhy Red Hat? What role does your certification program play in all this?\n\nEvans: Red Hat is firmly positioned to take on CIOs' core concerns with security and interoperability. With JBoss, RHEL, and our virtualization offerings, Red Hat already provides the trusted low-level infrastructure, or \"substrate\" as I've called it, upon which many CIOs depend. Given that we believe most cloud-computing involvement, at least initially, will be in private clouds, it's important that CIOs feel they can trust their cloud infrastructure. Red Hat delivers that trust.\nWe want, however, for CIOs to feel that they can move to public clouds like Amazon Web Services with confidence, so this certification program offers cloud-computing vendors a way to tell reluctant CIOs, \"This cloud is safe for you.\" Our business model is founded in choice, as CIOs know. We're looking to make clouds safe, not a new way to lock them in. This new certification program is a significant step toward making cloud computing a reality for many CIOs that would otherwise be too nervous.\n\nWe're also offering a great way to bring confidence to ISVs that don't want to have to rewrite their applications for all the different cloud-computing providers. One aim of this certification program is to provide a certified, common substrate to which ISVs can write their applications. Many ISVs will find that the work they've already done to certify to RHEL will work just fine with RHEL in the cloud. JBoss, for example, worked \"out of the box\" when we ran it in the cloud for the first time.\n\nFinally, CIOs are concerned about getting support and security updates for their applications and workloads, whether running on private clouds or public clouds. CIOs aren't dumping their private computing infrastructure in a mad rush to public clouds. They want good ways to leverage both. This Red Hat program certifies select cloud providers that have a strong support, technical, and business partnership with Red Hat, giving CIOs confidence to move into the public cloud.\n\nIn these ways, Red Hat is taking the complexity and risk out of cloud computing for end customers, ISVs, and cloud providers. We spent 18 months making the cloud work for Red Hat, and now want to make those efforts available to others through this certification program.\n\nFollow me on Twitter @mjasay.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/galaxy-grand-duos-gt-i9082-setting-storage-defaults-594962/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 1 hour ago Here's What Happens to Your Tax Return if the Government Shuts Down 3 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 3 hours ago How to Use AI to Write a Cover Letter 4 hours ago Not All Houseplants Are Pet-Safe, but These 7 Are 4 hours ago How to Use Your Home Security Devices Without Wi-Fi 4 hours ago Trimming Down? Avoid These 6 Weight Loss Mindsets for Better Results 4 hours ago Stay Warm and Save Money by Setting Your Thermostat to This Temperature 4 hours ago This Is How We Made an All-Natural Cleaner With Stuff We Had at Home 5 hours ago Our Best Tips to Protect Your Smart Home Tech in the Snow and Rain 6 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/mobile/turn-your-phone-into-a-document-scanner-with-adobe-scan/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Turn your phone into a document scanner with Adobe Scan\n\nThrow your scanner into the trash immediately! Adobe's free app lets you capture, store and share all manner of documents. Here's how it works.\n\nUsing your phone to \"scan\" documents is nothing new. Using an Adobe app to snap, store and share those scans? That's new.\n\nAdobe Scan (Android|iOS) is a free tool that turns your phone into a document scanner. With it, Adobe joins the likes of Office Lens and Scannable in providing a fast and easy way to capture receipts, business cards, whiteboards and the like.\n\nAlthough it's pretty simple to use, there are a few things you should know about Scan -- so let's do a quick tutorial.\n\n### Scanning with Scan\n\nAfter installing the app, you'll need to sign into your Adobe account -- or sign up for one if necessary. It's free to do so, though it's not immediately clear how much storage is available as part of that free account. (I even signed into my Adobe Document Cloud in a desktop browser, but my selected plan was simply the \"free\" one -- no mention of storage allotment.)\n\nTo scan a document, just tap the camera icon and line it up to fill as much of the screen as possible. You'll need at least moderate lighting for the app to perform its automated edge detection and snap the first scan. If you have more than one page, just flip to the next one, line it up and wait for the next snap. Repeat as needed until you've captured all the pages.\n\nThe app will continue looking for documents to capture until you tap the document thumbnail in the lower-right corner (or turn off auto-capture, which is the icon second-from-right in the top-right corner).\n\n### Tweaking your scan\n\nAfter you've completed your scan, you'll have the option to make changes -- starting with the name. Tap the little pencil icon up top if you want to rename the document from the default \"Scan [date].\"\n\nAcross the bottom, there are six edit icons. From left to right:\n\n* Capture more photos to add to this scan, or import from your existing photo library.\n* Reorder the pages in the scan.\n* Crop the currently visible page.\n* Rotate 90 degrees clockwise.\n* Switch from the default Auto Color image-correction to original photo, grayscale or whiteboard.\n* Delete the scan.\n\nWhen you're done, tap Save PDF in the top-right corner. That'll immediately upload your scan to Document Cloud. Just keep in mind that once you complete that action, you can no longer do any editing on the document.\n\nFinally, tap Share if you want to email the scan as an attachment, create a link to share or access any of the other typical sharing options. Alternately, you can tap Open in Acrobat (provided you have that app installed). Like Scannable, Adobe Scan employs an OCR engine so you can edit text after sending a document there.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/hitman-pro-crashed-windows-7-starter-recovery-help-509769/",
+ "domain": "cnet.com",
+ "file_source": "part-00222-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Rates Decline for Prospective Buyers: Today's Mortgage Rates for Feb. 11, 2025 29 minutes ago Refi Rates Are Easing for Homeowners: Refinance Rates for Feb. 11, 2025 30 minutes ago Collagen: How to Naturally Boost Your Body's Best-Kept Secret 1 hour ago How the Apple Invites App Can Help You Plan Your Next Party 2 hours ago How to Take a Screenshot on Any iPhone or Android Phone 10 hours ago The Absolute Worst Places to Put Your Alexa Devices 11 hours ago Homeowners, Tax Credits and Deductions for Your House Can Give Your Tax Refund a Big Boost 11 hours ago Oops! How to Recover an iPhone Text You Accidentally Deleted 12 hours ago No, You Won't Have to Repay Your Forgiven Student Loans -- Unless You Fall Into This Category 12 hours ago Don't Use Antihangover Drinks to Recover After the Super Bowl. Do This Instead 13 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/lenovo-s400-still-wakes-from-hybernation/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Best Solar Panel Installation Companies in Texas 17 minutes ago Struggling to Save? This Expert Tip Can Boost Your Savings Even if Money Is Tight 17 minutes ago Even if the External Revenue Service Becomes a Reality, You Still Have to Pay Income Taxes 2 hours ago Check These Spots in Your Kitchen for Hidden Microplastics. Here's How to Minimize Exposure 4 hours ago Best Home Equity Line of Credit (HELOC) Rates for February 2025 5 hours ago Best Home Equity Loan Rates for February 2025 5 hours ago Follow These 4 Stretching Rules to Maximize Your Flexibility 5 hours ago 8 Things to Know Before Getting a Robot Vacuum 5 hours ago AirTags Aren’t the Best Way to Find Lost Pets, the Experts Have Spoken 6 hours ago Tariffs Explained: What They Are and How They Will Impact Prices 7 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/science/boston-dynamics-robot-dog-spotmini-autonomous-navigation-mode/",
+ "domain": "cnet.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Boston Dynamics SpotMini dog takes itself on an autonomous walk\n\nIt can open doors... and navigate inside buildings... oh boy.\n\nBoston Dynamics' robo-dog SpotMini doesn't need a human to go for a walk. The robotics company just posted a video of SpotMini in its autonomous navigation mode, bringing us that much closer to the robot apocalypse.\n\nThe video description reads:\n\n> \n\nBefore the test, the robot is manually driven through the space so it can build a map of the space using visual data from cameras mounted on the front, back and sides of the robot. During the autonomous run, SpotMini uses data from the cameras to localize itself in the map and to detect and avoid obstacles. Once the operator presses 'GO' at the beginning of the video, the robot is on its own.\n\nOnce SpotMini familiarizes itself with the building's layout, it's able to get to the programmed destination all by itself, without hitting any walls or obstacles. Smart dog... maybe too smart.\n\nHere are some other highlights from Boston Dynamics' cute/creepy SpotMini:",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/hp-zx500-vs-hp-zd7000-10496/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To The Absolute Worst Places to Put Your Alexa Devices 7 minutes ago Homeowners, Tax Credits and Deductions for Your House Can Give Your Tax Refund a Big Boost 22 minutes ago Oops! How to Recover an iPhone Text You Accidentally Deleted 1 hour ago No, You Won't Have to Repay Your Forgiven Student Loans -- Unless You Fall Into This Category 1 hour ago Don't Use Antihangover Drinks to Recover After the Super Bowl. Do This Instead 2 hours ago I Have an Almost 800 Credit Score. Here's How I Did It 2 hours ago Hosted a Super Bowl Party? Here Are Some Tips for a Better and Faster Cleanup 2 hours ago Sweet Dreams: How Magnesium Can Improve Your Sleep and Health 4 hours ago Boost Your Wi-Fi by Making a Few Simple Tweaks 4 hours ago How the Medicare Birthday Rule Can Help You Save Big on Insurance 4 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/cd-dvd-301368/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Trump Puts the Penny on Notice: The Fuss Over Our 1-Cent Coin 1 hour ago How to Screenshot on Mac: 4 Simple Ways to Do It 1 hour ago Make Any Student Loan Payments Last Year? You Can Probably Claim This Tax Deduction 2 hours ago Devilishly Delicious: 9 Chef Hacks for Crafting the Best Deviled Eggs 2 hours ago Best Tax Software 2025: TurboTax Is Our Pick, but These Options May Work Better for You 2 hours ago How to Check if Your Expired At-Home COVID Test Is Still Valid 3 hours ago 7 Ways You Aren't Using Your Smart Display (but Should Be) 3 hours ago Carry-On Luggage: What to Pack (and What to Skip) for a Hassle-Free TSA Experience 4 hours ago This iPhone Feature Can Give Your Data an Extra Layer of Security 4 hours ago Not Ready for AI? The Easiest Ways to Opt Out of Apple Intelligence 5 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/how-do-i-get-this-adware-spyware-off-my-pc-364282/",
+ "domain": "cnet.com",
+ "file_source": "part-00662-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 7 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 9 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 10 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 11 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 12 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 12 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 12 hours ago How to Clean a Car Interior Like a Professional Detailer 12 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 13 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 14 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/auto-dimming-ue40b8050-200hz-348010/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Cut Down on Dishwasher Loads With These Easy Tips for Cleaner Plates 2 hours ago Flu Fighter Gifts: Top Food and Drink Ideas for a Speedy Recovery 2 hours ago Clean Stainless-Steel Cookware Like a Pro With These 2 Pantry Staples 4 hours ago Best Solar Panel Installation Companies in New York 5 hours ago Best Solar Panel Installation Companies in Florida 5 hours ago This Unexpected Gadget Is Now My Go-To for Cooking Salmon 5 hours ago Should You Share Your Social Security Number? Experts Explain the Risks and How to Stay Safe 5 hours ago 6 Simple Ways to Winterize Your Home and Save 6 hours ago I've Tried Dozens of Side Hustles. Here's How to Find the Right Fit to Boost Your Income 9 hours ago The Best Spots in Your Home to Help Indoor Plants Grow 9 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/vpr-matrix-dvd-rom-100893/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Crabby? Can't Focus? You're Probably Sleep-Deprived. These Are the Signs 3 minutes ago I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 1 hour ago Here's What Happens to Your Tax Return if the Government Shuts Down 3 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 3 hours ago How to Use AI to Write a Cover Letter 4 hours ago Not All Houseplants Are Pet-Safe, but These 7 Are 4 hours ago How to Use Your Home Security Devices Without Wi-Fi 4 hours ago Trimming Down? Avoid These 6 Weight Loss Mindsets for Better Results 4 hours ago Stay Warm and Save Money by Setting Your Thermostat to This Temperature 5 hours ago This Is How We Made an All-Natural Cleaner With Stuff We Had at Home 5 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/booting-in-classic-on-a-new-monitor-313650/",
+ "domain": "cnet.com",
+ "file_source": "part-00440-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Key Refi Rate Dips Below 6.9%. Current Refinance Rates for Feb. 14, 2025 18 minutes ago Mortgage Rates Inch Up To End the Week: Today's Rates, Feb. 14, 2025 20 minutes ago Is 10,000 Steps Enough? The Origin of This Daily Fitness Goal May Surprise You 27 minutes ago How to Get a New Headshot Using AI 55 minutes ago Got Fair or Average Credit? The Right Credit Card Can Help Raise Your Score Even Higher 55 minutes ago Stop Overpaying. This Quick Trick Can Help You Save $100 on Your Electric Bill 1 hour ago Here's How Students Can Use AI to Manage Their Time 1 hour ago This Affordable Laptop Is My Daily Go-To and It's Even Cheaper for Presidents Day 1 hour ago The Only 4 Tips You Need for the Crunchiest Air Fryer French Fries Ever 1 hour ago Enhance Your Apple Watch With My 7 Favorite Well-Wristed Tips 2 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/unreadable-jpg-file-21924/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To These Are the 5 Apple Intelligence Features I'm Using Regularly 31 seconds ago Dirty Wireless Earbuds and AirPods Can Harbor Bacteria. Here's How to Clean Them 6 minutes ago Mortgage Rates Dip Down: Mortgage Interest Rates Today for Feb. 13, 2025 1 hour ago 30-Year Fixed Refinance Drops: Mortgage Refinance Rates for Feb. 13, 2025 1 hour ago Try This Simple Hack to Keep Your Kitchen’s Most Annoying Spot Clean 4 hours ago Cut Down on Dishwasher Loads With These Easy Tips for Cleaner Plates 9 hours ago Flu Fighter Gifts: Top Food and Drink Ideas for a Speedy Recovery 9 hours ago Clean Stainless-Steel Cookware Like a Pro With These 2 Pantry Staples 11 hours ago Best Solar Panel Installation Companies in New York 12 hours ago Best Solar Panel Installation Companies in Florida 12 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/can-i-access-my-secondary-hd-119366/",
+ "domain": "cnet.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To When Was the Last Time You Changed Your Wi-Fi Password? Here's How to Do It 1 hour ago How to Get the Right Size Heat Pump for Your Home 4 hours ago Location Matters When Setting Up Your Mesh Router. Avoid These Spots 5 hours ago 5 Things to Know Before Getting a Heat Pump 5 hours ago How to Pick and Use Your First Credit Card 5 hours ago The IRS Has Sent $16.6 Billion in Tax Refunds Two Weeks Into Tax Season 2025 5 hours ago Here's How Much You'll Earn if You Deposit $10,000 Into a CD Now 5 hours ago Apple's iPad 10 Is the Screen I Reach for the Most, and It's $70 Off for Presidents' Day 6 hours ago Ready to Burn It All Down? I've Got the Perfect Valentine's Day Movie For You 7 hours ago All the Ways You Can File for Free This Year, From TurboTax to FreeTaxUSA 7 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/lost-calendar-entries-527648/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To How to Get the Right Size Heat Pump for Your Home 1 hour ago Location Matters When Setting Up Your Mesh Router. Avoid These Spots 2 hours ago 5 Things to Know Before Getting a Heat Pump 2 hours ago How to Pick and Use Your First Credit Card 2 hours ago The IRS Has Sent $16.6 Billion in Tax Refunds Two Weeks Into Tax Season 2025 2 hours ago Here's How Much You'll Earn if You Deposit $10,000 Into a CD Now 3 hours ago Apple's iPad 10 Is the Screen I Reach for the Most, and It's $70 Off for Presidents' Day 3 hours ago Ready to Burn It All Down? I've Got the Perfect Valentine's Day Movie For You 4 hours ago All the Ways You Can File for Free This Year, From TurboTax to FreeTaxUSA 4 hours ago Everything You Should Know About RCS Messaging on iPhone 4 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/news/local-news-locating-sponsor-links-macfixit-offline-briefly-yesterday/",
+ "domain": "cnet.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Local news: Locating sponsor links; MacFixIt offline briefly yesterday\n\nLocal news: Locating sponsor links; MacFixIt offline briefly yesterday\n\nAnd remember, if you do visit any of our advertisers, clicking to their site from any of our links lets the vendor know that you found out about them from MacFixIt. That helps us out. Thanks for your support.\n\nMacFixIt offline briefly yesterday MacFixIt was briefly offline yesterday afternoon (you got a Forbidden Access message). This was due to a server crash that was eventually traced to a bad Ethernet card (that has now been replaced). With the new card (and other associated changes), the search engine problems appear to be alleviated somewhat; so you may have better luck using it. In any case, I still expect to move to a new server within the next month or so; this should resolve all search engine problems.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/news/vista-delay-is-back-to-the-future-for-redmond/",
+ "domain": "cnet.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Vista delay is back to the future for Redmond\n\nAnnouncement won't help Microsoft shed the reputation that it's perennially late shipping products, says CNET News.com's Charles Cooper.\n\nOnce the shock wears off, executives are sure to have very frank discussions with their counterparts in Redmond. It's been quite some time since the computer business had a wow product it could rally around and offer to customers as an incentive to upgrade. These folks were counting on Vista.\n\nIn Microsoft's view, this is simply a decision to delay the ship date by a few weeks. But it's much more.\n\nMicrosoft's OEMs (original equipment manufacturers) were banking on a big bang rollout in the fourth quarter. This extends throughout the PC food chain--from chipmakers to storage providers to applications developers and yes, computer manufacturers.\n\nThe new launch is now scheduled for January 2007. Microsoft is downplaying the slip, saying the extra time was needed to build better security into the product. That may be so, but this is Microsoft's biggest product launch in years. Considering the amount of resources being thrown at the Vista project, Microsoft Chairman Bill Gates and CEO Steve Ballmer now face unyielding embarrassment. How could things go so wrong this late in the process? For years, Microsoft fought to shed a reputation for being perennially late shipping big projects like Windows and Windows NT. Tuesday's announcement only makes those questions front and center again.\n\nMicrosoft is downplaying suggestions that Tuesday's news suggests anything fundamentally wrong with the company's internal processes. Still, you have to ask whether the company has grown so large that its ability to undertake a project this complex is inevitably going to be hampered by its own bureaucratic sloth.\n\nLast time I was on the Redmond campus, I spoke with an engineer in Microsoft's labs. He was especially proud of a photo-filing feature his team had developed. The problem: Microsoft wouldn't be able to incorporate the functionality into the operating system until Vista (then called Longhorn) and that launch was then still two years away. And all the while that Microsoft meandered, Apple Computer had already developed technology that did much the same thing.\n\nRecall that last year Microsoft dropped several important features in order to not slow down the shipment plans. Microsoft even removed WinFS, a key piece of Longhorn, so that PC makers could plan around a holiday release.\n\nAs with everything it does, Microsoft is careful to cultivate its public relations. Earlier in the day, the company announced it would increase the distribution of its Xbox 360 video game consoles. But that bit of good news will get overshadowed because Vista will miss the entire '06 holiday shopping season.\n\nBeyond the obvious blow to its reputation, Microsoft's inability to tame Windows--always a notoriously hairy coding project--puts the company on the defensive at the worst possible juncture. Time was when Microsoft could get away with a product slip, shrug its shoulders and promise a \"new and improved\" version sometime soon. But that was pre-Internet, pre-Linux and pre-Google; 2006 is not 1996, and Microsoft's customers have other alternatives.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/microsoft-visual-c-runtime-library-error-r6034-280742/",
+ "domain": "cnet.com",
+ "file_source": "part-00662-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Our Best Tips to Protect Your Smart Home Tech in the Snow and Rain 45 seconds ago Homeowners Face Higher Refi Rates: Mortgage Refinance Rates for Feb. 17, 2025 31 minutes ago Home Loan Rates Inch Higher for Borrowers: Current Mortgage Interest Rates, Feb. 17, 2025 33 minutes ago Never Pay Full Price for Airfare With These 5 Travel Hacks 50 minutes ago How to Use Your New Credit Card Before It's Even Delivered 1 hour ago Your Apple Watch Can Track Your Blood Pressure. Here's How to Do It 1 hour ago Real ID Deadline: What You Need Before Your Next Flight 2 hours ago Your Blood Type May Be the Secret to Understanding Your Heart Health 2 hours ago These Two iPhone Settings Can Instantly Free Up Storage, No Deleting Required 15 hours ago You Touch It All Day -- Now It's Time to Clean Your Dirty Phone 16 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/can-mail-work-with-an-msn-com-account-605595/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 4 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 6 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 7 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 8 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 9 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 9 hours ago How to Clean a Car Interior Like a Professional Detailer 9 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 9 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 10 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 11 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/sudden-onet-weird-keyboard-problems/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Wine: The Secret Ingredient for These 7 Recipes 45 minutes ago Trump Puts the Penny on Notice: The Fuss Over Our 1-Cent Coin 2 hours ago How to Screenshot on Mac: 4 Simple Ways to Do It 3 hours ago Make Any Student Loan Payments Last Year? You Can Probably Claim This Tax Deduction 3 hours ago Devilishly Delicious: 9 Chef Hacks for Crafting the Best Deviled Eggs 3 hours ago Best Tax Software 2025: TurboTax Is Our Pick, but These Options May Work Better for You 4 hours ago How to Check if Your Expired At-Home COVID Test Is Still Valid 4 hours ago 7 Ways You Aren't Using Your Smart Display (but Should Be) 4 hours ago Carry-On Luggage: What to Pack (and What to Skip) for a Hassle-Free TSA Experience 6 hours ago This iPhone Feature Can Give Your Data an Extra Layer of Security 6 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/yahoo-mail-password-not-working-151099/",
+ "domain": "cnet.com",
+ "file_source": "part-00440-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 57 minutes ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 2 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 3 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 4 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 4 hours ago How to Clean a Car Interior Like a Professional Detailer 4 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 4 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 5 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 6 hours ago Is That Breach Alert Real? It May Be Just Another Scam 6 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/use-xp-laptop-as-projector-or-2nd-monitor-for-win-7-laptop-549855/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To You Touch It All Day -- Now It's Time to Clean Your Dirty Phone 30 minutes ago Don't Overlook Your Eyes. 6 Vitamins and Supplements You Need for Peak Eye Health 1 hour ago Wine: The Secret Ingredient for These 7 Recipes 3 hours ago Trump Puts the Penny on Notice: The Fuss Over Our 1-Cent Coin 5 hours ago How to Screenshot on Mac: 4 Simple Ways to Do It 6 hours ago Make Any Student Loan Payments Last Year? You Can Probably Claim This Tax Deduction 6 hours ago Devilishly Delicious: 9 Chef Hacks for Crafting the Best Deviled Eggs 6 hours ago Best Tax Software 2025: TurboTax Is Our Pick, but These Options May Work Better for You 7 hours ago How to Check if Your Expired At-Home COVID Test Is Still Valid 7 hours ago 7 Ways You Aren't Using Your Smart Display (but Should Be) 7 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/news/black-hat-2007-sees-web-2-0-repeating-web-1-0-mistakes/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Black Hat 2007 sees Web 2.0 repeating Web 1.0 mistakes\n\nEverything old is new again at this year's Black Hat conference.\n\nLAS VEGAS--This year's Black Hat was pretty much summed up in a prescient keynote by Richard Clarke, the nation's former cyber security czar who is now a novelist and chairman of Good Harbor Consulting. Clarke said \"we're building more and more of our economy on cyberspace 1.0, yet we have secured very little of cyberspace 1.0.\" The apparent speed gained in Ajax (Asynchronous JavaScript and XML), which is technology that divides processing tasks between the Web server (Web site) and the Web client (browser), has opened Web 2.0 to some old-school attacks.\n\nNothing more clearly demonstrated this than a live hijack of a Gmail account. In a talk originally to have been presented alongside his colleague David Maynor, Errata Security CEO Robert Graham demonstrated for a standing-room-only crowd how he was able to use a tool called Hamster and Ferret to sniff the wireless airwaves for the URLs of Web 2.0 sites. While talking about another matter entirely, Graham ran the tools in the background, sniffing the wireless packets in the conference room, looking for Web 2.0 sessions cookies used by those in the audience for his talk (if, as a speaker, you ever wanted to thwart those who would be checking e-mail during your presentation, this is the tool to use). Grabbing cookies is not new. What is new is that Graham was able to grab these Web 2.0 clear text session cookies out of the thin air and then plunk the captured URL into a new browser. No password is needed; the cookie itself is enough. Toward the end, Graham opened his Hamster tool and found several likely candidates. He chose one Gmail account that had been opened during his talk. The presentation screen lit up with some poor guy's active Gmail account briefly displayed. Everyone applauded before Graham quickly wiped the information from the screen.\n\nShould you avoid Gmail? No. If you simply change the URL in your Gmail bookmark (or any other Google-related bookmark) from http:// to https://, the Errata Security hack is no longer valid. That's not true, however, for Facebook, Hotmail, and several other Web 2.0 accounts. Graham says that while traditional Web 1.0 sites long ago learned to terminate session cookies, the cookies used on Web 2.0 sites don't expire for several years, so you could sniff accounts out of the air at your local Starbucks and months later still have access to that person's account. That's what's really scary about this new kind of man-in-the-middle attack: the victim has no idea that this is happening, and even changing the account password will have no effect. While you as an attacker can send messages, read existing messages, and even alter the look and feel of the Web mail service itself, you can't, however, lock the owner out of the account.\n\nIn a separate talk, Billy Hoffman and Brian Sullivan, both of SPI Dynamics, talked about the rush to Web 2.0, how even some established sites are \"Ajaxify-ing\" themselves at the expense of good security practices. To prove their point, the pair built an Ajax-enabled travel Web site, HackerTravel.com. They did so by following the current best practices for Ajax. In their talk, however, Sullivan and Hoffman showed how they could take advantage of known weaknesses within Ajax. For example, they could rearrange the JavaScript on the client to either book every seat on the plane (staging a denial-of-service attack) or purchase a round-trip ticket for $1.\n\nLast year, Hoffman talked about the many problems within Web 2.0 Ajax technology, and this year he more or less put the subject to bed by addressing developers and insisting that they not put business logic on the client side of the transaction; that they keep all of that on the Web server. You can hear more about this topic from Hoffman and Sullivan on a recent Security Bites podcast.\n\nLater in the conference Billy Hoffman returned with John Terrill, executive vice president and co-founder of Enterprise Management Technology, to talk about a prototype Web 2.0 worm they've built written in JavaScript and Perl. Hoffman explained that if there's a cross-site scripting vulnerability on a Web site, the worm can inject itself into that Web site in JavaScript form. Inside the worm is a Perl form so that when a user visits that Web site, the JavaScript version gets downloaded to their Web browser and the Perl form can inject itself into the Web server, so it can move from client to server with ease.\n\nWhile we've seen computer worms before, they claim their new creation can pull vulnerability data off security sites such as Secunia and then exploit those new vulnerabilities, rendering current desktop security protection ineffective. Currently such a worm does not exist in the wild, but Terrill and Hoffman insist it's possible for others to do what they've done. You can hear Hoffman talk more about his creation in this recent Security Bites podcast.\n\nThere is hope. In addition to better coding practices on the Web server, another way to prevent runaway Web 2.0 vulnerabilities is to lock down the JavaScript in the client's browser. At Black Hat, Mozilla released new tools allowing anyone to test their Firefox (or any browser) against JavaScript errors. What's significant is that you can also use this tool against Apple Safari, Microsoft Internet Explorer, and Opera.\n\nIn an interview before her presentation, Window Snyder told me there are about 10,000 Firefox users worldwide who regularly download what are called nightly builds. Whenever the Mozilla security team puts out new fixes within the nightly builds, it's these 10,000 users who test the fixes on a wide variety of machines and under a wide variety of circumstances. Thus, Mozilla is able to roll out its security patches faster and with fewer headaches than its competitors. By tapping into their millions of users worldwide, Mozilla hopes more of these avid users will identify future Firefox flaws before they can be exploited.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/found-new-hardware-532387/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To These Are the Simplest and Easiest Ways You Can Save Energy Costs at Home 2 hours ago How to Create a Valentine's Day Card Using AI 2 hours ago Why Your Air Fryer Shouldn't Go Anywhere Near an Extension Cord 2 hours ago Hot Inflation Data Makes it Hard for Refi Rates To Fall. Today's Refinance Rates, Feb. 13, 2025 2 hours ago Will Mortgage Rates Jump Back Above 7%? Today's Rates, Feb. 13, 2025 2 hours ago How AI Can Help You Plan the Perfect Last-Minute Valentine's Day 3 hours ago Find Your Glasses Prescription Without an Exam Using These Online Tools 3 hours ago When to Watch Episode 8 of 'The Traitors' on Peacock 3 hours ago No, Apple Intelligence Is Not Intercepting Your Private Messages 3 hours ago Why Is Your Fridge Acting Up? 4 Common Problems and Easy Fixes 3 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/setting-up-my-surround-sound-to-ps3-376141/",
+ "domain": "cnet.com",
+ "file_source": "part-00282-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To These Two iPhone Settings Can Instantly Free Up Storage, No Deleting Required 1 hour ago You Touch It All Day -- Now It's Time to Clean Your Dirty Phone 2 hours ago Don't Overlook Your Eyes. 6 Vitamins and Supplements You Need for Peak Eye Health 3 hours ago Wine: The Secret Ingredient for These 7 Recipes 5 hours ago Trump Puts the Penny on Notice: The Fuss Over Our 1-Cent Coin 7 hours ago How to Screenshot on Mac: 4 Simple Ways to Do It 7 hours ago Make Any Student Loan Payments Last Year? You Can Probably Claim This Tax Deduction 8 hours ago Devilishly Delicious: 9 Chef Hacks for Crafting the Best Deviled Eggs 8 hours ago Best Tax Software 2025: TurboTax Is Our Pick, but These Options May Work Better for You 8 hours ago How to Check if Your Expired At-Home COVID Test Is Still Valid 9 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/fried-cpu-287842/",
+ "domain": "cnet.com",
+ "file_source": "part-00282-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Mortgage Rates Go Up for Homeseekers: Mortgage Rates on Feb. 18, 2025 23 minutes ago Mortgage Refinance Rates Move Higher: Current Refinance Rates for Feb. 18, 2025 26 minutes ago I Gave My Microwave a Steam Bath, and It Worked Better Than Any Cleaner 2 hours ago Saving Money in Today's Economy Isn't Easy, But Don't Give Up on This High-Yield Account Option 10 hours ago My 15-Minute or Less Baked Potato Cooking Hack 11 hours ago We Did the Math: You Should Use Space Heaters to Cut Heating Bills 12 hours ago Starlink Expands to iPhone and Android Users, but There's a Catch 13 hours ago Protect Your Privacy: How to Blur Your Home on Google Maps in Minutes 14 hours ago Crabby? Can't Focus? You're Probably Sleep-Deprived. These Are the Signs 15 hours ago I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 17 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/memory-or-573830/",
+ "domain": "cnet.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Carry-On Luggage: What to Pack (and What to Skip) for a Hassle-Free TSA Experience 44 minutes ago This iPhone Feature Can Give Your Data an Extra Layer of Security 59 minutes ago Not Ready for AI? The Easiest Ways to Opt Out of Apple Intelligence 1 hour ago Homeowner Tax Perks: Secrets to Boosting Your Refund 2 hours ago Don't Believe TikTok. Trump's ERS Doesn't Mean the End of Income Taxes 4 hours ago This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 13 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 14 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 16 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 17 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 18 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/iomega-33748-1-tb-double-usb-2-0-desktop-hard-drive-359866/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Is Your Android Phone Feeling Sluggish? Speed It Up With These Tweaks 16 minutes ago 8 Things to Know Before Getting a Robot Vacuum 35 minutes ago Get More Than a Good Meal With Credit Cards That Reward You for Dining Out 46 minutes ago Best Savings Accounts for February 2025 1 hour ago Want to Keep Your Gaming PC From Becoming a Fire Hazard? Try Out These Tips 1 hour ago 10 Simple Ways to Protect Your Eyes Each Day That Really Matter 2 hours ago Cash App Taxes Review 2025: Best for Confident Filers and Those With Simple Returns 2 hours ago This Affordable Laptop Is My Daily Go-To and It's Just $249 But Only for Presidents Day 2 hours ago Can Apple Cider Vinegar Really Fix Your Health? Top 4 Health Benefits and What to Know 3 hours ago Key Refi Rate Dips Below 6.9%. Current Refinance Rates for Feb. 14, 2025 3 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/how-many-websites-on-one-ip/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Crabby? Can't Focus? You're Probably Sleep-Deprived. These Are the Signs 1 hour ago I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 2 hours ago Here's What Happens to Your Tax Return if the Government Shuts Down 4 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 4 hours ago How to Use AI to Write a Cover Letter 5 hours ago Not All Houseplants Are Pet-Safe, but These 7 Are 5 hours ago How to Use Your Home Security Devices Without Wi-Fi 5 hours ago Trimming Down? Avoid These 6 Weight Loss Mindsets for Better Results 5 hours ago Stay Warm and Save Money by Setting Your Thermostat to This Temperature 6 hours ago This Is How We Made an All-Natural Cleaner With Stuff We Had at Home 6 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/how-do-you-make-windows-xp-associate-files-to-programs-527668/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Rates Decline for Prospective Buyers: Current Mortgage Rates on Feb. 12, 2025 40 minutes ago Refi Rates Are Easing for Homeowners: Current Refinance Rates for Feb. 12, 2025 42 minutes ago How to Apply for Social Security Retirement Benefits 44 minutes ago Protect Your Ears: 7 Hidden Dangers That Are Ruining Your Hearing 44 minutes ago How to Track a Paper Tax Refund Check That's Coming in the Mail 59 minutes ago How Your Blood Type Offers Clues Into Your Heart Health 1 hour ago Best Tax Software 2025: TurboTax Leads the Pack, but These Options May Work Better for You 2 hours ago Best Places to Buy Glasses Online for 2025 2 hours ago Too Many Smart Home Apps? These Tricks Will Help You Cut Down 4 hours ago Kendrick Lamar's Super Bowl Halftime Show Is Most-Watched Ever: How to See It 10 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/connecting-wirelessly-to-internet-with-dial-up-400891/",
+ "domain": "cnet.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 39 minutes ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 1 hour ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 2 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 2 hours ago How to Clean a Car Interior Like a Professional Detailer 2 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 2 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 3 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 4 hours ago Is That Breach Alert Real? It May Be Just Another Scam 4 hours ago Trump's IRS Hiring Freeze Probably Won't Delay Your Taxes -- but This Definitely Will 6 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/xp-pro-install-problems-275024/",
+ "domain": "cnet.com",
+ "file_source": "part-00222-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Not Ready for AI? The Easiest Ways to Opt Out of Apple Intelligence 1 minute ago Homeowner Tax Perks: Secrets to Boosting Your Refund 1 hour ago Don't Believe TikTok. Trump's ERS Doesn't Mean the End of Income Taxes 3 hours ago This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 11 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 13 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 15 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 15 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 16 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 17 hours ago How to Clean a Car Interior Like a Professional Detailer 17 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/is-my-graphics-card-dying-505205/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Our Best Tips to Protect Your Smart Home Tech in the Snow and Rain 45 seconds ago Homeowners Face Higher Refi Rates: Mortgage Refinance Rates for Feb. 17, 2025 31 minutes ago Home Loan Rates Inch Higher for Borrowers: Current Mortgage Interest Rates, Feb. 17, 2025 33 minutes ago Never Pay Full Price for Airfare With These 5 Travel Hacks 50 minutes ago How to Use Your New Credit Card Before It's Even Delivered 1 hour ago Your Apple Watch Can Track Your Blood Pressure. Here's How to Do It 1 hour ago Real ID Deadline: What You Need Before Your Next Flight 2 hours ago Your Blood Type May Be the Secret to Understanding Your Heart Health 2 hours ago These Two iPhone Settings Can Instantly Free Up Storage, No Deleting Required 15 hours ago You Touch It All Day -- Now It's Time to Clean Your Dirty Phone 16 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/downloaded-a-new-operating-system-and-can-t-access-old-one-527864/",
+ "domain": "cnet.com",
+ "file_source": "part-00282-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Saving Money in Today's Economy Isn't Easy, But Don't Give Up on This High-Yield Account Option 4 hours ago My 15-Minute or Less Baked Potato Cooking Hack 5 hours ago We Did the Math: You Should Use Space Heaters to Cut Heating Bills 6 hours ago Starlink Expands to iPhone and Android Users, but There's a Catch 7 hours ago Protect Your Privacy: How to Blur Your Home on Google Maps in Minutes 8 hours ago Crabby? Can't Focus? You're Probably Sleep-Deprived. These Are the Signs 9 hours ago I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 11 hours ago Here's What Happens to Your Tax Return if the Government Shuts Down 13 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 13 hours ago How to Use AI to Write a Cover Letter 14 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/protecting-word-merge-template-258659/",
+ "domain": "cnet.com",
+ "file_source": "part-00662-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 52 seconds ago Here's What Happens to Your Tax Return if the Government Shuts Down 2 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 2 hours ago How to Use AI to Write a Cover Letter 3 hours ago Not All Houseplants Are Pet-Safe, but These 7 Are 3 hours ago How to Use Your Home Security Devices Without Wi-Fi 3 hours ago Trimming Down? Avoid These 6 Weight Loss Mindsets for Better Results 3 hours ago Stay Warm and Save Money by Setting Your Thermostat to This Temperature 3 hours ago This Is How We Made an All-Natural Cleaner With Stuff We Had at Home 4 hours ago Our Best Tips to Protect Your Smart Home Tech in the Snow and Rain 5 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/office-2003-and-2004-compatibility-28542/",
+ "domain": "cnet.com",
+ "file_source": "part-00440-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Saving Money in Today's Economy Isn't Easy, But Don't Give Up on This High-Yield Account Option 1 hour ago My 15-Minute or Less Baked Potato Cooking Hack 2 hours ago We Did the Math: You Should Use Space Heaters to Cut Heating Bills 3 hours ago Starlink Expands to iPhone and Android Users, but There's a Catch 4 hours ago Protect Your Privacy: How to Blur Your Home on Google Maps in Minutes 5 hours ago Crabby? Can't Focus? You're Probably Sleep-Deprived. These Are the Signs 6 hours ago I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 8 hours ago Here's What Happens to Your Tax Return if the Government Shuts Down 10 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 10 hours ago How to Use AI to Write a Cover Letter 11 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/should-i-upgrade-my-ie-7-579841/",
+ "domain": "cnet.com",
+ "file_source": "part-00662-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 5 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 7 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 8 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 9 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 10 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 10 hours ago How to Clean a Car Interior Like a Professional Detailer 10 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 10 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 11 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 12 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/samsung-gt-s5610-won-t-start-578705/",
+ "domain": "cnet.com",
+ "file_source": "part-00662-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Don't Believe TikTok. Trump's ERS Doesn't Mean the End of Income Taxes 2 hours ago This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 10 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 12 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 14 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 14 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 15 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 16 hours ago How to Clean a Car Interior Like a Professional Detailer 16 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 16 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 17 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/script-error-message-38974/",
+ "domain": "cnet.com",
+ "file_source": "part-00440-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To How to Get the Right Size Heat Pump for Your Home 2 hours ago Location Matters When Setting Up Your Mesh Router. Avoid These Spots 3 hours ago 5 Things to Know Before Getting a Heat Pump 3 hours ago How to Pick and Use Your First Credit Card 3 hours ago The IRS Has Sent $16.6 Billion in Tax Refunds Two Weeks Into Tax Season 2025 3 hours ago Here's How Much You'll Earn if You Deposit $10,000 Into a CD Now 4 hours ago Apple's iPad 10 Is the Screen I Reach for the Most, and It's $70 Off for Presidents' Day 4 hours ago Ready to Burn It All Down? I've Got the Perfect Valentine's Day Movie For You 5 hours ago All the Ways You Can File for Free This Year, From TurboTax to FreeTaxUSA 5 hours ago Everything You Should Know About RCS Messaging on iPhone 5 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/dvd-copy-4-need-help-please-150518/",
+ "domain": "cnet.com",
+ "file_source": "part-00222-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To How to Pick and Use Your First Credit Card 8 minutes ago The IRS Has Sent $16.6 Billion in Tax Refunds Two Weeks Into Tax Season 2025 24 minutes ago Here's How Much You'll Earn if You Deposit $10,000 Into a CD Now 45 minutes ago Apple's iPad 10 Is the Screen I Reach for the Most, and It's $70 Off for Presidents' Day 1 hour ago Ready to Burn It All Down? I've Got the Perfect Valentine's Day Movie For You 1 hour ago All the Ways You Can File for Free This Year, From TurboTax to FreeTaxUSA 2 hours ago Everything You Should Know About RCS Messaging on iPhone 2 hours ago This Backpack Is My Favorite Carry-On for Flights, and It's Just $30 for Presidents Day 3 hours ago Best Password Manager in 2025 3 hours ago This Dyson Vacuum Is My Lifeline, and It's $200 Off for Presidents' Day 3 hours ago Load more sponsored sponsored sponsored",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/curser-to-nowhere-25411/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To IRS to Taxpayers: Choose Your Tax Preparer Wisely to Safeguard Sensitive Information 2 hours ago Best Solar Panel Installation Companies in Texas 4 hours ago Struggling to Save? This Expert Tip Can Boost Your Savings Even if Money Is Tight 4 hours ago Even if the External Revenue Service Becomes a Reality, You Still Have to Pay Income Taxes 5 hours ago Check These Spots in Your Kitchen for Hidden Microplastics. Here's How to Minimize Exposure 8 hours ago Best Home Equity Line of Credit (HELOC) Rates for February 2025 8 hours ago Best Home Equity Loan Rates for February 2025 9 hours ago Follow These 4 Stretching Rules to Maximize Your Flexibility 9 hours ago 8 Things to Know Before Getting a Robot Vacuum 9 hours ago AirTags Aren’t the Best Way to Find Lost Pets, the Experts Have Spoken 10 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/news/short-take-microsoft-and-compaq-give-to-united-negro-college-fund/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Short Take: Microsoft and Compaq give to United Negro College Fund\n\nMicrosoft and Compaq Computer raised more than $100,000 for the United Negro College Fund. The money was raised at Networld+Interop through the companies' Equal Access charitable outreach program. The money, proceeds from ticket sales to a performance by Cirque Du Soleil, will go to historically black colleges to help them expand computing and Internet access, as well as improve computer science programs.\n\nand Compaq Computer raised more than $100,000 for the United Negro College Fund. The money was raised at Networld+Interop through the companies' Equal Access charitable outreach program. The money, proceeds from ticket sales to a performance by Cirque Du Soleil, will go to historically black colleges to help them expand computing and Internet access, as well as improve computer science programs.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/windows-system32-config-system-corrupt-or-missing-message-404898/",
+ "domain": "cnet.com",
+ "file_source": "part-00440-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To I Gave My Microwave a Steam Bath, and It Worked Better Than Any Cleaner 1 hour ago Saving Money in Today's Economy Isn't Easy, But Don't Give Up on This High-Yield Account Option 9 hours ago My 15-Minute or Less Baked Potato Cooking Hack 10 hours ago We Did the Math: You Should Use Space Heaters to Cut Heating Bills 11 hours ago Starlink Expands to iPhone and Android Users, but There's a Catch 12 hours ago Protect Your Privacy: How to Blur Your Home on Google Maps in Minutes 13 hours ago Crabby? Can't Focus? You're Probably Sleep-Deprived. These Are the Signs 14 hours ago I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 16 hours ago Here's What Happens to Your Tax Return if the Government Shuts Down 18 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 18 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/pictures/hps-envy-13-is-one-of-the-thinnest-laptops-ever-made-pictures/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n## HP Envy 13 (2016)\n\nYou can't tell it from this angle, but the new HP Envy 13 is one of the thinnest laptops ever made. It's just 12.9mm thick.\n\nThat's better: now you can see just how thin this computer can be.\n\nIt's not that much thinner than a MacBook Air, mind you, but the Envy does have a full-size HDMI port to connect it to a TV.\n\nLet's open the lid of the HP Envy 13 and show you what's underneath.\n\nNotice anything interesting about the shape of the lid? (If not, just click through to the next picture!)\n\nThat's right: that J-shaped lip actually lifts up the entire laptop to a more comfortable typing angle when you open the screen.\n\nThe lid has a round rubber foot that keeps you from scratching up the anodized aluminum surface when you open it.\n\nHere's the spacious, comfortable keyboard and touchpad you'll find underneath the screen.\n\nMy favorite feature: a responsive fingerprint reader that can let you log into Windows 10 without typing a password. It's fast and accurate.\n\nThe keys have a decent amount of travel when you press down. Also see: the Envy logo.\n\nEven the basic $800 Envy 13 comes with a crisp 1080p IPS screen. Bonus: a matte coating that cuts down on annoying reflections when you use it with light around.\n\nMinus: The screen loses a lot of brightness if you look at it off-center. Maybe not the best laptop for watching movies with friends.\n\nAnother minor quibble: all the laptop's ports have these rough, strange little gaps around them. The ports are unusually tight around USB devices, to the point where I need to exert some force to remove my thumbdrive.\n\nHere's a closer look at the HDMI port, so you can see what those gaps are like.\n\nThere's a weird thing going on with the Envy 13's charging, too. At some points during the charge cycle, the laptop's processor gets very slow -- enough that it takes several seconds just to switch between tabs in my Web browser. I've seen the issue on three different review units.\n\nTo be clear, the processor is fast when the laptop is unplugged, and fast when it's fully charged. The only time this shows up is when you're trying to charge it up from empty and use it at the same time.\n\nIt may have something to do with the computer's BIOS. When HP they sent me a third unit with an earlier version of the BIOS, it seemed to work OK...but as soon as I upgraded to a newer version, the issue reappeared. (HP is still investigating.)\n\nThe Envy 13's fan is always running, but it's not annoyingly loud. I rarely notice it unless I'm in a quiet room.\n\nAnother bright spot: the Bang & Olufsen-branded speakers have a wide, clear sound field. Great for dubstep. Not so great for high-pitched sounds, because they're pretty tinny.\n\nHere's the other side of the Envy 13, with one more full-size USB 3.0 port and a full-size SD card slot that won't leave your card hanging out the side.\n\nInsert Envy joke here.\n\nOne last look at the HP Envy 13.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/how-to-build-a-simple-access-database-572691/",
+ "domain": "cnet.com",
+ "file_source": "part-00440-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 47 seconds ago Is That Breach Alert Real? It May Be Just Another Scam 49 seconds ago Trump's IRS Hiring Freeze Probably Won't Delay Your Taxes -- but This Definitely Will 2 hours ago My Budget-Friendly, High-Protein Air Fryer Guilty Pleasure Snack 2 hours ago Tariffs Explained: What They Might and Might Not Mean for Everyday Prices 2 hours ago These 3 Easy Steps Helped Us Reuse an Old Phone as a Security Camera 2 hours ago Everything Coming to Universal Orlando Resort: Epic Universe in 2025 3 hours ago 7 Vital Airbnb Checks to Make When You Arrive 3 hours ago Best Security Cameras for Alexa in 2025 4 hours ago Siri Got a Makeover: Here's How to Make Your iPhone Glow 4 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/seeking-sound-advice-on-antivirus-security-software-397269/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To How to Create a Valentine's Day Card Using AI 8 minutes ago Hot Inflation Data Makes it Hard for Refi Rates To Fall. Today's Refinance Rates, Feb. 13, 2025 31 minutes ago Will Mortgage Rates Jump Back Above 7%? Today's Rates, Feb. 13, 2025 33 minutes ago How AI Can Help You Plan the Perfect Last-Minute Valentine's Day 1 hour ago When to Watch Episode 8 of 'The Traitors' on Peacock 1 hour ago Find Your Glasses Prescription Without an Exam Using These Online Tools 1 hour ago No, Apple Intelligence Is Not Intercepting Your Private Messages 1 hour ago Why Is Your Fridge Acting Up? 4 Common Problems and Easy Fixes 1 hour ago How to Figure Out Your IP Address -- and Why You’d Want To 1 hour ago 11 Hidden iOS 18.3 iPhone Features You Should Probably Know About 2 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/reviews/promise-pegasus-j2-review/2/",
+ "domain": "cnet.com",
+ "file_source": "part-00440-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Promise Pegasus J2 review: Finally, a RAID-enabled, superfast, supercompact Thunderbolt drive\n\nThe uniquely designed Pegasus J2 is perfect for deep-pocketed mobile users who want a compact, superfast, and RAID-enabled storage device.\n\nThe Promise Pegasus J2 may not be the first portable Thunderbolt drive on the market, but it's still one of a kind.\n\n# The Good\n\n# The Bad\n\n# The Bottom Line\n\nDespite that it's more compact than any other Thunderbolt portable drive I've reviewed, the J2 manages to be a dual-volume drive, offering users the option of using it as a RAID 0 (default) or RAID 1 drive. On top of that, it uses two solid-state drives as its storage to provide fast data speeds, no matter in what type of RAID you want to configure it in.\n\nThe J2 is far from perfect, however. It lacks support for other connection types, such as USB, and it requires an external adapter to offer top performance. It's expensive, too, costing about $800 for 256GB or $1,500 for 512GB, and you have to spend another $50 or so for the much-needed Thunderbolt cable, which isn't included.\n\nThat said, if you want a portable drive that offers fast performance, portability, style, and data security, the Pegasus J2 is currently the only one that fits that bill. If you're willing to sacrifice the RAID capability, also check the\n\n| Drive type | External Thunderbolt hard drive |\n| --- | --- |\n| Connector options | Thunderbolt |\n| Available capacities | 256GB, 512GB |\n| Product dimensions (WLH) | 2.91 inches x 4.33 inches x 0.81 inch |\n| Weight | 4.23 ounces |\n| Capacity of test unit | 256GB (SSD) |\n| OSes supported | Mac OS X 10.6.8 or later |\n\nDesign and features\n\nThe Pegasus J2 is just slightly larger than a deck of playing cards, and is about as thick. One of the drive's ends is slightly thicker than the other; at the thicker end, you'll find a Thunderbolt port and a power port. The power port is covered by a rubber lid and is not needed to use the drive. Similar to the rest of the portable Thunderbolt drives I've reviewed, the J2 is bus-powered; you just need to plug it into a computer with a Thunderbolt cable.\nUnlike the other drives, however, by design, the J2 only works at only some 30 percent of its data-rate capacity when bus-powered. If you want the drive to work at its best, you do need to plug in the included power adapter. According to Promise, the reason for this is because the Thunderbolt technology supplies only 10W per port, which is not enough juice for the J2's two internal drives to offer optimal performance. In my testing, there was indeed a huge difference in terms of the drive's performance between using it bus-powered and with the adapter (more on this below).\n\nThe drive's adapter can be used anywhere in the world since it supports AC input in the 100-to-240-volt range and comes with changeable prongs to fit any type of wall power outlets. If that's not travel-friendly enough, the J2's package also includes a nice leather carrying case.\n\nThe fact the drive has just one Thunderbolt port means that it can only be used at the end of a daisy chain in case you want to use multiple Thunderbolt devices together. This is not a big deal, though, since all portable Thunderbolt drives I've reviewed come with just one port. The drive offers no USB or FireWire support; consequently it can only be used with Thunderbolt-ready computers and is a lot less flexible than USB 3.0/Thunderbolt drives, such as the LaCie Rugged Thunderbolt or the Buffalo Mini Station.\n\nOn the inside, the J2 comes with two micro solid-state drives (SSD), which explains how it manages to remain very compact. It would be much larger physically if it used two standard SSDs. While the compact design is welcome, the downside is that you won't be able to replace the J2's internal storage yourself, which slightly defeats the purpose of RAID 1, in case you want to use the drive in this data-safety-first configuration.\n\nI reviewed the 256 version of the J2, and out of the box it's configured in RAID 0 to offer the best performance, and the full 256GB of storage space. The drive is preformatted in HFS+ for Mac; all you need to do is plug it in with a Thunderbolt cable of your own and you're ready to go. If you want to use it in RAID 1, which reduces its capacity to 128GB to offer redundancy for data safety, you'll need to use the Mac's built-in Disk Utility to configure and reformat it. This process took just a few seconds in my trials and will erase all existing data on the drive.\n\nThe J2 comes with no software and it can also be reformatted to use with Thunderbolt-enabled Windows computers.\n\nPerformance\n\nThe Pegasus J2 offered stellar performance when used with the included external power adapter. When used as a bus-powered drive, however, its performance took a big hit. And obviously, the drive is faster in RAID 0 then when used in RAID 1. Overall, however, no matter how you use it, it's still one of the fastest portable drives on the market.\nI tested the drive thoroughly. First I used it with the power adapter, and in RAID 0 it offered 202MBps for writing and 181MBps for reading; both were about the top speed compared with its peers. In RAID 1, these numbers were lowered to 180MBps and 178MBps for writing and reading, respectively, which is still very fast.\n\nWhen used as a bus-powered drive, however, its performance changed rather dramatically. In RAID 0, it now scored 84MBps for writing, about that of a USB 3.0 drive, and 153MBps for reading. In RAID 1, the writing speed was significantly lowered to just 31MBps, about the speed of a USB 2.0 drive; the reading speed, however, was still at 151MBps.\n\nOverall, the J2 offered very good performance. I do wish, however, that it could offer its optimal performance even when used as a bus-powered drive. For now, you do need to choose between performance and portability. I did notice that the drive became rather hot in an extended operation, noticeably hotter than any other drive of the same type. While it wasn't hot enough to cause any problems and it worked perfectly throughout my testing, it did give me a little concern about the drive's rather short two-year warranty.\n\n(Longer bars indicate better performance)\n\n| Read | Write |\n| --- | --- |\n\nConclusions\n\nSupercompact, fast, and supporting RAIDs, the Pegasus J2 makes a very good investment for Thunderbolt-enabled Mac owners who can afford it. The fact that it lacks USB 3.0, requires the power adapter for top performance, and is pricey will likely steer many general users away.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/vizio-3d420vx-579813/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Trump Puts the Penny on Notice: The Fuss Over Our 1-Cent Coin 1 hour ago How to Screenshot on Mac: 4 Simple Ways to Do It 2 hours ago Make Any Student Loan Payments Last Year? You Can Probably Claim This Tax Deduction 2 hours ago Devilishly Delicious: 9 Chef Hacks for Crafting the Best Deviled Eggs 2 hours ago Best Tax Software 2025: TurboTax Is Our Pick, but These Options May Work Better for You 3 hours ago How to Check if Your Expired At-Home COVID Test Is Still Valid 3 hours ago 7 Ways You Aren't Using Your Smart Display (but Should Be) 3 hours ago Carry-On Luggage: What to Pack (and What to Skip) for a Hassle-Free TSA Experience 4 hours ago This iPhone Feature Can Give Your Data an Extra Layer of Security 5 hours ago Not Ready for AI? The Easiest Ways to Opt Out of Apple Intelligence 5 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/open-office-writer-and-spelling-518403/",
+ "domain": "cnet.com",
+ "file_source": "part-00282-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Protect Your Privacy: How to Blur Your Home on Google Maps in Minutes 21 minutes ago Crabby? Can't Focus? You're Probably Sleep-Deprived. These Are the Signs 1 hour ago I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 3 hours ago Here's What Happens to Your Tax Return if the Government Shuts Down 5 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 5 hours ago How to Use AI to Write a Cover Letter 6 hours ago Not All Houseplants Are Pet-Safe, but These 7 Are 6 hours ago How to Use Your Home Security Devices Without Wi-Fi 6 hours ago Trimming Down? Avoid These 6 Weight Loss Mindsets for Better Results 6 hours ago Stay Warm and Save Money by Setting Your Thermostat to This Temperature 6 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/computing/possible-reasons-for-slowdowns-when-launching-applications/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Possible reasons for slowdowns when launching applications\n\nSometimes applications in OS X that usually launch quickly may take longer to load. There can be a variety of reasons for this, including how frequently the program is launched, and problems with items in various system libraries.\n\nSometimes applications that usually launch quickly may take longer to load, and may either bounce in the Dock more than usual or take a while to show interface elements. The system may be otherwise responsive and active when this happens, and after the application loads it may also run well, but it might take a while to launch.\n\nInactive RAM\n\nCommonly used applications or those that were recently opened will usually reopen more quickly than when the same applications are launched right after the system is booted. This is in part because of the system's HotFiles cache where it stores commonly used files for quick access, but in addition part of the application may still be loaded in memory. When you quit an application, much of the code will remain in RAM as \"Inactive Memory,\" which will reactivate when the program is launched and thereby reduce load time. If a program is freshly launched after a restart, it may therefore take a little longer to load than when you usually open it.Fonts and other shared resources\n\nIf you have recently installed any fonts, sounds, or other shared items on your system, then applications that use them might take a little longer to load. Some applications will cache the commonly used items, but this will depend on the coding of the application. If you have many fonts on your system, use Font Book to help manage them and disable those you do not use. An easy way to do this is to make groups of fonts along with a single group that contains all your fonts. Then disable the \"All Fonts\" group and enable one of your other groups when only it is needed.Application-specific plug-ins and resources\n\nMany applications will have their own plug-ins and resources that they use. These are usually installed in a specified plug-ins directory, but the program may also use shared resources (for example, the \"Internet Plug-Ins\" that all Web browsers use). If there is a problem with one of these plug-ins then the program may have a hard time loading. You can try searching for the plug-ins, which many times are in a folder that is named either by the application (\"Creative Suite\") or by the developer (\"Adobe\"), and may be located in the following directories:Macintosh HD/Library/\n\nMacintosh HD/Library/Application Support/\n\nusername/Library/\n\nusername/Library/Application Support/Bad blocks\n\nUsually hardware problems with RAM, the GPU, and other system components result in either a crash or a hang when various programs are run that make use of the faults in these components. However, if there are bad blocks on your hard disk then the drive may try reading them and pause when loading, resulting in a hang during launch while the system tries to manage the inability to read the block. Generally bad blocks are dynamically reallocated to spare ones, but there might be times when you need to force this by running a scan using a program like DiskWarrior or Drive Genius.Network and optical drive activity\n\nIf the program you are using requires a network-related resource or one that is stored on an optical disc, then the program may pause when loading to wait for that resource to become ready. You can try testing this out by ejecting optical discs and disconnecting the network, but also can try navigating to the optical drive in the Finder and allowing it to spin up before launching the program (DVD players are susceptible to this type of hang).Permissions, preferences, and caches\n\nAnother possibility for why a program might take a while to load is that resources it uses may not be accessible. These can be items in the global and system directories, in addition to preferences and other items in the user's directory. There can also be problems with application caches the program uses. Try running a maintenance tool to remove caches on your system and running a permissions fix, and also try removing the preferences file for the application. The preferences file will usually be named according to the convention of \"domain.developer.name.plist\" (as in \"com.apple.iTunes.plist\" for the iTunes program), and be stored in the /username/Library/Preferences/ folder.Questions? Comments? Have a fix? Post them below or e-mail us!\n\nBe sure to check us out on Twitter and the CNET Mac forums.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/grif-thorough-scan-disk-104791/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To These Are the Simplest and Easiest Ways You Can Save Energy Costs at Home 1 minute ago How to Create a Valentine's Day Card Using AI 16 minutes ago Hot Inflation Data Makes it Hard for Refi Rates To Fall. Today's Refinance Rates, Feb. 13, 2025 39 minutes ago Will Mortgage Rates Jump Back Above 7%? Today's Rates, Feb. 13, 2025 41 minutes ago How AI Can Help You Plan the Perfect Last-Minute Valentine's Day 1 hour ago When to Watch Episode 8 of 'The Traitors' on Peacock 1 hour ago Find Your Glasses Prescription Without an Exam Using These Online Tools 1 hour ago No, Apple Intelligence Is Not Intercepting Your Private Messages 1 hour ago Why Is Your Fridge Acting Up? 4 Common Problems and Easy Fixes 1 hour ago How to Figure Out Your IP Address -- and Why You’d Want To 1 hour ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/news/next-ubuntu-hardy-heron-to-get-full-support/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Next Ubuntu, 'Hardy Heron,' to get full support\n\nUbuntu 8.04 will be the second version of Canonical's Linux to get long-term support, the first since 'Dapper Drake' from 2006.\n\nThe first version of Ubuntu scheduled for next year will be called Hardy Heron and will be the second of Canonical's Linux products to feature long-term support.\n\nUbuntu Developer Jono Bacon posted news of the new version on a mailing list and his blog on Wednesday.\n\nHe invited interested people to submit feature requests for the release at its Launchpad site. Canonical will hold an Ubuntu Developer Summit in October 2007 in Cambridge, Mass., to hash out details and implementation plans, he added.\n\nUbuntu's next update, Gutsy Gibbon, is due in October and will sport the version number 7.10, a reference to the year and month of its release. Following the six-month release cycle, Hardy Heron, or 8.04, is scheduled for release in April 2008.\n\nHardy Heron will be the second release to feature long-term support, in which Canonical sells support and provides bug fixes for three years for desktop versions and five years for server versions. The first release to feature long-term support was Dapper Drake, released in June 2006. Ordinary versions have support for 18 months.\n\nNumerous companies and projects have emerged in recent years to challenge leaders Red Hat and Novell's Suse, but Debian-based Ubuntu is one of the few to gain any prominence. Ubuntu founder and Canonical Chief Executive Mark Shuttleworth set up the project so that freely downloadable versions of Ubuntu are identical to the supported versions. In contrast, Red Hat and Novell only support versions that people pay for through subscription plans.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/services-and-software/theres-more-than-one-solution-to-a-common-wireless-problem/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# There's more than one solution to a common wireless problem\n\nIf your PC's wireless connection hangs while attempting to acquire a network address, there may be more than one way to fix it.\n\nLife would be so much simpler if each problem we face had a single solution.\n\nOf course, \"simple\" and \"computer\" are two words you rarely find in close proximity, except when you hear someone say, \"My life would be so simple if I didn't own a computer.\"\n\nFor about two weeks, my notebook computer balked at linking to my wireless router. It would eventually connect, taking its own sweet time about it. Vista's Network and Sharing Center showed that Windows was struggling to acquire a network address.\n\nA quick Web search indicated that I wasn't the only one experiencing this problem. One forum described three different solutions to the glitch: re-enter your network's encryption key; delete your network place and recreate it with a new name; and update or replace your wireless adapter.\n\nOther forum posters suggested starting the DHCP client service, cloning the MAC address, changing the DHCP IP to the same setting as the wireless router, even disabling TCP/IP (I don't recommend this technique). I knew I was going nowhere when someone seriously suggested buying a longer ethernet cable.\n\nIf you're using Windows XP with Service Pack 2, there's a special patch for this problem, though it may have been installed on your system as part of an automatic Windows update. Of course, this wasn't going to do my Vista notebook any good.\n\nWhat struck me was that these very different solutions all worked for somebody, but not everybody. What ultimately worked for my laptop was doing nothing. Yesterday I booted the machine and was pleasantly surprised to see right off the bat the network icon in the system tray show the little blue bubble in the bottom-right corner indicating that the Internet was there waiting for me.\n\nSo what's the moral of the story? I guess it's that two people can experience the same problem but require different solutions. Or maybe that some problems may indeed go away if you ignore them.\n\nFor me, the moral is, \"Don't believe everything you read in tech forums.\"",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/unable-to-open-ereader-book-help-511455/",
+ "domain": "cnet.com",
+ "file_source": "part-00222-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 5 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 7 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 8 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 9 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 10 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 10 hours ago How to Clean a Car Interior Like a Professional Detailer 10 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 10 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 11 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 12 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/internet-not-working-292655/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 1 hour ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 2 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 3 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 3 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 3 hours ago How to Clean a Car Interior Like a Professional Detailer 3 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 4 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 5 hours ago Is That Breach Alert Real? It May Be Just Another Scam 5 hours ago Trump's IRS Hiring Freeze Probably Won't Delay Your Taxes -- but This Definitely Will 7 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/best-free-or-cheap-cell-phone-reverse-589406/",
+ "domain": "cnet.com",
+ "file_source": "part-00222-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To IRS to Taxpayers: Choose Your Tax Preparer Wisely to Safeguard Sensitive Information 2 hours ago Best Solar Panel Installation Companies in Texas 4 hours ago Struggling to Save? This Expert Tip Can Boost Your Savings Even if Money Is Tight 4 hours ago Even if the External Revenue Service Becomes a Reality, You Still Have to Pay Income Taxes 5 hours ago Check These Spots in Your Kitchen for Hidden Microplastics. Here's How to Minimize Exposure 8 hours ago Best Home Equity Line of Credit (HELOC) Rates for February 2025 8 hours ago Best Home Equity Loan Rates for February 2025 9 hours ago Follow These 4 Stretching Rules to Maximize Your Flexibility 9 hours ago 8 Things to Know Before Getting a Robot Vacuum 9 hours ago AirTags Aren’t the Best Way to Find Lost Pets, the Experts Have Spoken 10 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/downloading-playlists-from-other-computers-54329/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Clean Stainless-Steel Cookware Like a Pro With These 2 Pantry Staples 1 hour ago Best Solar Panel Installation Companies in Florida 2 hours ago Should You Share Your Social Security Number? Experts Explain the Risks and How to Stay Safe 2 hours ago 6 Simple Ways to Winterize Your Home and Save 3 hours ago I've Tried Dozens of Side Hustles. Here's How to Find the Right Fit to Boost Your Income 5 hours ago The Best Spots in Your Home to Help Indoor Plants Grow 6 hours ago Trump Says No More Making Pennies. What That Means for You 7 hours ago Best Weight Loss Programs for 2025 9 hours ago Higher Inflation Means Refi Rates Could Be Headed Up. Today's Refinance Rates, Feb. 12, 2025 11 hours ago Expect Mortgage Rates To Jump Up After Today's Hot Inflation Data. Today's Rates, Feb. 12, 2025 11 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/what-does-the-file-tasiimg-exe-do-48113/",
+ "domain": "cnet.com",
+ "file_source": "part-00662-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Saving Money in Today's Economy Isn't Easy, But Don't Give Up on This High-Yield Account Option 7 hours ago My 15-Minute or Less Baked Potato Cooking Hack 8 hours ago We Did the Math: You Should Use Space Heaters to Cut Heating Bills 9 hours ago Starlink Expands to iPhone and Android Users, but There's a Catch 10 hours ago Protect Your Privacy: How to Blur Your Home on Google Maps in Minutes 11 hours ago Crabby? Can't Focus? You're Probably Sleep-Deprived. These Are the Signs 12 hours ago I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 14 hours ago Here's What Happens to Your Tax Return if the Government Shuts Down 16 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 16 hours ago How to Use AI to Write a Cover Letter 17 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/low-wireless-speed-usinng-d-link-dir-router-588184/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To How to Check if Your Expired At-Home COVID Test Is Still Valid 14 minutes ago 7 Ways You Aren't Using Your Smart Display (but Should Be) 14 minutes ago Carry-On Luggage: What to Pack (and What to Skip) for a Hassle-Free TSA Experience 1 hour ago This iPhone Feature Can Give Your Data an Extra Layer of Security 1 hour ago Not Ready for AI? The Easiest Ways to Opt Out of Apple Intelligence 2 hours ago Homeowner Tax Perks: Secrets to Boosting Your Refund 3 hours ago Don't Believe TikTok. Trump's ERS Doesn't Mean the End of Income Taxes 5 hours ago This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 13 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 15 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 17 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/rdram-question-206602/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 4 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 6 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 7 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 8 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 9 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 9 hours ago How to Clean a Car Interior Like a Professional Detailer 9 hours ago This Is the Whole Chicken in the Air Fryer Recipe You’ll Keep Making 9 hours ago Installing a Home EV Charger Isn't Easy. Here's the Best Way to Get it Done 10 hours ago An Easy Protein Visual Guide to Help You Reach Maximum Muscle Gains 11 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/can-not-send-email-584263/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To These Two iPhone Settings Can Instantly Free Up Storage, No Deleting Required 6 hours ago You Touch It All Day -- Now It's Time to Clean Your Dirty Phone 7 hours ago Don't Overlook Your Eyes. 6 Vitamins and Supplements You Need for Peak Eye Health 8 hours ago Wine: The Secret Ingredient for These 7 Recipes 10 hours ago Trump Puts the Penny on Notice: The Fuss Over Our 1-Cent Coin 12 hours ago How to Screenshot on Mac: 4 Simple Ways to Do It 12 hours ago Make Any Student Loan Payments Last Year? You Can Probably Claim This Tax Deduction 13 hours ago Devilishly Delicious: 9 Chef Hacks for Crafting the Best Deviled Eggs 13 hours ago Best Tax Software 2025: TurboTax Is Our Pick, but These Options May Work Better for You 13 hours ago How to Check if Your Expired At-Home COVID Test Is Still Valid 14 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/computing/microsoft-now-lets-you-scrap-your-password-for-outlook-xbox-and-other-online-services/?utm_source=morning_brew",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Microsoft now lets you scrap your password for Outlook, Xbox and other online services\n\nBiometrics, security keys and authenticator apps are letting tech companies try to bypass the flaws of password-based login.\n\nMicrosoft already convinced 200 million of us to enable passwordless authentication so we can get to Outlook.com, Xbox Live, OneDrive and Skype. Now it's letting those who want to do so dump the passwords altogether.\n\nOn Wednesday, the company opened up a new option to delete your password authentication. That means your sole means of logon will be using some combination of hardware security keys, biometrics like fingerprints and Windows Hello face recognition, emailed codes, and the Microsoft Authenticator app that runs on Android phones and iPhones.\n\nTo disable password authentication, go to account.microsoft.com and open Advanced Security Options. Next, go to Additional Security Options, then look for Passwordless Account. Flip the \"Turn on\" option. Microsoft says to install and set up the Microsoft Authenticator app first.\n\nAlthough convenient, deep problems are leading tech giants past passwords for authentication. Biometrics like fingerprint and face identification have helped tremendously, as has the FIDO (Fast Identity Online) standard now built into browsers and operating systems. The transition is important for anyone who wants to stave off hackers and identity thieves.\n\nOne big password problem is that we reuse them, which means one data breach can expose many accounts. But strong, unique passwords are hard to create and remember. Password managers help with that problem, but the software can be complicated even for tech experts.\n\n\"If you decide you prefer using a password, you can always add it back to your account. But I hope you'll give passwordless a try -- I don't think you'll want to go back,\" Vasu Jakkal, leader of marketing for Microsoft's security and identity work, said in a blog post.\n\nMicrosoft's post-password moves are good for the company, too. Dumping passwords means there's less data that hackers can steal in the first place.\n\nAbout 200 million Microsoft customers, both individuals and corporate users, have moved to passwordless logon, Microsoft said. That's up from about 150 million people in 2020.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/tech-industry/open-source-group-broadens-its-reach/",
+ "domain": "cnet.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Open-source group broadens its reach\n\nThe Eclipse development tools consortium gains momentum with the announcement of 13 members to its board of stewards and the introduction of three new open-source projects.\n\nSpearheaded by IBM, the Eclipse project is a community of companies building software to integrate different types of development applications. Much as a Web portal presents several applications in a single Web browser, the Eclipse software lets programmers plug in different types of development tools while retaining the same presentation. For example, a developer could write a program that draws on collaboration software and a content management system from two separate software companies without having to learn the language for the two plug-in applications.\n\nEclipse members, which now number 30, operate on under an open-source model of a common public license, in which the software is developed in a sort of communal effort rather than behind closed doors. New board members include heavyweights Hewlett-Packard, SAP and Oracle, as well as smaller companies such as AltoWeb, Parasoft, Flashline and MKS Software.\n\nThe Eclipse software is oriented primarily toward Java developers, but other languages can work within the plug-in structure. The consortium on Monday is introducing a project to add the Cobol programming language to the Eclipse software, as well as projects for collaboration and software modeling.\n\nAlthough the battles between Microsoft and backers of the Java language such as IBM, Sun Microsystems and BEA Systems gain much industry attention, there is a large community of software programmers that favor open-source tools and operating systems for building business applications. By providing an open-source alternative that combines applications tools from many tool vendors, Eclipse members aim to outflank Microsoft, renowned for its proprietary approach to applications development, and challenge its strong relationship with software developers, said Scott Hebner, director of WebSphere at IBM.\n\n\"It's no secret that one of Microsoft's biggest strength is its developer network. (Eclipse) represents another flank around them...Microsoft sees all the other players in the industry adopting not only Java, but also Linux. That makes it impossible for Microsoft to go after a single company,\" said Hebner.\n\nIn part because of IBM's powerful position in the Java community, Eclipse is enjoying an uptick in momentum, analysts said. Since its founding last year, it has garnered the support of other tool vendors, including Oracle, Sybase, Borland International, Fujitsu and Red Hat.\n\nNotable exceptions to Eclipse membership are two of IBM's largest competitors in Java development tools, BEA and Sun. Both BEA and Sun have programs designed to entice third-party tools vendors to plug in to their own development tools and are not expected to join Eclipse. Although Sun has raised the possibility of linking its own open-source development tool project, called NetBeans, to Eclipse, the two open-source projects will likely remain distinct.\n\n\"There has already been a significant investment by (Sun's) partners in their current plug-in architecture, so it doesn't really make sense for them\" to join Eclipse, said John Meyer, senior industry analyst for application development at Giga Research. \"The two can co-exist without giving any advantage to Microsoft. I expect, however, that Eclipse will continue to grow faster than NetBeans.\"",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/free-up-disc-space/",
+ "domain": "cnet.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To When Was the Last Time You Changed Your Wi-Fi Password? Here's How to Do It 1 hour ago How to Get the Right Size Heat Pump for Your Home 4 hours ago Location Matters When Setting Up Your Mesh Router. Avoid These Spots 5 hours ago 5 Things to Know Before Getting a Heat Pump 5 hours ago How to Pick and Use Your First Credit Card 5 hours ago The IRS Has Sent $16.6 Billion in Tax Refunds Two Weeks Into Tax Season 2025 5 hours ago Here's How Much You'll Earn if You Deposit $10,000 Into a CD Now 5 hours ago Apple's iPad 10 Is the Screen I Reach for the Most, and It's $70 Off for Presidents' Day 6 hours ago Ready to Burn It All Down? I've Got the Perfect Valentine's Day Movie For You 7 hours ago All the Ways You Can File for Free This Year, From TurboTax to FreeTaxUSA 7 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/do-i-have-usb-3-0/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To You're Probably Eating a Credit Card's Worth of Plastic Each Week. Here's How to Minimize Exposure 30 minutes ago Child Tax Credit 2025: Are You Eligible? 1 hour ago I Tried to See How I'll Age Using AI, and It Wasn't as Bad as I Thought 1 hour ago Refi Rates Trend Down Ahead of Wednesday's Inflation Data. Today's Refinance Rates, Feb. 11, 2025 1 hour ago Could Tomorrow's Inflation Data Push Mortgage Rates Down? Today's Rates, Feb. 11, 2025 2 hours ago It's Not Too Late to Plan the Perfect Valentine's Day. Here's How AI Can Help 2 hours ago Here's How to Weatherproof Your Internet During the Winter 3 hours ago Boost Your Internet on the Cheap With My Secrets for Getting Faster Broadband at Home 3 hours ago I Used AI to Create a Valentine's Day Card 3 hours ago Trying to Stay Online During a Power Outage? Try These 3 Tips 4 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/how-do-i-access-a-usb-external-hard-drive/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Fruit Flies Taking Over? Here's How to Get Rid of Them for Good 34 minutes ago 7 Popular Wall Outlet Types for Your Next Replacement 1 hour ago Best Glucose Meter for Diabetes and Blood Sugar Monitoring 1 hour ago Vitamin B12: Important Benefits, Deficiency Signs and How to Supplement 1 hour ago 'Twitter Quitters' Help Push Bluesky User Base to Over 31 Million 2 hours ago How to File Your Taxes for Free This Year 2 hours ago Did Apple Automatically Opt You Into AI With the Latest iPhone Update? Here's How to Turn It Off 2 hours ago 8 Popular Sushi Myths Debunked by Professional Sushi Chefs 6 hours ago You're Probably Eating a Credit Card's Worth of Plastic Each Week. Here's How to Minimize Exposure 8 hours ago Child Tax Credit 2025: Are You Eligible? 8 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/my-wireless-connection-keeps-dropping-out-help-142810/",
+ "domain": "cnet.com",
+ "file_source": "part-00222-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Best Solar Panel Installation Companies in Texas 1 hour ago Struggling to Save? This Expert Tip Can Boost Your Savings Even if Money Is Tight 1 hour ago Even if the External Revenue Service Becomes a Reality, You Still Have to Pay Income Taxes 3 hours ago Check These Spots in Your Kitchen for Hidden Microplastics. Here's How to Minimize Exposure 5 hours ago Best Home Equity Line of Credit (HELOC) Rates for February 2025 6 hours ago Best Home Equity Loan Rates for February 2025 6 hours ago Follow These 4 Stretching Rules to Maximize Your Flexibility 6 hours ago 8 Things to Know Before Getting a Robot Vacuum 6 hours ago AirTags Aren’t the Best Way to Find Lost Pets, the Experts Have Spoken 7 hours ago Tariffs Explained: What They Are and How They Will Impact Prices 8 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/computer-won-t-boot-continous-repeated-beeping-371237/",
+ "domain": "cnet.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Flu Fighter Gifts: Top Food and Drink Ideas for a Speedy Recovery 31 minutes ago Clean Stainless-Steel Cookware Like a Pro With These 2 Pantry Staples 2 hours ago Best Solar Panel Installation Companies in Florida 3 hours ago This Unexpected Gadget Is Now My Go-To for Cooking Salmon 3 hours ago Should You Share Your Social Security Number? Experts Explain the Risks and How to Stay Safe 3 hours ago 6 Simple Ways to Winterize Your Home and Save 4 hours ago I've Tried Dozens of Side Hustles. Here's How to Find the Right Fit to Boost Your Income 7 hours ago The Best Spots in Your Home to Help Indoor Plants Grow 7 hours ago Trump Says No More Making Pennies. What That Means for You 9 hours ago Best Weight Loss Programs for 2025 11 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/content-advisor-xp-home-12144/",
+ "domain": "cnet.com",
+ "file_source": "part-00662-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To These Are the Simplest and Easiest Ways You Can Save Energy Costs at Home 1 hour ago How to Create a Valentine's Day Card Using AI 1 hour ago Hot Inflation Data Makes it Hard for Refi Rates To Fall. Today's Refinance Rates, Feb. 13, 2025 1 hour ago Will Mortgage Rates Jump Back Above 7%? Today's Rates, Feb. 13, 2025 1 hour ago How AI Can Help You Plan the Perfect Last-Minute Valentine's Day 2 hours ago When to Watch Episode 8 of 'The Traitors' on Peacock 2 hours ago Find Your Glasses Prescription Without an Exam Using These Online Tools 2 hours ago No, Apple Intelligence Is Not Intercepting Your Private Messages 2 hours ago Why Is Your Fridge Acting Up? 4 Common Problems and Easy Fixes 2 hours ago How to Figure Out Your IP Address -- and Why You’d Want To 2 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/services-and-software/defending-your-router-and-your-identity-with-a-password-change/",
+ "domain": "cnet.com",
+ "file_source": "part-00282-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Defending your router, and your identity, with a password change\n\nChanging the password in your router is a very important thing to do.\n\nRecently, in the techie Q&A column in the New York Times, someone asked about changing the password in their router. Due to space limitations, the answer by J. D. Biersdorfer was short, too short. This is what you need to know.\n\nEvery router, wired or wireless, has an internal website used to make configuration changes. Accessing this internal website requires a userid/password, something totally independent of any wireless network passwords.\n\nA year ago, in my prior blog, I discussed why it is so important to change the default router password (see Home routers can be dangerous. VERY dangerous). In brief, if your router is using the default password, your computer is vulnerable to an attack where the router is re-configured. Specifically, the dangerous configuration option is the DNS server. For an introduction to the concept of DNS servers, see my prior posting on OpenDNS.\n\nMalicious DNS servers can result in your visiting to a website, any website, and ending up at a phony version of the site run by bad guys. If the website is that of a bank or credit card company, and you enter a userid/password, you can kiss your identity, and money, good-bye.\n\nThere are three steps to changing the password in a router:*\n\n1. Find the router on the network\n\n2. Log in to the website built into the router\n\n3. Hunt around for the appropriate web page\nIf your router was setup by a good techie, there should be a piece of paper next to it with the IP address, userid and password. I'm sure this is rare.\n\nStep 1: Find The Router On Your Network\n\nEvery computer on a network is assigned a unique number. The most common networking protocol, TCP/IP, uses a 32 bit binary number which is written as four decimal numbers separated by periods (such as 192.168.1.1). The unique number for computers on a TCP/IP network is called an IP address.\n\nYou can find the IP address of the router in the following ways:\n\n1. The person who set it up tells you.\n\n2. If you have the manual for the router, it will have the default IP address. In my experience, the default IP address is rarely changed.\n\n3. You can download an electronic version of the manual from the website of the company that manufactured the router. Again, this will have the default IP address.\n\nOutput from the ipconfig command in Windows\n\nEthernet adapter Local Area Connection:\n\nConnection-specific DNS Suffix . : localdomain2\n\nIP Address. . . . . . . . . . . . : 192.168.1.88\n\nSubnet Mask . . . . . . . . . . . : 255.255.255.0\n\nDefault Gateway . . . . . . . . . : 192.168.1.1\n4. The most reliable method is to ask the TCP/IP software running on your computer. It always knows where the router is. In Windows XP, Vista and 2000, open a command prompt window and enter the command \"ipconfig\" (see above). The IP address of the router is identified by Windows as the \"Default Gateway\".\n\nOpen your web browser and type this number into the address bar, as shown below.\n\nThis will connect you with the website that lives inside the router. This website will look and act like any other website even though, technically, it is not on the world wide web.\n\nStep 2: Find The Password\n\nBefore you can see the router configuration website, you have to provide a password and possibly a userid. Usually you can't change the userid, so I'll focus on the password. In the example below, of logging in to a Belkin router, there isn't even a userid, just a password.\n\nLogging in to a Belkin Router\n\nBelow is a screen shot of logging into a Linksys router. Note that you are instructed to leave the userid blank, and only enter a password.\n\nLogging in to a Linksys Router\n\nIf you don't now the router password, start by trying the default one. The New York Times article mentioned two websites where you can find the default userid and password for many routers (here and here). Be aware though, that the sites are neither authoritative nor comprehensive. You can also find the default userid and password in the manual for the router.\n\nIf the default password doesn't work, you are safe from malicious software changing the DNS servers. Still, it's a good idea to know the password for your router.\n\nTo change a non-default password without knowing it, requires reseting the router back to the factory default settings. There should be a small Reset button for just this purpose. You may have to unwind a paper clip to press the button and may have to hold it pressed for a few seconds. The manual should explain the procedure.\n\nStep 3: Change The Password\n\nSimply put, you'll have to do some hunting around the website to find the page for changing the password. Every router I've seen has a different interface.\n\nIn a Linksys router it may be in the Administration tab. In a Belkin router, try the System Settings. In a recent D-Link router, you changed the password in the Admin sub-section of the Tools section.\n\nRather than hunt, if you have the manual in Adobe Acrobat PDF format, try doing a find for the word \"password\". Unfortunately, routers are complicated and there are many passwords. The password to login to the router is not the PPoE password, or the PPTP password or the L2TP password. It also has nothing to do with the password for the wireless network.\n\nD-Link may add more complication. Their routers may have an admin password for logging in to the router and making changes, and, a separate user password for logging in to the router in read-only mode.\n\nAfter changing the password, you will likely get bounced out of the website and forced to login with the new password. Do so, just to be sure the new password is working. Now write down the userid and password on a piece of paper and tape it to the router. For good luck, include the IP address too.\n\nBe Angry?\n\nIf the person that setup your router did not tell you the IP address, userid and password, they are incompetent. It's like buying a new car and not being able to open the hood to get to the engine. The car will run and work fine, for a while. Maybe quite a while. But there will come a time when you need to poke around the engine and you won't be able to.\n\nIf your router was using the default userid/password then the person that set it up is worse than incompetent, they are guilty of negligence. It's not inconceivable for this to result in a lawsuit someday.\n\nUpdate. March 11, 2008: I just set up a new Belkin N Mimo router. Not only does the new model continue the tradition mentioned above of supporting only a password (no userid), the default password is no password.\n\n*Note: There may also be software for managing the router, but finding and installing the software can be a headache of its own. Also, there is no standard for how the software works.\n\nSee a summary of all my Defensive Computing postings.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/laptop-messed-up-after-installing-new-printer-324616/",
+ "domain": "cnet.com",
+ "file_source": "part-00222-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To IRS to Taxpayers: Choose Your Tax Preparer Wisely to Safeguard Sensitive Information 2 hours ago Best Solar Panel Installation Companies in Texas 4 hours ago Struggling to Save? This Expert Tip Can Boost Your Savings Even if Money Is Tight 4 hours ago Even if the External Revenue Service Becomes a Reality, You Still Have to Pay Income Taxes 5 hours ago Check These Spots in Your Kitchen for Hidden Microplastics. Here's How to Minimize Exposure 8 hours ago Best Home Equity Line of Credit (HELOC) Rates for February 2025 8 hours ago Best Home Equity Loan Rates for February 2025 9 hours ago Follow These 4 Stretching Rules to Maximize Your Flexibility 9 hours ago 8 Things to Know Before Getting a Robot Vacuum 9 hours ago AirTags Aren’t the Best Way to Find Lost Pets, the Experts Have Spoken 10 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/search/?query=siggraph",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds Search results Oops! The search bar looks empty. Tell us what you’re looking for in the search bar above.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/portforwarding-doesnt-seem-to-work/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Cut Down on Dishwasher Loads With These Easy Tips for Cleaner Plates 3 hours ago Flu Fighter Gifts: Top Food and Drink Ideas for a Speedy Recovery 4 hours ago Clean Stainless-Steel Cookware Like a Pro With These 2 Pantry Staples 6 hours ago Best Solar Panel Installation Companies in New York 6 hours ago Best Solar Panel Installation Companies in Florida 6 hours ago This Unexpected Gadget Is Now My Go-To for Cooking Salmon 6 hours ago Should You Share Your Social Security Number? Experts Explain the Risks and How to Stay Safe 6 hours ago 6 Simple Ways to Winterize Your Home and Save 8 hours ago I've Tried Dozens of Side Hustles. Here's How to Find the Right Fit to Boost Your Income 10 hours ago The Best Spots in Your Home to Help Indoor Plants Grow 10 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/atheros-command-line-switches-113777/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Kendrick Lamar's Super Bowl Halftime Show Is Most-Watched Ever: How to See It 52 minutes ago Fruit Flies Taking Over? Here's How to Get Rid of Them for Good 3 hours ago 7 Popular Wall Outlet Types for Your Next Replacement 3 hours ago Best Glucose Meter for Diabetes and Blood Sugar Monitoring 3 hours ago Vitamin B12: Important Benefits, Deficiency Signs and How to Supplement 4 hours ago 'Twitter Quitters' Help Push Bluesky User Base to Over 31 Million 4 hours ago How to File Your Taxes for Free This Year 5 hours ago Did Apple Automatically Opt You Into AI With the Latest iPhone Update? Here's How to Turn It Off 5 hours ago 8 Popular Sushi Myths Debunked by Professional Sushi Chefs 9 hours ago You're Probably Eating a Credit Card's Worth of Plastic Each Week. Here's How to Minimize Exposure 10 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/plz-help-me-lg-smart-tv-netflix-problem-lg-lh5750/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Cut Down on Dishwasher Loads With These Easy Tips for Cleaner Plates 5 hours ago Flu Fighter Gifts: Top Food and Drink Ideas for a Speedy Recovery 6 hours ago Clean Stainless-Steel Cookware Like a Pro With These 2 Pantry Staples 8 hours ago Best Solar Panel Installation Companies in New York 8 hours ago Best Solar Panel Installation Companies in Florida 9 hours ago This Unexpected Gadget Is Now My Go-To for Cooking Salmon 9 hours ago Should You Share Your Social Security Number? Experts Explain the Risks and How to Stay Safe 9 hours ago 6 Simple Ways to Winterize Your Home and Save 10 hours ago I've Tried Dozens of Side Hustles. Here's How to Find the Right Fit to Boost Your Income 13 hours ago The Best Spots in Your Home to Help Indoor Plants Grow 13 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/hp-laptop-no-sound-from-laptop-to-tv-while-watching-a-movie-584513/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Not Ready for AI? The Easiest Ways to Opt Out of Apple Intelligence 1 minute ago Homeowner Tax Perks: Secrets to Boosting Your Refund 1 hour ago Don't Believe TikTok. Trump's ERS Doesn't Mean the End of Income Taxes 3 hours ago This Arlo Security Cam Is My Favorite Mix of Features and Price, and It's 50% Off for Presidents Day 11 hours ago Best Prescription Delivery Services 2025: Amazon, CVS, PillPack and More 13 hours ago 24 Spine-Chilling Horror Movies to Binge-Watch on Tubi Tonight 15 hours ago Keep Hackers Out of Your Security Cams With These 6 Easy Tips 15 hours ago Forget the Scale. Here's How to Lose Fat and Gain Muscle at the Same Time 16 hours ago Sweet Dreams: Using Magnesium to Boost Your Sleep Quality 17 hours ago How to Clean a Car Interior Like a Professional Detailer 17 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/unknown-artist-info-and-songs-347843/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Rates Decline for Prospective Buyers: Today's Mortgage Rates for Feb. 11, 2025 29 minutes ago Refi Rates Are Easing for Homeowners: Refinance Rates for Feb. 11, 2025 30 minutes ago Collagen: How to Naturally Boost Your Body's Best-Kept Secret 1 hour ago How the Apple Invites App Can Help You Plan Your Next Party 2 hours ago How to Take a Screenshot on Any iPhone or Android Phone 10 hours ago The Absolute Worst Places to Put Your Alexa Devices 11 hours ago Homeowners, Tax Credits and Deductions for Your House Can Give Your Tax Refund a Big Boost 11 hours ago Oops! How to Recover an iPhone Text You Accidentally Deleted 12 hours ago No, You Won't Have to Repay Your Forgiven Student Loans -- Unless You Fall Into This Category 12 hours ago Don't Use Antihangover Drinks to Recover After the Super Bowl. Do This Instead 13 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/videos/windows-8-1-should-you-upgrade/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nAndroid 15: See New Features in Action\n\n# Up Next\n\n### Android 15: See New Features in Action\n\niPadOS 17 Revealed at WWDC 2023\n\n### iPadOS 17 Revealed at WWDC 2023\n\nApple Puts an AI Twist on Accessibility\n\n### Apple Puts an AI Twist on Accessibility\n\nGoogle Reveals New Magic Editor for Photos\n\n### Google Reveals New Magic Editor for Photos\n\nGoogle Updates Maps With More Immersive Features\n\n### Google Updates Maps With More Immersive Features\n\niOS 16: Powerful Features You May Have Missed\n\n### iOS 16: Powerful Features You May Have Missed\n\nApple's iPhone Comes With SOS Satellite Service\n\n### Apple's iPhone Comes With SOS Satellite Service\n\nHow to Find Cheap Flights\n\n### How to Find Cheap Flights\n\nWatchOS 9: The Best Apple Watch Features Coming This Fall\n\n### WatchOS 9: The Best Apple Watch Features Coming This Fall\n\nApple's Metal 3 Improves Gaming and Game Development\n\n### Apple's Metal 3 Improves Gaming and Game Development\n\n## Tech Shows\n\nOne More Thing\n\n### One More Thing\n\nAll Things Mobile\n\n### All Things Mobile\n\nWhat the Future\n\n### What the Future\n\nBeta Test\n\n### Beta Test\n\nExpert vs. AI\n\n### Expert vs. AI\n\nCover Story\n\n### Cover Story\n\nOne More Thing\n\n### One More Thing\n\nAll Things Mobile\n\n### All Things Mobile\n\nWhat the Future\n\n### What the Future\n\nBeta Test\n\n### Beta Test\n\nExpert vs. AI\n\n### Expert vs. AI\n\nCover Story\n\n### Cover Story\n\n## Latest News\n\nWhy I'm Loving New Powerbeats and Robot Lamps: Apple Remembers What Moves Us\n\n### Why I'm Loving New Powerbeats and Robot Lamps: Apple Remembers What Moves Us\n\nSamsung Galaxy S25 Edge: What We Know About the New Slimmer Phone\n\n### Samsung Galaxy S25 Edge: What We Know About the New Slimmer Phone\n\nBest of PlayStation's February State of Play\n\n### Best of PlayStation's February State of Play\n\nStarlink Satellites Are Bringing Internet to Millions. We'll Explain the Pros and Cons\n\n### Starlink Satellites Are Bringing Internet to Millions. We'll Explain the Pros and Cons\n\nReview: My Thoughts After 2 Weeks With Samsung's Galaxy S25 Ultra\n\n### Review: My Thoughts After 2 Weeks With Samsung's Galaxy S25 Ultra\n\nBeats Powerbeats Pro 2 Are Upgraded in Every Way\n\n### Beats Powerbeats Pro 2 Are Upgraded in Every Way\n\nOpera Air Browser Tells You To Breathe: Tech Therapy\n\n### Opera Air Browser Tells You To Breathe: Tech Therapy\n\nBridget Rides in a Zoox Autonomous Car: Tech Therapy\n\n### Bridget Rides in a Zoox Autonomous Car: Tech Therapy\n\nApple's Vision Pro Problem, 1 Year Later: Tech Therapy\n\n### Apple's Vision Pro Problem, 1 Year Later: Tech Therapy\n\nThe Pebble Watch Returns: Tech Therapy\n\n### The Pebble Watch Returns: Tech Therapy\n\nWhy I'm Loving New Powerbeats and Robot Lamps: Apple Remembers What Moves Us\n\n### Why I'm Loving New Powerbeats and Robot Lamps: Apple Remembers What Moves Us\n\nSamsung Galaxy S25 Edge: What We Know About the New Slimmer Phone\n\n### Samsung Galaxy S25 Edge: What We Know About the New Slimmer Phone\n\nBest of PlayStation's February State of Play\n\n### Best of PlayStation's February State of Play\n\nStarlink Satellites Are Bringing Internet to Millions. We'll Explain the Pros and Cons\n\n### Starlink Satellites Are Bringing Internet to Millions. We'll Explain the Pros and Cons\n\nReview: My Thoughts After 2 Weeks With Samsung's Galaxy S25 Ultra\n\n### Review: My Thoughts After 2 Weeks With Samsung's Galaxy S25 Ultra\n\nBeats Powerbeats Pro 2 Are Upgraded in Every Way\n\n### Beats Powerbeats Pro 2 Are Upgraded in Every Way\n\nOpera Air Browser Tells You To Breathe: Tech Therapy\n\n### Opera Air Browser Tells You To Breathe: Tech Therapy\n\nBridget Rides in a Zoox Autonomous Car: Tech Therapy\n\n### Bridget Rides in a Zoox Autonomous Car: Tech Therapy\n\nApple's Vision Pro Problem, 1 Year Later: Tech Therapy\n\n### Apple's Vision Pro Problem, 1 Year Later: Tech Therapy\n\nThe Pebble Watch Returns: Tech Therapy",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/please-help-need-suggestions-on-workstation-hardware-upgrad-607196/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Flu Fighter Gifts: Top Food and Drink Ideas for a Speedy Recovery 12 minutes ago Clean Stainless-Steel Cookware Like a Pro With These 2 Pantry Staples 2 hours ago Best Solar Panel Installation Companies in Florida 2 hours ago This Unexpected Gadget Is Now My Go-To for Cooking Salmon 3 hours ago Should You Share Your Social Security Number? Experts Explain the Risks and How to Stay Safe 3 hours ago 6 Simple Ways to Winterize Your Home and Save 4 hours ago I've Tried Dozens of Side Hustles. Here's How to Find the Right Fit to Boost Your Income 6 hours ago The Best Spots in Your Home to Help Indoor Plants Grow 7 hours ago Trump Says No More Making Pennies. What That Means for You 8 hours ago Best Weight Loss Programs for 2025 10 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/tech/computing/is-public-domain-software-open-source/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n# Is public domain software open-source?\n\nThere's no doubt that open-source software and that in the public domain are similar. But even experts differ about just how closely linked they are.\n\nWhen writing earlier this week about Adobe's sponsoring of the SQLite project, I ran into a complicated issue: is software released into the public domain also open-source software?\n\nI have an editor who hates headlines with question marks, but I'm afraid this time it's appropriate, because even experts disagree.\n\nFor background, software or other material in the public domain simply means that it's not copyrighted. Requirements to meet the official Open Source Definition are listed by the Open Source Initiative. Two programmers, Eric Raymond and Bruce Perens, founded the OSI about 10 years ago to formalize and codify the open-source idea as it branched off the free-software movement Richard Stallman founded in the 1980s, and OSI lists 68 compliant licenses.\n\nRichard Hipp, who founded the SQLite database project in 2000 as a public-domain project, believes it does qualify as open-source software.\n\n\"I've had a number of conversations on this topic with corporate lawyers for companies that are actively using SQLite. The consensus there seems to be that 'public domain' is valid and is a proper subset of 'open source'--except in France and Germany where the concept of 'public domain' is not recognized,\" he told me in an e-mail discussion prompted by the Adobe story.\n\nBut not so fast. Take the view of Mark Radcliffe, the intellectual property attorney who's general counsel to the Open Source Initiative.\n\nWhen I asked Radcliffe if public domain software was open-source, he was clear: \"No. Truly public domain software is no longer protected by copyright, thus it cannot have a license which would impose the terms necessary to comply with any of the open source licenses,\" he said.\n\nAgreeing with him is Louis Rosen, an attorney with Rosenlaw and Einschlag who previously led OSI's legal work and who still is involved. He directed me to an older but still relevant piece he wrote about why the public domain isn't a license.\n\n\"'Public domain' will never be a license. It actually means 'No license required,'\" Rosen said. \"Software that is 'dedicated to the public' or 'to the public domain' is pretty safe. I just worry a bit when people or companies give software away in such an amateurish way, without understanding that licenses or covenants are far more efficient and effective.\"\n\nWhile \"public domain\" isn't a license on OSI's official list of open-source licenses, Perens said it's not far off: \"Software that has been formally dedicated to the public domain through some sort of written statement meets the requirements of the Open Source definition only if the source code is available. Surprisingly, 'public-domain' binary-only software exists in some odd corners of the Net.\"\n\nAnd Raymond added, \"Public-domain software qualifies...The users are guaranteed all the redistribution and reuse rights that the Open Source Definition seeks to secure by the fact that there is no owner to enforce restrictions.\"\n\nMoving from the theoretical realm into the practical, though, the SQLite project appears more open-source than not. The project's source code is available without restriction, and programmers who contribute code it to it must explicitly declare their contribution is given to the public domain for perpetuity, which appears to satisfy Perens' opinions.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/cyberlink-power2go-520364/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Rates Decline for Prospective Buyers: Today's Mortgage Rates for Feb. 11, 2025 29 minutes ago Refi Rates Are Easing for Homeowners: Refinance Rates for Feb. 11, 2025 30 minutes ago Collagen: How to Naturally Boost Your Body's Best-Kept Secret 1 hour ago How the Apple Invites App Can Help You Plan Your Next Party 2 hours ago How to Take a Screenshot on Any iPhone or Android Phone 10 hours ago The Absolute Worst Places to Put Your Alexa Devices 11 hours ago Homeowners, Tax Credits and Deductions for Your House Can Give Your Tax Refund a Big Boost 11 hours ago Oops! How to Recover an iPhone Text You Accidentally Deleted 12 hours ago No, You Won't Have to Repay Your Forgiven Student Loans -- Unless You Fall Into This Category 12 hours ago Don't Use Antihangover Drinks to Recover After the Super Bowl. Do This Instead 13 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/port-not-staying-ever-open-ing-233090/",
+ "domain": "cnet.com",
+ "file_source": "part-00440-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Cut Down on Dishwasher Loads With These Easy Tips for Cleaner Plates 1 hour ago Flu Fighter Gifts: Top Food and Drink Ideas for a Speedy Recovery 1 hour ago Clean Stainless-Steel Cookware Like a Pro With These 2 Pantry Staples 3 hours ago Best Solar Panel Installation Companies in New York 4 hours ago Best Solar Panel Installation Companies in Florida 4 hours ago This Unexpected Gadget Is Now My Go-To for Cooking Salmon 4 hours ago Should You Share Your Social Security Number? Experts Explain the Risks and How to Stay Safe 4 hours ago 6 Simple Ways to Winterize Your Home and Save 5 hours ago I've Tried Dozens of Side Hustles. Here's How to Find the Right Fit to Boost Your Income 8 hours ago The Best Spots in Your Home to Help Indoor Plants Grow 8 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.cnet.com/forums/discussions/how-can-i-export-gui-display-from-a-headless-server-557279/",
+ "domain": "cnet.com",
+ "file_source": "part-00901-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Trump Says No More Making Pennies. What That Means for You 21 minutes ago Best Weight Loss Programs for 2025 2 hours ago Higher Inflation Means Refi Rates Could Be Headed Up. Today's Refinance Rates, Feb. 12, 2025 3 hours ago Expect Mortgage Rates To Jump Up After Today's Hot Inflation Data. Today's Rates, Feb. 12, 2025 3 hours ago Tired of Tossing and Turning? 42 Ways to Improve Your Sleep Quality 3 hours ago Traveling Soon? Here’s How to Get Secure, Free Wi-Fi Anywhere 3 hours ago We Asked the Crime Experts: How Can You Protect Your Home From Burglars? 4 hours ago How to Use Booking.com's AI Trip Planner 4 hours ago Prompt Engineering for AI Chatbots: What You Need to Know and Why It's Important 4 hours ago Here's An Easy Way to Share Your Wi-Fi Password With Apple and Android Devices 4 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/still-can-t-download-pics-with-a-sd-card-reader-233025/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To All the Ways You Can File for Free This Year, From TurboTax to FreeTaxUSA 3 minutes ago Everything You Should Know About RCS Messaging on iPhone 17 minutes ago This Backpack Is My Favorite Carry-On for Flights, and It's Just $30 for Presidents Day 47 minutes ago Best Password Manager in 2025 1 hour ago This Dyson Vacuum Is My Lifeline, and It's $200 Off for Presidents Day 1 hour ago Is Your Android Phone Feeling Sluggish? Speed It Up With These Tweaks 2 hours ago 8 Unique Vacuum Hacks to Make Cleaning Easier 2 hours ago 8 Things to Know Before Getting a Robot Vacuum 2 hours ago Get More Than a Good Meal With Credit Cards That Reward You for Dining Out 2 hours ago Best Savings Accounts for February 2025 3 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/slow-computer-virus/",
+ "domain": "cnet.com",
+ "file_source": "part-00748-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To I Gave My Microwave a Steam Bath, and It Worked Better Than Any Cleaner 53 minutes ago Saving Money in Today's Economy Isn't Easy, But Don't Give Up on This High-Yield Account Option 8 hours ago My 15-Minute or Less Baked Potato Cooking Hack 9 hours ago We Did the Math: You Should Use Space Heaters to Cut Heating Bills 10 hours ago Starlink Expands to iPhone and Android Users, but There's a Catch 11 hours ago Protect Your Privacy: How to Blur Your Home on Google Maps in Minutes 12 hours ago Crabby? Can't Focus? You're Probably Sleep-Deprived. These Are the Signs 13 hours ago I Hate Accounting Software. Here's How I Manage My Freelance and Business Taxes Instead 15 hours ago Here's What Happens to Your Tax Return if the Government Shuts Down 17 hours ago 10 Mistakes to Avoid When Shopping for a New Internet Plan 17 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/excel-using-concatenate-to-display-a-date-227345/",
+ "domain": "cnet.com",
+ "file_source": "part-00223-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To 8 Popular Sushi Myths Debunked by Professional Sushi Chefs 27 minutes ago You're Probably Eating a Credit Card's Worth of Plastic Each Week. Here's How to Minimize Exposure 1 hour ago Child Tax Credit 2025: Are You Eligible? 2 hours ago I Tried to See How I'll Age Using AI, and It Wasn't as Bad as I Thought 2 hours ago Refi Rates Trend Down Ahead of Wednesday's Inflation Data. Today's Refinance Rates, Feb. 11, 2025 3 hours ago Could Tomorrow's Inflation Data Push Mortgage Rates Down? Today's Rates, Feb. 11, 2025 3 hours ago It's Not Too Late to Plan the Perfect Valentine's Day. Here's How AI Can Help 3 hours ago I Used AI to Create a Valentine's Day Card 4 hours ago Here's How to Weatherproof Your Internet During the Winter 4 hours ago Boost Your Internet on the Cheap With My Secrets for Getting Faster Broadband at Home 4 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/setting-up-and-using-an-ipod-209841/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Clean Stainless-Steel Cookware Like a Pro With These 2 Pantry Staples 1 hour ago Best Solar Panel Installation Companies in Florida 2 hours ago Should You Share Your Social Security Number? Experts Explain the Risks and How to Stay Safe 2 hours ago 6 Simple Ways to Winterize Your Home and Save 3 hours ago I've Tried Dozens of Side Hustles. Here's How to Find the Right Fit to Boost Your Income 5 hours ago The Best Spots in Your Home to Help Indoor Plants Grow 6 hours ago Trump Says No More Making Pennies. What That Means for You 7 hours ago Best Weight Loss Programs for 2025 9 hours ago Higher Inflation Means Refi Rates Could Be Headed Up. Today's Refinance Rates, Feb. 12, 2025 11 hours ago Expect Mortgage Rates To Jump Up After Today's Hot Inflation Data. Today's Rates, Feb. 12, 2025 11 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/ata-ide-question-43807/",
+ "domain": "cnet.com",
+ "file_source": "part-00018-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Trump's IRS Hiring Freeze Probably Won't Delay Your Taxes -- but This Definitely Will 1 hour ago My Budget-Friendly, High-Protein Air Fryer Guilty Pleasure Snack 1 hour ago Tariffs Explained: What They Might and Might Not Mean for Everyday Prices 1 hour ago These 3 Easy Steps Helped Us Reuse an Old Phone as a Security Camera 1 hour ago Everything Coming to Universal Orlando Resort: Epic Universe in 2025 2 hours ago 7 Vital Airbnb Checks to Make When You Arrive 2 hours ago Best Security Cameras for Alexa in 2025 3 hours ago Siri Got a Makeover: Here's How to Make Your iPhone Glow 3 hours ago Social Security February 2025: Your Money Is on the Way 4 hours ago Stain Removal Guide: How to Scrub Blood, Grease, Wine, Oil and More From Clothes 4 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/not-connected-165833/",
+ "domain": "cnet.com",
+ "file_source": "part-00282-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Kendrick Lamar's Super Bowl Halftime Show Is Most-Watched Ever: How to See It 1 hour ago Fruit Flies Taking Over? Here's How to Get Rid of Them for Good 4 hours ago 7 Popular Wall Outlet Types for Your Next Replacement 4 hours ago Best Glucose Meter for Diabetes and Blood Sugar Monitoring 4 hours ago Vitamin B12: Important Benefits, Deficiency Signs and How to Supplement 5 hours ago 'Twitter Quitters' Help Push Bluesky User Base to Over 31 Million 5 hours ago How to File Your Taxes for Free This Year 6 hours ago Did Apple Automatically Opt You Into AI With the Latest iPhone Update? Here's How to Turn It Off 6 hours ago 8 Popular Sushi Myths Debunked by Professional Sushi Chefs 10 hours ago You're Probably Eating a Credit Card's Worth of Plastic Each Week. Here's How to Minimize Exposure 11 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/vista-trouble-with-printer-sharing-237874/",
+ "domain": "cnet.com",
+ "file_source": "part-00662-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To When Was the Last Time You Changed Your Wi-Fi Password? Here's How to Do It 20 minutes ago How to Get the Right Size Heat Pump for Your Home 3 hours ago Location Matters When Setting Up Your Mesh Router. Avoid These Spots 3 hours ago 5 Things to Know Before Getting a Heat Pump 3 hours ago How to Pick and Use Your First Credit Card 3 hours ago The IRS Has Sent $16.6 Billion in Tax Refunds Two Weeks Into Tax Season 2025 4 hours ago Here's How Much You'll Earn if You Deposit $10,000 Into a CD Now 4 hours ago Apple's iPad 10 Is the Screen I Reach for the Most, and It's $70 Off for Presidents' Day 5 hours ago Ready to Burn It All Down? I've Got the Perfect Valentine's Day Movie For You 5 hours ago All the Ways You Can File for Free This Year, From TurboTax to FreeTaxUSA 6 hours ago Load more",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.cnet.com/forums/discussions/60-tv-wont-turn-on/",
+ "domain": "cnet.com",
+ "file_source": "part-00287-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nX Your Guide To a Better Future Trending AI Tech VPN Streaming Services Mobile Home Entertainment Computing Services & Software Gaming All Tech Money Banking Credit Cards Mortgages Home Equity Taxes All Money Home Energy Electric Vehicles Home Security Smart Home Kitchen & Household Yard & Outdoors All Home Wellness Sleep Nutrition Fitness Personal Care All Wellness Home Internet Broadband By Location Internet Routers All Home Internet Deals Tech Home Wellness Coupons Gift Guides All Deals Gift Guide Cover Stories More Video Price Finder Editors' Choice CNET Voices All More Back -- days -- hours -- minutes -- seconds How To Smart tips on how to make the most of all the tech in your life, from phones and smart home gadgets to internet safety. TOP PRODUCTS iPhone Android Mac Windows Smart Home TV & Movies Appliances Gaming Computers Home Entertainment Internet Phones Photography Security Tablets Wearable Tech Top How To Tips Child Tax Credit 2024: Find Out if You're Eligible and How Much Money You Could Get By Katie Teague States Sending Child Tax Credit Payments in 2024: California, Idaho, Minnesota and More By Katie Teague Verizon Customers Could Get Up to $100 in Settlement Money. How to Claim the Payout By Clifford Colby August's Last Social Security Payment Is Coming: Here's When You'll Get It By Katie Teague Phones: Best How To tips Got Questions About iOS 17 Before iOS 18's Release? We've Got You Covered By Zachary McAuliffe New iPhone 15 Pro or Pro Max? Do These 3 Things First When Setting Up By Nelson Aguilar Apple Starts Sending Out iPhone 'Batterygate' Settlement Payments. What to Know By Gael Fashingbauer Cooper New iPhone 15 or iPhone 15 Pro? Change These 4 iOS 17 Settings Right Now By Nelson Aguilar Smart Home: Best How To tips Install the Honeywell Lyric Thermostat like a pro By Megan Wollerton An IFTTT recipe that might just save your life By Megan Wollerton How to control your smart home using your car By Ry Crist Turn your old iPod into a security camera for free By Megan Wollerton Latest How To Tariffs Explained: What They Are and How They Will Impact Prices 21 minutes ago How to Choose the Right Home Generator to Match Your Needs 40 minutes ago These Are the Simplest and Easiest Ways You Can Save Energy Costs at Home 3 hours ago How to Create a Valentine's Day Card Using AI 3 hours ago Best Solar Panel Installation Companies in New Jersey 3 hours ago Why Your Air Fryer Shouldn't Go Anywhere Near an Extension Cord 3 hours ago Hot Inflation Data Makes it Hard for Refi Rates To Fall. Today's Refinance Rates, Feb. 13, 2025 3 hours ago Will Mortgage Rates Jump Back Above 7%? Today's Rates, Feb. 13, 2025 3 hours ago How AI Can Help You Plan the Perfect Last-Minute Valentine's Day 4 hours ago When to Watch Episode 8 of 'The Traitors' on Peacock 4 hours ago Load more",
+ "content_format": "markdown"
+ }
+]
\ No newline at end of file
diff --git a/codeproject_com/codeproject_com_samples_markdown.json b/codeproject_com/codeproject_com_samples_markdown.json
new file mode 100644
index 0000000000000000000000000000000000000000..1bf13f016cfcce176c48215b0d5ddbbe2e20c8d9
--- /dev/null
+++ b/codeproject_com/codeproject_com_samples_markdown.json
@@ -0,0 +1,702 @@
+[
+ {
+ "url": "https://www.codeproject.com/Forums/13695/Mobile.aspx?fid=13695&df=90&mpp=25&sort=Position&spc=Relaxed&tid=4482418&PageFlow=FixedWidth",
+ "domain": "codeproject.com",
+ "file_source": "part-00656-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/lounge.aspx?fid=1159&df=90&mpp=10&noise=1&prof=true&sort=position&view=expanded&spc=none&select=4428568&fr=22172",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/530969/findplusapluspointplusonplusanplusimage",
+ "domain": "codeproject.com",
+ "file_source": "part-00197-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/TellFriend.aspx?obtid=2&obid=34383",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=5560900&fr=76776",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/script/common/TellFriend.aspx?obtid=2&obid=327764&PageFlow=FixedWidth",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/741583/VS-TFS-cannot-create-msi-file?PageFlow=FixedWidth",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/1257731/Creating-a-cab-Archive-from-One-or-More-Files?msg=5550992",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n Microsoft requires Drivers developers who wish to qualify them for Windows 10, to pack the drivers files into a single cab and code sign it. I was looking for a way to do so programmatically. I found the MakeCab tool but from first look, it allows passing one parameter for the file, so I was looking for the easiest way to pack several files.\n Background\n The .Cab format seems to be a bit outdated. It was created by Microsoft when files which were part of a Setup application needed to be packed into disks.\n I read the article Cabinet File Compression and Extraction. \n I was hoping to find a simpler way to create .cab files, which is what brought me to write this article.\n Even today, when a .cab file is created, it will be created in folders named \"Disk1\", \"Disk2\", etc. My code also simplifies that by allowing a simple function call:\n CreateCabFromFiles(TargetCabName, n, File1,File2,File3, ...);\n For example:\n CreateCabFromFiles(L\"test.cab\",5,L\"aaa.txt\",L\"bbb.txt\",L\"ccc.txt\",L\"ddd.txt\",L\"eee.txt\");\n The target cab will be placed next to the files.\n Another interesting fact related to MakeCab is that the only way to add several files into a new .cab would be creating a file containing a list of all files to be added. My function does that for you. It then cleans up and you will only find the .cab created.\n The Building Blocks\n I will start by showing you a few building blocks we use in Secured Globe, Inc. First, a function that is used to execute a command, as if it has been typed and executed via CMD, collecting the result and displaying it back to you. In case of an error, composing a friendly error description.\n bool DoRun(WCHAR *command) { DWORD retSize; LPTSTR pTemp = NULL; TCHAR Command[BUFSIZE] = L\"\"; DeleteFile(RESULTS_FILE); _tcscpy_s(Command, L\"/C \"); _tcscat_s(Command, command); _tcscat_s(Command, L\" >\"); _tcscat_s(Command, RESULTS_FILE); wprintf(L\"Calling:\\n%s\\n\", Command); bool result = ShellExecute(GetActiveWindow(), L\"OPEN\", L\"cmd\", Command, NULL, 0L); Sleep(1000); if (result) { std::FILE *fp = _wfopen(RESULTS_FILE, L\"rb\"); if (fp) { std::string contents; std::fseek(fp, 0, SEEK_END); contents.resize(std::ftell(fp)); std::rewind(fp); std::fread(&contents[0], 1, contents.size(), fp); std::fclose(fp); CString temp1 = (CString)(CStringA)(contents.c_str()); wprintf(L\"Result:\\n%s\\n\", temp1.GetBuffer()); } } else { retSize = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ARGUMENT_ARRAY, NULL, GetLastError(), LANG_NEUTRAL, (LPTSTR)&pTemp, 0, NULL); return(L\"Error: %s\\n\", pTemp); } }\n So basically, we will be generating the list of files and then calling MakeCab with the proper parameters and bring back the results.\n The CreateCabFromFiles Function\n There are several consts to be defined:\n #define RESULTS_FILE L\"result.txt\" #define FILELIST_FILE L\"files.txt\" #define MAKECAB_COMMAND L\"makecab /d CabinetName1=%s /f %s\" #define CAB_DEF_FOLDER L\"disk1\"\n We assume that for the scope of our function, there will be a single \"disk\" created which is named by default as \"disk1\".\n Here is the CreateCabFromFiles() function:\n bool CreateCabFromFiles(LPWSTR TargetCab, int argc, ...) { va_list ptr; va_start(ptr, argc); FILE *fp = _wfopen(FILELIST_FILE, L\"w\"); if (fp) { for (int i = 0; i < argc; i++) { LPWSTR *filetowrite = va_arg(ptr, LPWSTR *); fwprintf(fp, L\"%s\\n\", filetowrite); } fclose(fp); CString command; command.Format(MAKECAB_COMMAND, TargetCab, FILELIST_FILE); if (DoRun(command.GetBuffer())) { if (CopyFile(CAB_DEF_FOLDER + (CString)L\"\\\\\" + TargetCab, TargetCab, FALSE)) { wprintf(L\"Created cab file: %s\\n\", TargetCab); DeleteFile(CAB_DEF_FOLDER + (CString)L\"\\\\\" + TargetCab); RemoveDirectory(CAB_DEF_FOLDER); DeleteFile(FILELIST_FILE); return true; } } } return true; } \n The Clean Up\n To save the need to open \"disks\" and look for the created .cab, and also to delete files created for the purpose of properly \"feeding\" MakeCab, the cleanup of this function includes the following steps:\n\n The .cab file is copied from \"disk1\" to the current path.\n The \"disk1\" folder is emptied and deleted.\n The file used to host the list of files to be added, is deleted.\n The \"results\" file used for our DoRun() function is also deleted.\n\n Testing the Code\n I used the following function call and found that it created \"drivers.cab\" next to the 3 Driver files.\n CreateCab(L\"drivers.cab\", 3,L\"drv.sys\", L\"drv.inf\", L\"drv.cat\");\n\n## Introduction\n\nMicrosoft requires Drivers developers who wish to qualify them for Windows 10, to pack the drivers files into a single cab and code sign it. I was looking for a way to do so programmatically. I found the MakeCab tool but from first look, it allows passing one parameter for the file, so I was looking for the easiest way to pack several files.\n\n## Background\n\nThe .Cab format seems to be a bit outdated. It was created by Microsoft when files which were part of a Setup application needed to be packed into disks.\n\nI read the article Cabinet File Compression and Extraction.\n\nI was hoping to find a simpler way to create .cab files, which is what brought me to write this article.\n\nEven today, when a .cab file is created, it will be created in folders named \"Disk1\", \"Disk2\", etc. My code also simplifies that by allowing a simple function call:\n\n> CreateCabFromFiles(TargetCabName, n, File1,File2,File3, ...);\n\nFor example:\n\n> CreateCabFromFiles(L\"test.cab\",5,L\"aaa.txt\",L\"bbb.txt\",L\"ccc.txt\",L\"ddd.txt\",L\"eee.txt\");\n\nThe target cab will be placed next to the files.\n\nAnother interesting fact related to MakeCab is that the only way to add several files into a new .cab would be creating a file containing a list of all files to be added. My function does that for you. It then cleans up and you will only find the .cab created.\n\n## The Building Blocks\n\nI will start by showing you a few building blocks we use in Secured Globe, Inc. First, a function that is used to execute a command, as if it has been typed and executed via CMD, collecting the result and displaying it back to you. In case of an error, composing a friendly error description.\n\n> bool DoRun(WCHAR *command) { DWORD retSize; LPTSTR pTemp = NULL; TCHAR Command[BUFSIZE] = L\"\"; DeleteFile(RESULTS_FILE); _tcscpy_s(Command, L\"/C \"); _tcscat_s(Command, command); _tcscat_s(Command, L\" >\"); _tcscat_s(Command, RESULTS_FILE); wprintf(L\"Calling:\\n%s\\n\", Command); bool result = ShellExecute(GetActiveWindow(), L\"OPEN\", L\"cmd\", Command, NULL, 0L); Sleep(1000); if (result) { std::FILE *fp = _wfopen(RESULTS_FILE, L\"rb\"); if (fp) { std::string contents; std::fseek(fp, 0, SEEK_END); contents.resize(std::ftell(fp)); std::rewind(fp); std::fread(&contents[0], 1, contents.size(), fp); std::fclose(fp); CString temp1 = (CString)(CStringA)(contents.c_str()); wprintf(L\"Result:\\n%s\\n\", temp1.GetBuffer()); } } else { retSize = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ARGUMENT_ARRAY, NULL, GetLastError(), LANG_NEUTRAL, (LPTSTR)&pTemp, 0, NULL); return(L\"Error: %s\\n\", pTemp); } }\nSo basically, we will be generating the list of files and then calling `MakeCab` with the proper parameters and bring back the results.\n\n## The CreateCabFromFiles Function\n\nThere are several `const` s to be defined:> #define RESULTS_FILE L\"result.txt\" #define FILELIST_FILE L\"files.txt\" #define MAKECAB_COMMAND L\"makecab /d CabinetName1=%s /f %s\" #define CAB_DEF_FOLDER L\"disk1\"\nWe assume that for the scope of our function, there will be a single \"disk\" created which is named by default as \" `disk1` \".Here is the `CreateCabFromFiles()` function:> bool CreateCabFromFiles(LPWSTR TargetCab, int argc, ...) { va_list ptr; va_start(ptr, argc); FILE *fp = _wfopen(FILELIST_FILE, L\"w\"); if (fp) { for (int i = 0; i < argc; i++) { LPWSTR *filetowrite = va_arg(ptr, LPWSTR *); fwprintf(fp, L\"%s\\n\", filetowrite); } fclose(fp); CString command; command.Format(MAKECAB_COMMAND, TargetCab, FILELIST_FILE); if (DoRun(command.GetBuffer())) { if (CopyFile(CAB_DEF_FOLDER + (CString)L\"\\\\\" + TargetCab, TargetCab, FALSE)) { wprintf(L\"Created cab file: %s\\n\", TargetCab); DeleteFile(CAB_DEF_FOLDER + (CString)L\"\\\\\" + TargetCab); RemoveDirectory(CAB_DEF_FOLDER); DeleteFile(FILELIST_FILE); return true; } } } return true; }\n\n### The Clean Up\n\nTo save the need to open \"disks\" and look for the created .cab, and also to delete files created for the purpose of properly \"feeding\" `MakeCab`, the cleanup of this function includes the following steps:\n\n* The .cab file is copied from \"disk1\" to the current path.\n* The \"disk1\" folder is emptied and deleted.\n* The file used to host the list of files to be added, is deleted.\n* The \"results\" file used for our\n `DoRun()` function is also deleted.\n\n## Testing the Code\n\nI used the following function call and found that it created \"drivers.cab\" next to the 3 Driver files.\n\n> CreateCab(L\"drivers.cab\", 3,L\"drv.sys\", L\"drv.inf\", L\"drv.cat\");",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/14111/Automate-the-Build-of-Microsoft-Access-Application",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n There are several tasks that usually should be performed before releasing a non-trivial Access application. Typically, this includes removing Access objects that are no longer required, compiling, compacting and repairing the database, and making an MDE file. With Access, even after following these steps, sometimes the resulting application file is larger than what you would get, if you had created a new Access application and re-imported all your objects into the new MDB.\n This article and code provides a means to automate this process, allowing the preparation and release of an Access application to be performed as part of a batch build script. The use of daily build scripts is a common practice for development teams using other platforms such as C++ and .NET. There is no reason why this practice should not also be undertaken by teams or individuals working with Access. Suggested reading on this topic is \"Joel on Software\" by Joel Spolsky. He lists having a daily automated build process as one of his 12 things that every software shop should do.\n The code for building an Access application is incorporated into a class module called AccessApp. This class module represents an instance of a new Access application that is to be built. Methods of the class allow for:\n\n Import of Access objects from other MDB (references, menus and toolbars, import/export specifications, tables, queries, forms, reports, macros, modules, and data access pages). \n Compile application. \n Compact/repair database. \n Make MDE. \n\n Using the code\n You may use the class module methods to tailor your Access build to your needs. The downloadable files include code that demonstrates receiving build parameters as command-line arguments. The idea is to include the Access build as part of a BAT file. The process is to launch the AccessBatchBuild.mdb, passing the build parameters. The AccessBatchBuild.mdb will then execute the build steps, and on completion, terminate the Access instance, allowing the batch script to move onto any additional steps in your build sequence. A typical example of what the BAT file would contain to build the Access application is:\n \"C:\\Program Files\\Microsoft Office\\Office11\\msaccess.exe\" \"D:\\AccessBatchBuild.mdb\" /nostartup /x AccessBatchBuild /cmd D:\\dbFrom.mdb/D:\\dbTo.mdb\n In plain English, this says: Launch MS Access; Open AccessBatchBuild.mdb; Invoke the macro AccessBatchBuild; and pass the From and To MDB locations as arguments. The outputs in this example will be two files: dbTo.mdb and dbTo.mde.\n Additionally, there is a GUI interface provided - comprising a form that allows selection of a source Access application and specification of the location to save the resultant Access application that is built. See the screen image.\n The code that performs the build creates an instance of the class and then performs the required steps. It looks like:\n Dim FromApp As Application Dim ToApp As AccessApp Set FromApp = New Access.Application FromApp.OpenCurrentDatabase FromMDBPath Set ToApp = New AccessApp ToApp.Path = ToMDBPath ToApp.NewApp ToApp.ClearReferences ToApp.ImportObjects FromApp, acReferences ToApp.ImportObjects FromApp, acTables ToApp.ImportObjects FromApp, acQueries ToApp.ImportObjects FromApp, acForms ToApp.ImportObjects FromApp, acReports ToApp.ImportObjects FromApp, acDataAccessPages ToApp.ImportObjects FromApp, acMacros ToApp.ImportObjects FromApp, acModules ToApp.ImportObjects FromApp, acRelationships ToApp.ImportObjects FromApp, acImpExpSpecs ToApp.ImportObjects FromApp, acCommandBars ToApp.Compile ToApp.CompactRepair ToApp.MakeMDE Set ToApp = Nothing FromApp.CloseCurrentDatabase Set FromApp = Nothing\n The purpose of each class method should be apparent.\n Points of interest\n The hardest objects to import were the menus and toolbars. This involved a bit of recursion to walk the menu tree - where a menu may contain submenus.\n The class presented here does not include error handling or logging, and perhaps such enhancements should be made. As such, if a runtime error or MDB compilation error is encountered during the build - the batch script will most likely get stuck with Access hanging - waiting for manual intervention. Feel free to add error handling and logging. In theory, the build process should not encounter errors as procedural controls should be in place such that the source objects for the build are in a state ready for release. Also, please be careful if you decide to build over the top of an existing MDB (i.e., source MDB = destination MDB). The class will handle this, and will create a temporary interim copy of the source MDB, in order to achieve this. But if things go horribly wrong, it is possible that you could lose your application. I suggest that you make the source MDB path different from the destination build MDB path to eliminate this risk.\n Various Access settings are not retained when using the build. For example, the application Start Up settings (e.g., Form to launch at startup) are not retained. My idea is that your Access application should be setting these programmatically when the application is launched. The alternative is to enhance this build class to also carry across any settings like this that need to be retained from the source MDB.\n Finally, I need work - so please contact me if you have anything for me. Also, I am interested in your opinion about this. Any bugs too, of course, testing this code was the most boring part, and therefore the end product may still need a bit of polish.\n History\n Initial submission on 14-May-2006.\n\n## Introduction\n\nThere are several tasks that usually should be performed before releasing a non-trivial Access application. Typically, this includes removing Access objects that are no longer required, compiling, compacting and repairing the database, and making an MDE file. With Access, even after following these steps, sometimes the resulting application file is larger than what you would get, if you had created a new Access application and re-imported all your objects into the new MDB.\n\nThis article and code provides a means to automate this process, allowing the preparation and release of an Access application to be performed as part of a batch build script. The use of daily build scripts is a common practice for development teams using other platforms such as C++ and .NET. There is no reason why this practice should not also be undertaken by teams or individuals working with Access. Suggested reading on this topic is \"Joel on Software\" by Joel Spolsky. He lists having a daily automated build process as one of his 12 things that every software shop should do.\n\nThe code for building an Access application is incorporated into a class module called `AccessApp`. This class module represents an instance of a new Access application that is to be built. Methods of the class allow for:\n\n* Import of Access objects from other MDB (references, menus and toolbars, import/export specifications, tables, queries, forms, reports, macros, modules, and data access pages).\n* Compile application.\n* Compact/repair database.\n* Make MDE.\n\n## Using the code\n\nYou may use the class module methods to tailor your Access build to your needs. The downloadable files include code that demonstrates receiving build parameters as command-line arguments. The idea is to include the Access build as part of a BAT file. The process is to launch the AccessBatchBuild.mdb, passing the build parameters. The AccessBatchBuild.mdb will then execute the build steps, and on completion, terminate the Access instance, allowing the batch script to move onto any additional steps in your build sequence. A typical example of what the BAT file would contain to build the Access application is:\n\n> \"C:\\Program Files\\Microsoft Office\\Office11\\msaccess.exe\" \"D:\\AccessBatchBuild.mdb\" /nostartup /x AccessBatchBuild /cmd D:\\dbFrom.mdb/D:\\dbTo.mdb\n\nIn plain English, this says: Launch MS Access; Open AccessBatchBuild.mdb; Invoke the macro AccessBatchBuild; and pass the From and To MDB locations as arguments. The outputs in this example will be two files: dbTo.mdb and dbTo.mde.\n\nAdditionally, there is a GUI interface provided - comprising a form that allows selection of a source Access application and specification of the location to save the resultant Access application that is built. See the screen image.\n\nThe code that performs the build creates an instance of the class and then performs the required steps. It looks like:\n\n> Dim FromApp As Application Dim ToApp As AccessApp Set FromApp = New Access.Application FromApp.OpenCurrentDatabase FromMDBPath Set ToApp = New AccessApp ToApp.Path = ToMDBPath ToApp.NewApp ToApp.ClearReferences ToApp.ImportObjects FromApp, acReferences ToApp.ImportObjects FromApp, acTables ToApp.ImportObjects FromApp, acQueries ToApp.ImportObjects FromApp, acForms ToApp.ImportObjects FromApp, acReports ToApp.ImportObjects FromApp, acDataAccessPages ToApp.ImportObjects FromApp, acMacros ToApp.ImportObjects FromApp, acModules ToApp.ImportObjects FromApp, acRelationships ToApp.ImportObjects FromApp, acImpExpSpecs ToApp.ImportObjects FromApp, acCommandBars ToApp.Compile ToApp.CompactRepair ToApp.MakeMDE Set ToApp = Nothing FromApp.CloseCurrentDatabase Set FromApp = Nothing\n\nThe purpose of each class method should be apparent.\n\n## Points of interest\n\nThe hardest objects to import were the menus and toolbars. This involved a bit of recursion to walk the menu tree - where a menu may contain submenus.\n\nThe class presented here does not include error handling or logging, and perhaps such enhancements should be made. As such, if a runtime error or MDB compilation error is encountered during the build - the batch script will most likely get stuck with Access hanging - waiting for manual intervention. Feel free to add error handling and logging. In theory, the build process should not encounter errors as procedural controls should be in place such that the source objects for the build are in a state ready for release. Also, please be careful if you decide to build over the top of an existing MDB (i.e., source MDB = destination MDB). The class will handle this, and will create a temporary interim copy of the source MDB, in order to achieve this. But if things go horribly wrong, it is possible that you could lose your application. I suggest that you make the source MDB path different from the destination build MDB path to eliminate this risk.\n\nVarious Access settings are not retained when using the build. For example, the application Start Up settings (e.g., Form to launch at startup) are not retained. My idea is that your Access application should be setting these programmatically when the application is launched. The alternative is to enhance this build class to also carry across any settings like this that need to be retained from the source MDB.\n\nFinally, I need work - so please contact me if you have anything for me. Also, I am interested in your opinion about this. Any bugs too, of course, testing this code was the most boring part, and therefore the end product may still need a bit of polish.\n\n## History\n\nInitial submission on 14-May-2006.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/3667/A-Decimal-Class-Implementation",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n In my last article[^], I eluded to the fact that there was another bug hiding in my code. Well, here it is! I guess it isn't precisely a bug, except under certain conditions, such as working with currency, in which precision is required.\n Math Precision\n One of the problems in the financial world is dealing with numeric precision. The double data type doesn't quite cut it, as we shall see. This presents a problem in C++ which has no decimal data type as found in C#. For example, the following C# code results in a \"true\" evaluation of n==201:\n decimal n=.3M; n-=.099M; n*=1000M; if (n==201) ... \n whereas using the double type in C++ does not:\n double n=.3; n-=.099; n*=1000; if (n==201) ... \n This is an important issue when dealing with financial math.\n The Decimal Class\n To solve this problem, I created a Decimal class. Now, I looked high and low on Code Project and Google searches for something like this, and I didn't find anything, so if I missed a contribution by another person regarding this issue, then I apologize in advance.\n class Decimal { public: static void Initialize(int precision); Decimal(void); Decimal(AutoString num); Decimal(const Decimal& d); Decimal(const __int64 n); Decimal(int intPart, int fractPart); virtual ~Decimal(void); Decimal operator+(const Decimal&); Decimal operator-(const Decimal&); Decimal operator*(const Decimal&); Decimal operator/(const Decimal&); Decimal operator +=(const Decimal&); Decimal operator -=(const Decimal&); Decimal operator *=(const Decimal&); Decimal operator /=(const Decimal&); bool operator==(const Decimal&) const; bool operator!=(const Decimal&) const; bool operator<(const Decimal&) const; bool operator<=(const Decimal&) const; bool operator>(const Decimal&) const; bool operator>=(const Decimal&) const; CString ToString(void) const; double ToDouble(void) const; protected: __int64 n; static int precision; static __int64 q; static char* pad; };\n This is a pretty basic implementation. A static Initialize method is used to set up the desired precision of the class, for all instances of Decimal. Internally, a few helper variables are initialized, which are used elsewhere for string to Decimal conversions and the multiplication and division operators:\n void Decimal::Initialize(int prec) { precision=prec; pad=new char[precision+1]; memset(pad, '0', precision); pad[precision]='\\0'; q=(__int64)pow(10.0, (double)prec); }\n A Microsoft specific 64 bit integer is used to maintain both integer and fractional components of the value, using the __int64 data type. This is a non-ANSII standard type. If you want a 96 bit integer instead, you can modify my class with PJ Naughter's 96 bit integer class found here [^].\r\n\n String To __int64 Conversion\n Decimal::Decimal(AutoString num) { AutoString intPart=num.LeftEx('.'); AutoString fractPart=num.RightEx('.'); fractPart+=&pad[strlen(fractPart)]; n=atoi(intPart); n*=q; n+=atoi(fractPart); }\n The conversion from a string to a 64 bit integer is interesting to look at as it reveals the internal workings of the class. First, the integer part and fractional parts are separated from the number. The AutoString class is a CString derived class and provides a bit nicer interface for these kind of things.\n For example, given \"123.456\":\n AutoString intPart=num.LeftEx('.'); AutoString fractPart=num.RightEx('.');\n intPart=\"123\" fractPart=\"456\"\n Now let's say you've initialized the class with a precision of 4 digits past the decimal point. This creates a pad string of \"0000\" in the initialization function, which is used to determine how many zeros to append to the fractional string. In code:\n fractPart+=&pad[strlen(fractPart)];\n fractPart is appended with a single \"0\" and becomes \"4560\".\n Finally, the two components, the integer and fractional components, are combined by shifting (base 10) the integer component left by the fractional precision and adding the fractional component:\n n=atoi(intPart); n*=q; n+=atoi(fractPart);\n The result is a single integer which maintains both integer and fractional components. Because all Decimal \"numbers\" are normalized in this way, the four basic operations (+, -, *, /) are trivial to implement.\n __int64 To String Conversion\n CString Decimal::ToString(void) const { char s[64]; __int64 n2=n/q; int fract=(int)(n-n2*q); sprintf(s, \"%d.%0*d\", (int)n2, precision, fract); return s; }\n Again, this code reveals the internal workings of the Decimal class. The 64 bit value is shifted right (base 10) by the precision and the integer component is extracted:\n __int64 n2=n/q;\n The fractional component is extracted by shifting left the integer component and subtracting from the original value:\n int fract=(int)(n-n2*q);\n And finally the string is constructed. Note the use of the * directive which tells the printf routine to determine the precision of the integer from the variable list:\n sprintf(s, \"%d.%0*d\", (int)n2, precision, fract);\n Usage\n Decimal::Initialize(4); double n=.3; n-=.099; n*=1000; printf(\"n=%.04lf (int)n=%d\\r\\n\", n, (int)n); printf(\"n == 201 ? %s\\r\\n\", n==201 ? \"yes\" : \"no\"); printf(\"n >= 201 ? %s\\r\\n\", n>=201 ? \"yes\" : \"no\"); Decimal dec(\".3\"); dec-=Decimal(\".099\"); dec*=Decimal(\"1000\"); printf(\"dec=%s\\r\\n\", dec.ToString()); printf(\"dec == 201 ? %s\\r\\n\", dec==Decimal(\"201\") ? \"yes\" : \"no\"); printf(\"dec >= 201 ? %s\\r\\n\", dec>=Decimal(\"201\") ? \"yes\" : \"no\");\n The above is an example usage and produces the following output:\n Because the __int64 type is composed from two int types (and decomposed into int types when converted back to a string), it is limited in range to the same values as a signed four byte number, +/- 2^31, or +/-2,147,483,648.\n Also, this code is not \"internationalized\".\n References:\n\n## Introduction\n\nIn my last article[^], I eluded to the fact that there was another bug hiding in my code. Well, here it is! I guess it isn't precisely a bug, except under certain conditions, such as working with currency, in which precision is required.\n\n## Math Precision\n\nOne of the problems in the financial world is dealing with numeric precision. The `double` data type doesn't quite cut it, as we shall see. This presents a problem in C++ which has no `decimal` data type as found in C#. For example, the following C# code results in a \"true\" evaluation of `n==201` :> decimal n=.3M; n-=.099M; n*=1000M; if (n==201) ...\nwhereas using the `double` type in C++ does not:> double n=.3; n-=.099; n*=1000; if (n==201) ...\n\nThis is an important issue when dealing with financial math.\n\n## The Decimal Class\n\nTo solve this problem, I created a `Decimal` class. Now, I looked high and low on Code Project and Google searches for something like this, and I didn't find anything, so if I missed a contribution by another person regarding this issue, then I apologize in advance.> class Decimal { public: static void Initialize(int precision); Decimal(void); Decimal(AutoString num); Decimal(const Decimal& d); Decimal(const __int64 n); Decimal(int intPart, int fractPart); virtual ~Decimal(void); Decimal operator+(const Decimal&); Decimal operator-(const Decimal&); Decimal operator*(const Decimal&); Decimal operator/(const Decimal&); Decimal operator +=(const Decimal&); Decimal operator -=(const Decimal&); Decimal operator *=(const Decimal&); Decimal operator /=(const Decimal&); bool operator==(const Decimal&) const; bool operator!=(const Decimal&) const; bool operator<(const Decimal&) const; bool operator<=(const Decimal&) const; bool operator>(const Decimal&) const; bool operator>=(const Decimal&) const; CString ToString(void) const; double ToDouble(void) const; protected: __int64 n; static int precision; static __int64 q; static char* pad; };\nThis is a pretty basic implementation. A static `Initialize` method is used to set up the desired precision of the class, for all instances of `Decimal`. Internally, a few helper variables are initialized, which are used elsewhere for `string` to `Decimal` conversions and the multiplication and division operators:> void Decimal::Initialize(int prec) { precision=prec; pad=new char[precision+1]; memset(pad, '0', precision); pad[precision]='\\0'; q=(__int64)pow(10.0, (double)prec); }\nA Microsoft specific 64 bit integer is used to maintain both integer and fractional components of the value, using the `__int64` data type. This is a non-ANSII standard type. If you want a 96 bit integer instead, you can modify my class with PJ Naughter's 96 bit integer class found here [^].\n\n## String To __int64 Conversion\n\n> Decimal::Decimal(AutoString num) { AutoString intPart=num.LeftEx('.'); AutoString fractPart=num.RightEx('.'); fractPart+=&pad[strlen(fractPart)]; n=atoi(intPart); n*=q; n+=atoi(fractPart); }\nThe conversion from a string to a 64 bit integer is interesting to look at as it reveals the internal workings of the class. First, the integer part and fractional parts are separated from the number. The `AutoString` class is a `CString` derived class and provides a bit nicer interface for these kind of things.\nFor example, given \"123.456\":\n\n> AutoString intPart=num.LeftEx('.'); AutoString fractPart=num.RightEx('.');\n> intPart=\"123\" fractPart=\"456\"\n\nNow let's say you've initialized the class with a precision of 4 digits past the decimal point. This creates a pad string of \"0000\" in the initialization function, which is used to determine how many zeros to append to the fractional string. In code:\n\n> fractPart+=&pad[strlen(fractPart)];\n `fractPart` is appended with a single \"0\" and becomes \"4560\".\nFinally, the two components, the integer and fractional components, are combined by shifting (base 10) the integer component left by the fractional precision and adding the fractional component:\n\n> n=atoi(intPart); n*=q; n+=atoi(fractPart);\nThe result is a single integer which maintains both integer and fractional components. Because all `Decimal` \"numbers\" are normalized in this way, the four basic operations (+, -, *, /) are trivial to implement.\n\n## __int64 To String Conversion\n\n> CString Decimal::ToString(void) const { char s[64]; __int64 n2=n/q; int fract=(int)(n-n2*q); sprintf(s, \"%d.%0*d\", (int)n2, precision, fract); return s; }\nAgain, this code reveals the internal workings of the `Decimal` class. The 64 bit value is shifted right (base 10) by the precision and the integer component is extracted:> __int64 n2=n/q;\n\nThe fractional component is extracted by shifting left the integer component and subtracting from the original value:\n\n> int fract=(int)(n-n2*q);\nAnd finally the string is constructed. Note the use of the `*` directive which tells the `printf` routine to determine the precision of the integer from the variable list:> sprintf(s, \"%d.%0*d\", (int)n2, precision, fract);\n\n## Usage\n\n> Decimal::Initialize(4); double n=.3; n-=.099; n*=1000; printf(\"n=%.04lf (int)n=%d\\r\\n\", n, (int)n); printf(\"n == 201 ? %s\\r\\n\", n==201 ? \"yes\" : \"no\"); printf(\"n >= 201 ? %s\\r\\n\", n>=201 ? \"yes\" : \"no\"); Decimal dec(\".3\"); dec-=Decimal(\".099\"); dec*=Decimal(\"1000\"); printf(\"dec=%s\\r\\n\", dec.ToString()); printf(\"dec == 201 ? %s\\r\\n\", dec==Decimal(\"201\") ? \"yes\" : \"no\"); printf(\"dec >= 201 ? %s\\r\\n\", dec>=Decimal(\"201\") ? \"yes\" : \"no\");\n\nThe above is an example usage and produces the following output:\n\nBecause the `__int64` type is composed from two `int` types (and decomposed into `int` types when converted back to a string), it is limited in range to the same values as a signed four byte number, +/- 2^31, or +/-2,147,483,648.\nAlso, this code is not \"internationalized\".\n\n## References:",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/5328912/How-do-I-solve-this-narcistic-formula",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/678366/admin-approve-reject-in-one-document",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/44371/Creating-Softbank-Mobile-Phone-Applications-J-ME?msg=3473295",
+ "domain": "codeproject.com",
+ "file_source": "part-00525-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n This article will demonstrate how to build an application for Softbank mobile phones (S!Application) using J2ME. It assumes no prior development experience and should be relatively easy to follow even for beginners.\n Development Environment Setup\n\n Download and install a Java SE Development Kit (version 1.4.2 or above) \n Download and install Eclipse (Classic) \n Download and install the MEXA SDK* \n Download and install the MEXA SDK Eclipse Plugin* \n\n * Can be downloaded from the S!Application Development Tools page of the Softbank Mobile Creation site (free registration required, site in Japanese only.)\n Creating the Project \n\n Create an empty MEXA project in Eclipse: Select “File” -> “New” -> “Other” -> “MEXA” -> “MEXA Project”Enter your project name and press “Next.” On the second panel, set the executable path to the MEXA Emulator directory and the build class path to the MEXA library:Executable path: \\Program Files\\SOFTBANK_MEXA_EMULATOR23Build class path: \\Program Files\\SOFTBANK_MEXA_EMULATOR23\\lib\\stubclasses.zipClick “Finish” once completed. \n Create a new MIDlet class: \r\nRight-click on the project’s “src” folder and select “New” -> “Class”Enter a class name in the “Name” field, enter “javax.microedition.midlet.MIDlet” for the “Superclass,” and click “Finish.”\n Configure the jad file: Double-click on the project’s “.jad” file and fill out the MIDlet name and vendor fields. Check the “use” check box next to your new class and add an application name.\n\n Adding Source Code \n\n Add the two following lines to the top of your source file: import javax.microedition.lcdui.Display; import javax.microedition.lcdui.Form; \n Add the following code to the startApp function: \r\n\nForm form = new Form(\"\"); form.append(\"Hello World\"); Display.getDisplay(this).setCurrent(form); \n\n Running the Application in the Emulator\n\n Configure MEXA emulation settings for your project: Right-click on your top project folder and select “Properties”. In the “MEXA Emulation Settings” window, set the MEXA Emulator project path to the “.jar” file created by your current project. You can find this path by right-clicking on the jar file in the Eclipse project window and checking the location label.\n Create a new run configuration: Select “Run” -> “Run Configurations”.Double-click on “MEXA Emulator - MEXA” and select your current project in the settings window. Click “Apply” and then “Run” to launch your application in the emulator. \n\n History \n\n 22 November 2009 - Initial version\n\n## Introduction\n\nThis article will demonstrate how to build an application for Softbank mobile phones (S!Application) using J2ME. It assumes no prior development experience and should be relatively easy to follow even for beginners.\n\n## Development Environment Setup\n\n* Download and install a Java SE Development Kit (version 1.4.2 or above)\n* Download and install Eclipse (Classic)\n* Download and install the MEXA SDK*\n* Download and install the MEXA SDK Eclipse Plugin*\n\n* Can be downloaded from the S!Application Development Tools page of the Softbank Mobile Creation site (free registration required, site in Japanese only.)\n\n## Creating the Project\n\n* Create an empty MEXA project in Eclipse:\n\nSelect “File” -> “New” -> “Other” -> “MEXA” -> “MEXA Project”\n\nEnter your project name and press “Next.” On the second panel, set the executable path to the MEXA Emulator directory and the build class path to the MEXA library:\n\nExecutable path: \\Program Files\\SOFTBANK_MEXA_EMULATOR23\n\nBuild class path: \\Program Files\\SOFTBANK_MEXA_EMULATOR23\\lib\\stubclasses.zip\n\nClick “Finish” once completed.\n\n* Create a new\n `MIDlet` class:\nRight-click on the project’s “src” folder and select “New” -> “Class”\n\nEnter a class name in the “Name” field, enter “ `javax.microedition.midlet.MIDlet` ” for the “Superclass,” and click “Finish.”* Configure the jad file:\nDouble-click on the project’s “.jad” file and fill out the `MIDlet` name and vendor fields. Check the “use” check box next to your new class and add an application name.\n\n## Adding Source Code\n\n* Add the two following lines to the top of your source file:\n> import javax.microedition.lcdui.Display; import javax.microedition.lcdui.Form;\n* Add the following code to the\n `startApp` function:> Form form = new Form(\"\"); form.append(\"Hello World\"); Display.getDisplay(this).setCurrent(form);\n\n## Running the Application in the Emulator\n\n* Configure MEXA emulation settings for your project:\n\nRight-click on your top project folder and select “Properties”.\n\nIn the “MEXA Emulation Settings” window, set the MEXA Emulator project path to the “.jar” file created by your current project. You can find this path by right-clicking on the jar file in the Eclipse project window and checking the location label.\n\n* Create a new run configuration:\n\nSelect “Run” -> “Run Configurations”.\n\nDouble-click on “MEXA Emulator - MEXA” and select your current project in the settings window. Click “Apply” and then “Run” to launch your application in the emulator.\n\n## History\n\n* 22 November 2009 - Initial version",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Forums/1606152/Hosting-and-Servers.aspx?fid=1606152&df=90&mpp=25&sort=Position&spc=Relaxed&tid=4291580",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/Articles/Statistics.aspx?aid=1056730",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/tellfriend.aspx?obtid=2&obid=478457",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/5330413/Csharp-check-active-directory-attribute-permission",
+ "domain": "codeproject.com",
+ "file_source": "part-00525-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/231875/Advertising-Network-Options-for-Windows-Phone-XNA",
+ "domain": "codeproject.com",
+ "file_source": "part-00656-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIf you’ve been following my blog, you know that I was busy integrating Microsoft pubCenter ads into my free “Ener-Jewels TGIF!” game over the past few months. And if you’ve played the game, you might have also noticed some ads that occasionally appear in my ad-stream that aren’t pubCenter ads (the ones with a highlighted graphic on the left and text on the right). Those are my “House Ads” which are built-in to fill the gaps when pubCenter can’t send ads to my game (can’t connect to pubCenter, no ad publishers bidding on my ad space, and other pubCenter errors). I use the House Ads to cross-sell my $1.99 “Ener-Jewels!” game, show ImproviSoft’s Contests to Win an XBOX 360 with Kinect and some Cool Games, and also to show affiliate marketing ads for products on Amazon and other websites.Today I submitted version 1.6 of “Ener-Jewels TGIF!” to Microsoft for testing and expect it to be published sometime next week. This version makes the Burst game a lot more fun to play (in my opinion) and also integrates two more ad networks – Smaato and AdDuplex. So now my game uses two ad networks (pubCenter & Smaato) that pay per impression, one ad-sharing network (AdDuplex) where you display ads for other apps that will in-turn display your ads, and my house ad network that only pays off when a click-through purchase occurs. Why so many? To get world-wide ad coverage (pubCenter currently only shows ads on U.S. phones) and to maximize the ad-space by gap-filling whenever the primary ad network can’t display an ad. Of course doing that takes a lot of ad-network management and that’s not easy because all of these networks have very different APIs. Some trigger events, some use polling, and one is completely autonomous. This past month I’ve been working on an “ad network management framework” that handles all of those differences and practically guarantees 100% ad-space coverage (even when there is no Internet connection!).Why did I choose pubCenter, Smaato, and AdDuplex? With XNA games you don’t have a lot of ad-network choices. While there are various ad networks for Silverlight apps, I only know of 4 publicly available ad networks for XNA games at this time: pubCenter, Smaato, AdDuplex (in Beta), and MillennialMedia. Apparently Mobclix has one in Beta, but I requested it twice over the past month and still haven’t received it. MobFox said “not yet, but soon” – whatever that means. And AdMob, AldarIT, and ZestADZ are Silverlight-only! Even the companies with XNA ad components released them after the Silverlight controls had been out for a while. Likewise, there are a few Silverlight “ad network management” components available, but none for XNA (mine is the 1st one that I am aware of). Here’s an overview of what I learned while evaluating and integrating these XNA ad-network SDKs in April:Millennial Media SDK (version 1.0) – My Rating: 0/5 JewelsWhen I first downloaded the Millennial Media SDK, I thought it had a lot of promise. This company has a good website and SDKs for 10 platforms including well-known 4.2.X versions for Android and iPhone. But it didn’t take long to realize that there is little delivery on that promise right now with the current Windows Phone version of the SDK. The API seems highly customizable, but by only running the demo app for a while, I soon found this SDK is just simply unstable! After a while, the demo app started acting badly – the shutter animation on the ads was in a closed position 99% of the time, completely obscuring the ads. Then the demo app froze. Not good! This is only a 1.0 product and based on what I saw, it’s not even Beta quality. There’s no way I’m going to use it in any product of mine until it gets fixed, and I recommend that you don’t either. AdDuplex SDK (version 1.1 Beta) – My Rating: 3/5 JewelsAdDuplex is a very simple SDK with minimal documentation and a minimal API. It’s too minimal for my taste, but it’s admittedly only in beta, and I like it none-the-less.The whole ad-sharing idea is great for the platform and an excellent way to advertise if you don’t have a lot of money (or any money) to spend on website advertising. What’s there does work, but the SDK needs some important improvements: AdDuplex ads aren’t pretty – white text on a black background with somewhat awkward text animation. Even my static text-based house ads look much better than these, not to mention my graphics-based house ads. There are no specified events or exceptions to handle – and I wish there were. Your code has no way to know when AdDuplex can’t acquire an ad because of this. But the AdDuplex component knows – and it displays it’s own advertisement on your app when this happens (where you could be displaying another money-paying ad-network). You can specify ad-requests every some number of seconds, but AdDuplex always overrides this value with 60 (although this isn’t documented anywhere). The SDK documentation is pretty much non-existent, but there’s really not much functionality to talk about. You can get the whole feel for the SDK by looking at the demo app source code. The AdManager has no Visible or Enabled properties. This is a problem because once AdDuplex is started, it becomes enabled and automatically handles input – even if it’s not the visible ad network! I have worked around this problem by wrapping it in a class with an Enabled property. I also reported this problem to AdDuplex and was insured that these properties will be coming next week (hope so!). Integrating AdDuplex is a great way to get “free” advertising for your game. It’s not exactly free, because while you’re displaying AdDuplex ads, you’re not getting paid, but hopefully the exposure you get from AdDuplex will more than offset the lost revenue. And if you display AdDuplex ads when your paid-per-impression ad-network errors-out, then you’re winning! I don’t see using it as your primary ad-network, but it’s a good gap-filler. Smaato SDK (1.2) – My Rating: 2/5 JewelsSmaato serves ads to over 220 countries and there is currently no other functional ad-network for WP7 XNA games that serves ads outside the USA. So please remember that, because if there was – Smaato would not-oh be in my framework-oh. Smaato is another ad network that has no Visible or Enabled properties. There’s a GetAds() function, but no “Stop Getting Ads” command (no Enabled = false;), and it really needs one. Once you call GetAds() you get ad-acquired & error events until you dispose of the AdManager object. So when you have a another ad-network running at the moment, you actually need to kill Smaato to get it to stop communicating with its server. It would be much better to just be able to set Enabled to false. And killing Smaato means that whenever you want to go back to Smaato, you need to set up the ad-network all over again. Hmmm.This SDK has the ugliest ad-network API that I’ve seen for Windows Phone. The “NewAdAcquired” event indicates when you have acquired a new ad. Unfortunately it also is fired when Smaato can’t acquire a new ad or anytime Smaato generates any kind of error. Seems like there should be a different event for errors. And almost every non-numeric SDK field is a string – there’s not an enum in sight. Error codes are integers -for example, error code 42 means “no ad available”. The SDK documentation even has some error code numbers that are described as “if you get this error code, please tell us”. And you need to switch your own ads, get textures from streams, and dispose of old ads yourself – instead of the component doing this for you. There is an intermittent app-slowdown at times too, which may be because the manual ad-switching code isn’t being done in its own thread. Simply a poor API -requiring a lot of work by the integrator to get it right.The Smaato website isn’t that good either. Smaato’s developer website is slow, sometimes taking around 10 seconds before responding (and I have blazing-fast Internet service). There is no concept of ad-units or filters like pubCenter has, so you get whatever ad Smaato sends you (even some that aren’t exactly “Rated G”). There are some interesting fields in the AdManager – giving you the ability to specify keywords associated with your app (that perhaps affects which ads you are sent), but there is no description of how it’s used by Smaato. Disappointing.There’s a lot to complain about, but it actually seems to work once you get it set up “as best as you can”. But did I mention that it serves ads to over 220 countries, Millennial Media is unstable, pubCenter only serves ads to the U.S. phones currently, and there’s no other option? That makes Smaato a must have for advertising in XNA games – until something better comes along. I’m hoping Smaato fixes these problems, but if not, I really hope AdMob puts out an XNA SDK soon. Microsoft Advertising pubCenter SDK (5.1.0.166) – My Rating: 3.5 of 5 Jewels Despite all of my previous posts about issues that I’ve had with pubCenter (I’ve noted 70+ issues in problem reports that I’ve submitted against the SDK’s code and documentation), it’s still the best ad network for displaying ads on U.S. based Windows Phones – period. It’s not impressive like iAd rich media ads (for iPhone), but it works and has the best thought-out Ad API for Windows Phone. There are definitely some quirks in the API, issues with pubCenter, problems with ad-links and how ads are displayed, but overall it works, serves Rated-G ads only, and has a decent fill rate for many ad categories. pubCenter allows you to set up ad-units that get you category-specific ads. And you can use as many ad-units in your game as you wish, placing them where-ever, and rotating them whenever you want. You can provide location data to get local ads. You can also filter out ad URLs that you don’t want provided at the server. There are a few key limitations with the Microsoft Ad solution right now though:Microsoft is officially only serving ads to U.S. based phones, although we have heard rumors that UK phones may be getting beta ads. Just about everywhere else, if you’re only using pubCenter ads, your users are seeing a blank space where your ads should be (and therefore, you aren’t getting any ad revenue from them). There aren’t as many advertisers as I’d like to see, so many ads get repeated over and over again. Fewer ad-space bidders means lower eCPM. Other than location, the API’s demographic data is not currently used by pubCenter to serve more user-relevant ads (apparently this will change “soon”) Ads received can be text or graphical, but not rich-media capable, and may not be the size you requested. I’m really hoping that Microsoft quickly expands ad-serving to other countries soon. pubCenter Support also told me that all of the issues I reported will be addressed in the next release (just wish I knew when that would be!). Looking forward to that release, but until then it’s still very usable. I like this platform and their online support people are very responsive. So here’s what I’m doing in my “Ener-Jewels TGIF!” ad network manager:For U.S. based phones my primary network is pubCenter, with failovers to Smaato and then my House Ads. I inject an AdDuplex or Affiliate Marketing (House) ad every few minutes, and also use them to gapfill whenever there is a hopefully-recoverable error with the current ad-network. House Ads are displayed whenever there is no Internet connectivity in order to get users familiar with them. If a failover network is currently visible, every few minutes the framework checks whether the primary ad-network is now available, and switches to it if possible. For non U.S. phones, it’s basically the same, but without pubCenter in the mix.UPDATES:[5/4/2011 Update]: Millennial Media contacted me yesterday and we had a conference call today. I explained the multiple problems that I experienced with their “AdView” XNA ad manager and provided them with a few ideas for improving AdView’s API. They were very receptive to my feedback and assured me that they are going to address these issues as quickly as possible. I have agreed to verify that the problems are resolved after they have updated the AdView component. I am looking forward to those changes and integrating Millennial Media’s AdView component when it’s ready.[5/5/2011 Update]: I have tried twice to contact Smaato (via email and their Contact Us webpage) about these issues, but no reply so far. Will try Twitter next.[5/6/2011 Update]: Alan Mendelevich from AdDuplex sent me a preview of his v1.2 component update that will be available publicly in a few days. This version adds Enabled and Visible properties to the component. Thanks for the quick turnaround on this, Alan! I will be using it in “Ener-Jewels TGIF!” v1.8 which should be released next week. Sent Alan additional feedback – software design ideas.[5/12/2011 Update]: Responded to Millennial Media’s request for additional feedback today on event handlers & Internet connectivity scenarios.[5/13/2011 Update]: Skype conference call today with Smaato in Germany and their SDK developer in California went well. I explained the issues above, made suggestions for addressing them, and agreed to provide feedback on the SDK changes prior to release. They’re already working on some SDK improvements. With today’s topics, it seems there’s a lot of work to do though. Hopefully they can redesign it quickly.[5/13/2011 Update]: Requested status from Mobclix on their WP7 XNA Beta SDK because I still haven’t received it. Also noted MobFox is still Silverlight-only.[5/17/2011 Update]: Reviewed Millennial Media’s latest unreleased build of their XNA SDK and sent them detailed feedback about problems that it continues to have.[5/26/2011 Update]: Smaato makes main-thread blocking calls to iso-storage, which will cause frame-rate glitches in your game. I’m reimplementing their sample code now to use a background thread to reduce the glitch, but Smaato really needs to redesign the SDK to not use iso-storage for ad textures.[6/5/2011 Update]: AdDuplex now has a way to monetize your apps by selling a fraction of your ad inventory and getting paid via PayPal. Nice![6/29/2011 Update]: Microsoft has updated the pubCenter Ad SDK! I plan to a new article about it within the next few weeks.[7/6/2011 Update]: Unfortunately, still no new Smaato or Millennial Media SDKs to report. I don’t know why it’s taking so long to update them, other than that they have a lot of problems to fix. Despite the rating above, I have found Smaato to be a disappointment – 1% of the CPM that I’m getting from Microsoft pubCenter (so it might not be worth the trouble!). Anybody getting better results?CodeProject\n\nIf you’ve been following my blog, you know that I was busy integrating Microsoft pubCenter ads into my free “Ener-Jewels TGIF!” game over the past few months. And if you’ve played the game, you might have also noticed some ads that occasionally appear in my ad-stream that aren’t pubCenter ads (the ones with a highlighted graphic on the left and text on the right). Those are my “House Ads” which are built-in to fill the gaps when pubCenter can’t send ads to my game (can’t connect to pubCenter, no ad publishers bidding on my ad space, and other pubCenter errors). I use the House Ads to cross-sell my $1.99 “Ener-Jewels!” game, show ImproviSoft’s Contests to Win an XBOX 360 with Kinect and some Cool Games, and also to show affiliate marketing ads for products on Amazon and other websites.\n\nToday I submitted version 1.6 of “Ener-Jewels TGIF!” to Microsoft for testing and expect it to be published sometime next week. This version makes the Burst game a lot more fun to play (in my opinion) and also integrates two more ad networks – Smaato and AdDuplex. So now my game uses two ad networks (pubCenter & Smaato) that pay per impression, one ad-sharing network (AdDuplex) where you display ads for other apps that will in-turn display your ads, and my house ad network that only pays off when a click-through purchase occurs. Why so many? To get world-wide ad coverage (pubCenter currently only shows ads on U.S. phones) and to maximize the ad-space by gap-filling whenever the primary ad network can’t display an ad. Of course doing that takes a lot of ad-network management and that’s not easy because all of these networks have very different APIs. Some trigger events, some use polling, and one is completely autonomous. This past month I’ve been working on an “ad network management framework” that handles all of those differences and practically guarantees 100% ad-space coverage (even when there is no Internet connection!).\n\nWhy did I choose pubCenter, Smaato, and AdDuplex? With XNA games you don’t have a lot of ad-network choices. While there are various ad networks for Silverlight apps, I only know of 4 publicly available ad networks for XNA games at this time: pubCenter, Smaato, AdDuplex (in Beta), and MillennialMedia. Apparently Mobclix has one in Beta, but I requested it twice over the past month and still haven’t received it. MobFox said “not yet, but soon” – whatever that means. And AdMob, AldarIT, and ZestADZ are Silverlight-only! Even the companies with XNA ad components released them after the Silverlight controls had been out for a while. Likewise, there are a few Silverlight “ad network management” components available, but none for XNA (mine is the 1st one that I am aware of).\n\nHere’s an overview of what I learned while evaluating and integrating these XNA ad-network SDKs in April:\n\n* Millennial Media SDK (version 1.0) – My Rating: 0/5 Jewels\n\nWhen I first downloaded the Millennial Media SDK, I thought it had a lot of promise. This company has a good website and SDKs for 10 platforms including well-known 4.2.X versions for Android and iPhone. But it didn’t take long to realize that there is little delivery on that promise right now with the current Windows Phone version of the SDK. The API seems highly customizable, but by only running the demo app for a while, I soon found this SDK is just simply unstable! After a while, the demo app started acting badly – the shutter animation on the ads was in a closed position 99% of the time, completely obscuring the ads. Then the demo app froze. Not good! This is only a 1.0 product and based on what I saw, it’s not even Beta quality. There’s no way I’m going to use it in any product of mine until it gets fixed, and I recommend that you don’t either.* AdDuplex SDK (version 1.1 Beta) – My Rating: 3/5 Jewels\n\nAdDuplex is a very simple SDK with minimal documentation and a minimal API. It’s too minimal for my taste, but it’s admittedly only in beta, and I like it none-the-less.The whole ad-sharing idea is great for the platform and an excellent way to advertise if you don’t have a lot of money (or any money) to spend on website advertising. What’s there does work, but the SDK needs some important improvements:\n\n* AdDuplex ads aren’t pretty – white text on a black background with somewhat awkward text animation. Even my static text-based house ads look much better than these, not to mention my graphics-based house ads.\n* There are no specified events or exceptions to handle – and I wish there were. Your code has no way to know when AdDuplex can’t acquire an ad because of this. But the AdDuplex component knows – and it displays it’s own advertisement on your app when this happens (where you could be displaying another money-paying ad-network).\n* You can specify ad-requests every some number of seconds, but AdDuplex always overrides this value with 60 (although this isn’t documented anywhere).\n* The SDK documentation is pretty much non-existent, but there’s really not much functionality to talk about. You can get the whole feel for the SDK by looking at the demo app source code.\n* The AdManager has no Visible or Enabled properties. This is a problem because once AdDuplex is started, it becomes enabled and automatically handles input – even if it’s not the visible ad network! I have worked around this problem by wrapping it in a class with an Enabled property. I also reported this problem to AdDuplex and was insured that these properties will be coming next week (hope so!).\n\nIntegrating AdDuplex is a great way to get “free” advertising for your game. It’s not exactly free, because while you’re displaying AdDuplex ads, you’re not getting paid, but hopefully the exposure you get from AdDuplex will more than offset the lost revenue. And if you display AdDuplex ads when your paid-per-impression ad-network errors-out, then you’re winning! I don’t see using it as your primary ad-network, but it’s a good gap-filler.\n\n* Smaato SDK (1.2) – My Rating: 2/5 Jewels\n\nSmaato serves ads to over 220 countries and there is currently no other functional ad-network for WP7 XNA games that serves ads outside the USA. So please remember that, because if there was – Smaato would not-oh be in my framework-oh.\nSmaato is another ad network that has no Visible or Enabled properties. There’s a GetAds() function, but no “Stop Getting Ads” command (no Enabled = false;), and it really needs one. Once you call GetAds() you get ad-acquired & error events until you dispose of the AdManager object. So when you have a another ad-network running at the moment, you actually need to kill Smaato to get it to stop communicating with its server. It would be much better to just be able to set Enabled to false. And killing Smaato means that whenever you want to go back to Smaato, you need to set up the ad-network all over again. Hmmm.\n\nThis SDK has the ugliest ad-network API that I’ve seen for Windows Phone. The “NewAdAcquired” event indicates when you have acquired a new ad. Unfortunately it also is fired when Smaato can’t acquire a new ad or anytime Smaato generates any kind of error. Seems like there should be a different event for errors. And almost every non-numeric SDK field is a string – there’s not an enum in sight. Error codes are integers -for example, error code 42 means “no ad available”. The SDK documentation even has some error code numbers that are described as “if you get this error code, please tell us”. And you need to switch your own ads, get textures from streams, and dispose of old ads yourself – instead of the component doing this for you. There is an intermittent app-slowdown at times too, which may be because the manual ad-switching code isn’t being done in its own thread. Simply a poor API -requiring a lot of work by the integrator to get it right.\n\nThe Smaato website isn’t that good either. Smaato’s developer website is slow, sometimes taking around 10 seconds before responding (and I have blazing-fast Internet service). There is no concept of ad-units or filters like pubCenter has, so you get whatever ad Smaato sends you (even some that aren’t exactly “Rated G”). There are some interesting fields in the AdManager – giving you the ability to specify keywords associated with your app (that perhaps affects which ads you are sent), but there is no description of how it’s used by Smaato. Disappointing.\n\nThere’s a lot to complain about, but it actually seems to work once you get it set up “as best as you can”. But did I mention that it serves ads to over 220 countries, Millennial Media is unstable, pubCenter only serves ads to the U.S. phones currently, and there’s no other option? That makes Smaato a must have for advertising in XNA games – until something better comes along. I’m hoping Smaato fixes these problems, but if not, I really hope AdMob puts out an XNA SDK soon.\n\n* Microsoft Advertising pubCenter SDK (5.1.0.166) – My Rating: 3.5 of 5 Jewels\n\nDespite all of my previous posts about issues that I’ve had with pubCenter (I’ve noted 70+ issues in problem reports that I’ve submitted against the SDK’s code and documentation), it’s still the best ad network for displaying ads on U.S. based Windows Phones – period. It’s not impressive like iAd rich media ads (for iPhone), but it works and has the best thought-out Ad API for Windows Phone. There are definitely some quirks in the API, issues with pubCenter, problems with ad-links and how ads are displayed, but overall it works, serves Rated-G ads only, and has a decent fill rate for many ad categories. pubCenter allows you to set up ad-units that get you category-specific ads. And you can use as many ad-units in your game as you wish, placing them where-ever, and rotating them whenever you want. You can provide location data to get local ads. You can also filter out ad URLs that you don’t want provided at the server. There are a few key limitations with the Microsoft Ad solution right now though:\n\n* Microsoft is officially only serving ads to U.S. based phones, although we have heard rumors that UK phones may be getting beta ads. Just about everywhere else, if you’re only using pubCenter ads, your users are seeing a blank space where your ads should be (and therefore, you aren’t getting any ad revenue from them).\n* There aren’t as many advertisers as I’d like to see, so many ads get repeated over and over again. Fewer ad-space bidders means lower eCPM.\n* Other than location, the API’s demographic data is not currently used by pubCenter to serve more user-relevant ads (apparently this will change “soon”)\n* Ads received can be text or graphical, but not rich-media capable, and may not be the size you requested.\n\nI’m really hoping that Microsoft quickly expands ad-serving to other countries soon. pubCenter Support also told me that all of the issues I reported will be addressed in the next release (just wish I knew when that would be!). Looking forward to that release, but until then it’s still very usable. I like this platform and their online support people are very responsive.\n\nSo here’s what I’m doing in my “Ener-Jewels TGIF!” ad network manager:\n\nFor U.S. based phones my primary network is pubCenter, with failovers to Smaato and then my House Ads. I inject an AdDuplex or Affiliate Marketing (House) ad every few minutes, and also use them to gapfill whenever there is a hopefully-recoverable error with the current ad-network. House Ads are displayed whenever there is no Internet connectivity in order to get users familiar with them. If a failover network is currently visible, every few minutes the framework checks whether the primary ad-network is now available, and switches to it if possible. For non U.S. phones, it’s basically the same, but without pubCenter in the mix.\n\nUPDATES:\n[5/4/2011 Update]: Millennial Media contacted me yesterday and we had a conference call today. I explained the multiple problems that I experienced with their “AdView” XNA ad manager and provided them with a few ideas for improving AdView’s API. They were very receptive to my feedback and assured me that they are going to address these issues as quickly as possible. I have agreed to verify that the problems are resolved after they have updated the AdView component. I am looking forward to those changes and integrating Millennial Media’s AdView component when it’s ready.\n\n[5/5/2011 Update]: I have tried twice to contact Smaato (via email and their Contact Us webpage) about these issues, but no reply so far. Will try Twitter next.\n\n[5/6/2011 Update]: Alan Mendelevich from AdDuplex sent me a preview of his v1.2 component update that will be available publicly in a few days. This version adds Enabled and Visible properties to the component. Thanks for the quick turnaround on this, Alan! I will be using it in “Ener-Jewels TGIF!” v1.8 which should be released next week. Sent Alan additional feedback – software design ideas.\n\n[5/12/2011 Update]: Responded to Millennial Media’s request for additional feedback today on event handlers & Internet connectivity scenarios.\n\n[5/13/2011 Update]: Skype conference call today with Smaato in Germany and their SDK developer in California went well. I explained the issues above, made suggestions for addressing them, and agreed to provide feedback on the SDK changes prior to release. They’re already working on some SDK improvements. With today’s topics, it seems there’s a lot of work to do though. Hopefully they can redesign it quickly.\n\n[5/13/2011 Update]: Requested status from Mobclix on their WP7 XNA Beta SDK because I still haven’t received it. Also noted MobFox is still Silverlight-only.\n\n[5/17/2011 Update]: Reviewed Millennial Media’s latest unreleased build of their XNA SDK and sent them detailed feedback about problems that it continues to have.\n\n[5/26/2011 Update]: Smaato makes main-thread blocking calls to iso-storage, which will cause frame-rate glitches in your game. I’m reimplementing their sample code now to use a background thread to reduce the glitch, but Smaato really needs to redesign the SDK to not use iso-storage for ad textures.\n\n[6/5/2011 Update]: AdDuplex now has a way to monetize your apps by selling a fraction of your ad inventory and getting paid via PayPal. Nice!\n\n[6/29/2011 Update]: Microsoft has updated the pubCenter Ad SDK! I plan to a new article about it within the next few weeks.\n\n[7/6/2011 Update]: Unfortunately, still no new Smaato or Millennial Media SDKs to report. I don’t know why it’s taking so long to update them, other than that they have a lot of problems to fix. Despite the rating above, I have found Smaato to be a disappointment – 1% of the CPM that I’m getting from Microsoft pubCenter (so it might not be worth the trouble!). Anybody getting better results?\n\nCodeProject",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Tips/1212932/Integration-of-Blackmagic-video-frames-into-Direct",
+ "domain": "codeproject.com",
+ "file_source": "part-00525-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n I am going to share with you some tips on how to display the images captured by Blackmagic in a DirectX environment.\n Creating the Texture\n First thing is trying to use IDeckLinkDX9ScreenPreviewHelper interface which does everything for you. The problem with this class is that you don't have a texture in your hand so you can place it wherever you want. Anyway if you want to use this class, you will notice that it will mess up the whole scene. The trick is to have it surrounded by Sprite::Being Sprite::End. Example:\n m_device->SetTransform(D3DTS_WORLD, &matrix); m_sprite->Begin(D3DXSPRITE_OBJECTSPACE | D3DXSPRITE_ALPHABLEND); helper->Render(NULL); m_sprite->End();\n In my case, I wanted to have a full control of the texture, and have the smallest latency possible, which I guess all developers want.\n The basic idea is to use the format D3DFMT_UYVY which is supported by DirectX, at least in my case, where I have an NVIDIA QUADO 600. That means that I only process the format bmdFormat8BitYUV.\n If you want to tell the driver to use this, you can specify it in a parameter IDeckLinkInput::EnableVideoInput function. Example:\n HRESULT MFDeckLinkImpl::VideoInputFormatChanged ( BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode *newMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) { Error* error = NULL; HRC(m_deckLinkInput->StopStreams()); HRC(m_deckLinkInput->EnableVideoInput (newMode->GetDisplayMode(), bmdFormat8BitYUV, bmdVideoInputEnableFormatDetection)); HRC(m_deckLinkInput->StartStreams()); } done: if (error) return error->Hr; return S_OK; } \n This way, you will force all the frames received to be in 8 bit YUV. For SDI, you will notice that it doesn't work, but changing one settings will do the work. Go to \"Blackmagic Desktop Video Setup\" conversion, and choose SD->HD and Anamorphic transformation. This way, the frames will be well formatted with 8 bit YUV data.\n Next, we need to have the 8-bit YUV image transformed into a texture. The way I did it is to create an offline surface:\n m_device->CreateOffscreenPlainSurface(_width, _height, D3DFMT_UYVY, D3DPOOL_DEFAULT, &m_surface, NULL);\n and whenever you received a frame in DrawFrame callback method, just fill in the surface with data from \"theFrame\".\n m_surface->LockRect(&rect, 0, D3DLOCK_DISCARD); memcpy(rect.pBits, _buffer, _bufferSize); m_surface->UnlockRect();\n _buffer is coming from theFrame->GetBytes(); _bufferSize is width * height * 2 in case of 8-bit YUV;\n You need to stretch the surface into a texture with RGB format, so you create the texture:\n m_device->CreateTexture(_width, _height, 1, D3DUSAGE_RENDERTARGET, D3DFMT_X8R8G8B8, D3DPOOL_DEFAULT, &m_texture, NULL);\n then copy the surface:\n IDirect3DSurface9* surface; m_texture->GetSurfaceLevel(0, &surface); HRESULT hr = m_device->StretchRect(m_surface, NULL, surface, NULL, D3DTEXF_NONE); surface->Release();\n Now you have the texture and you can do everything that you want with it :).\n Consideration\n You should be careful how you design the app, usually the DrawFrame runs on a different thread than your DirectX scene, and if you use the transformation above in the DrawFrame thread, LockRect and StrechRect will cause delay. What I did instead, I have made a copy of the bytes received from \"theFrame\", that is on the DrawFrame thread, then I use the byte array and stretch the image and texture before drawing it on the scene thread.\n Hope this helps you to get the best performance when using DirectX and Blackmagic card.\n\n## Introduction\n\nI am going to share with you some tips on how to display the images captured by Blackmagic in a DirectX environment.\n\n## Creating the Texture\n\nFirst thing is trying to use `IDeckLinkDX9ScreenPreviewHelper` interface which does everything for you. The problem with this class is that you don't have a texture in your hand so you can place it wherever you want. Anyway if you want to use this class, you will notice that it will mess up the whole scene. The trick is to have it surrounded by `Sprite::Being Sprite::End`. Example:> m_device->SetTransform(D3DTS_WORLD, &matrix); m_sprite->Begin(D3DXSPRITE_OBJECTSPACE | D3DXSPRITE_ALPHABLEND); helper->Render(NULL); m_sprite->End();\n\nIn my case, I wanted to have a full control of the texture, and have the smallest latency possible, which I guess all developers want.\n\nThe basic idea is to use the format `D3DFMT_UYVY` which is supported by DirectX, at least in my case, where I have an NVIDIA QUADO 600. That means that I only process the format `bmdFormat8BitYUV`.If you want to tell the driver to use this, you can specify it in a parameter `IDeckLinkInput::EnableVideoInput` function. Example:> HRESULT MFDeckLinkImpl::VideoInputFormatChanged ( BMDVideoInputFormatChangedEvents notificationEvents, IDeckLinkDisplayMode *newMode, BMDDetectedVideoInputFormatFlags detectedSignalFlags) { Error* error = NULL; HRC(m_deckLinkInput->StopStreams()); HRC(m_deckLinkInput->EnableVideoInput (newMode->GetDisplayMode(), bmdFormat8BitYUV, bmdVideoInputEnableFormatDetection)); HRC(m_deckLinkInput->StartStreams()); } done: if (error) return error->Hr; return S_OK; }\n\nThis way, you will force all the frames received to be in 8 bit YUV. For SDI, you will notice that it doesn't work, but changing one settings will do the work. Go to \"Blackmagic Desktop Video Setup\" conversion, and choose SD->HD and Anamorphic transformation. This way, the frames will be well formatted with 8 bit YUV data.\n\nNext, we need to have the 8-bit YUV image transformed into a texture. The way I did it is to create an offline surface:\n\n> m_device->CreateOffscreenPlainSurface(_width, _height, D3DFMT_UYVY, D3DPOOL_DEFAULT, &m_surface, NULL);\nand whenever you received a frame in `DrawFrame` callback method, just fill in the `surface` with data from \" `theFrame` \".> m_surface->LockRect(&rect, 0, D3DLOCK_DISCARD); memcpy(rect.pBits, _buffer, _bufferSize); m_surface->UnlockRect();\n `_buffer` is coming from `theFrame` -> `GetBytes();` `_bufferSize` is `width * height * 2` in case of 8-bit YUV;You need to stretch the `surface` into a texture with RGB format, so you create the texture:> m_device->CreateTexture(_width, _height, 1, D3DUSAGE_RENDERTARGET, D3DFMT_X8R8G8B8, D3DPOOL_DEFAULT, &m_texture, NULL);\nthen copy the `surface` :> IDirect3DSurface9* surface; m_texture->GetSurfaceLevel(0, &surface); HRESULT hr = m_device->StretchRect(m_surface, NULL, surface, NULL, D3DTEXF_NONE); surface->Release();\n\nNow you have the texture and you can do everything that you want with it :).\n\n## Consideration\n\nYou should be careful how you design the app, usually the `DrawFrame` runs on a different thread than your DirectX scene, and if you use the transformation above in the `DrawFrame` thread, `LockRect` and `StrechRect` will cause delay. What I did instead, I have made a copy of the bytes received from \" `theFrame` \", that is on the `DrawFrame` thread, then I use the byte array and stretch the image and texture before drawing it on the scene thread.\nHope this helps you to get the best performance when using DirectX and Blackmagic card.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/537024/Lackplusofplusactionplusplanplusinplusframingplusa",
+ "domain": "codeproject.com",
+ "file_source": "part-00656-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=12021",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/TellFriend.aspx?obtid=2&obid=114122",
+ "domain": "codeproject.com",
+ "file_source": "part-00197-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=2911&zep=TSWizardDemo%2FForm1.cs&rzp=%2FKB%2Fdialog%2Ftswizard%2F%2Ftswizard11_src.zip",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Ticket: Error: An error occurred in this page. The error has been recorded and the site administrator informed. Abort, Retry, Fail?_",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=5495709&fr=91484",
+ "domain": "codeproject.com",
+ "file_source": "part-00525-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=10&noise=1&prof=True&sort=Position&view=Expanded&spc=None&select=4477249&fr=2494",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/653024/Custom-file-attributes-when-creating-a-file",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=5251761&fr=228801",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/11833/ASP-NET-Reports-Starter-Kits-Porting-from-Windows",
+ "domain": "codeproject.com",
+ "file_source": "part-00335-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroductionThe scenario is to port one of the ASP.NET starter kits from Windows to Linux using cross-platform of choice (like Grasshopper, Mono, PHP, Macromedia and so on). We can use existing SQL Server (which ASP.NET Reports already works with) or any other database like MySQL, PostgreSQL and so on.My ChoiceAmong the 4 choices I decided to go ahead with Grasshopper. Although Mono is a very good too.Reports starter kit is proven to work with SQL Server, I didn't want to fix it when it is not broken. I simply choose to use Hosted SQL Server instead of migrating to MySQL, PostgreSQL and so on.Grasshopper SetupDownload and install Grasshopper from http://dev.mainsoft.com/Default.aspx?tabid=28. Tomcat is installed as part of Grasshopper installation.Download and install 'Directory Services' and 'Drawing' Beta components files from http://dev.mainsoft.com/Default.aspx?tabid=28. Don't forget to updated the Grasshopper runtime with the System.DirectoryServices modules. Though they are Beta, they worked quite well for me. Doing so will save some time GOOGLING for errors during build. Though Directory Services is not required for this project it might be required for future project, so you might consider downloading it.Reports Starter Kits SetupDownload and install ASP.NET Reports Starter Kit from http://www.asp.net/Default.aspx?tabindex=8&tabid=47. Go with default options which installing the Reports Starter KitOur Windows to Linux PortStart Tomcat (Go to Start-->All Programs-->Visual MainWin for the J2EE(TM) platform and click Start Tomcat).Open Reports Starter Kit Visual Studio Solution (Go to Start-->All Programs-->ASP.NET Starter Kits-->ASP.NET Reports (CSVS) click ASP.NET Reports Starter Kit (CSVS).sln).Right click the ReportsCSVS project and hit 'Generate J2EE project'. A wizard will be open, follow the below steps... Hit Next button.Check 'Save a copy of the original solution file' and hit Finish button.Grasshopper takes couple of minutes, let it finish.A New Project (ReportsCSVS.J2EE) will be added to the current solution. Right Click ReportsCSVS.J2EE Project and hit Build, wait until the Java conversion completes (takes a minute or two). Now you might have noticed some warnings, there will be some little issues which we will be discussing below. Once we fix them all we will rebuild the solution to get the application working.Challenges (I like to call issues)We will address the issues that occur during the Windows to Linux porting process. Practically we discover and solve all the issues during build and testing time. For this project the easiest issues are build time errors or warning. Fortunately, there are no build time errors, but we have 3 warnings here. warning JC8000: Not Implemented Element 'customErrors' warning JC8000: Not Implemented Element 'sessionState' warning JC8000: Not Implemented Element 'pages' All these warnings are from web.config file and are due to the fact customErrors, sessionState and pages are unsupported elements. The solution is to comment them out in web.config. Now it all seems to have compiled successfully and when I run the application I see the error 'JDBC' error. My connection string was like below... The problem seems to be that my starter kit installation was using 'localhost' for server in web.config's ConnectionString's property. I had to change it to 'HOME' (my home PC). Then I discovered that it had troubles connecting using 'Trusted connection', as my SQL Server didn't give any permission. I changed the connection string to use username/password instead of Trusted connection as below... Issues #2 fixed. Note: It looks like we have to rebuild whenever we change the connectionString in web.config, otherwise the application is not picking it up. Everything seem to be working nicely, I ran the application and started testing every report. Boom, the Visual.aspx was not showing the Pie or Bar charts properly, they had blank images there. I started debugging the application (please go through http://dev.mainsoft.com/Default.aspx?tabid=32&src=ww_DebuggingProjects.html to setup and start debugging) and found that there was a condition and the ChartGenerator.aspx page will display the bar/pie chart only if the condition is satisfied. When I looked closed at the condition in ChartGenerator.aspx, it was trying to display the chart to only users that come from the our ReportsCSVS site as shown below.if (Request.UrlReferrer != null &&((Request.UrlReferrer.Host.ToLower() == Environment.UserDomainName.ToLower()) || Request.UrlReferrer.Host.ToLower() == \"localhost\")) I realised that there was actually a 4th warning which I didn't notice earlier; it says... Not Implemented Property system.Environment.UserDomainName I implemented this condition to use Request.Url.Host instead of Environment.UserDomainName property and rebuilt the solution. All reports seem to be working very fine. After going through all of them I found one more issue. It is a little thing, the image in Simple Report Overview was missing. At first I though it might be some Charting error again. But, it turned out that it was a HTML page (Simple.htm) which was using an image. This image was missing when I view it in the browser (IE 6). When I looked at the img tag, I couldn't sport the error, when I rewrote the line myself I found that the image extension of 'SimpleOverview' image was '.PNG' instead of '.png' in Docs/Simple.htm file, which actually caused the culprit. Renaming it to '.png' fixed the problem. It probably looked like Tomcat was case sensitive. Package and DeployRight click the ReportsCSVS.J2EE project and click 'Deployment Packager', grasshopper will create a WAR file (J2EE deployment file). Due to size limitations i didn't choose the 'Create self-contained package, which includes the whole Visual MainWin framework' (13MB) option. Choose the options as shown in the image below... My project has two WAR files (ASPNET.StarterKit.Reports.war and ReportsCSVS.J2EE.war) and a ReportsCSVS.J2EE.deployWar file, in the bin_Java folder. Tomcat management console can be used to upload & deploy the WAR file to install the application. Based on Application Server your project is associated with Grasshopper can deploy the application itself. I can view my application in IIS at http://localhost/ReportsCSVS/Default.aspx and in Tomcat at http://localhost:8080/ReportsCSVS/Default.aspx.\n\n## Introduction\n\nThe scenario is to port one of the ASP.NET starter kits from Windows to Linux using cross-platform of choice (like Grasshopper, Mono, PHP, Macromedia and so on). We can use existing SQL Server (which ASP.NET Reports already works with) or any other database like MySQL, PostgreSQL and so on.\n\n## My Choice\n\nAmong the 4 choices I decided to go ahead with Grasshopper. Although Mono is a very good too.\n\nReports starter kit is proven to work with SQL Server, I didn't want to fix it when it is not broken. I simply choose to use Hosted SQL Server instead of migrating to MySQL, PostgreSQL and so on.\n\n## Grasshopper Setup\n\n* Download and install Grasshopper from http://dev.mainsoft.com/Default.aspx?tabid=28. Tomcat is installed as part of Grasshopper installation.\n* Download and install 'Directory Services' and 'Drawing' Beta components files from http://dev.mainsoft.com/Default.aspx?tabid=28. Don't forget to updated the Grasshopper runtime with the System.DirectoryServices modules. Though they are Beta, they worked quite well for me. Doing so will save some time GOOGLING for errors during build. Though Directory Services is not required for this project it might be required for future project, so you might consider downloading it.\n\n## Reports Starter Kits Setup\n\n* Download and install ASP.NET Reports Starter Kit from http://www.asp.net/Default.aspx?tabindex=8&tabid=47.\n* Go with default options which installing the Reports Starter Kit\n\n## Our Windows to Linux Port\n\n* Start Tomcat (Go to Start-->All Programs-->Visual MainWin for the J2EE(TM) platform and click Start Tomcat).\n* Open Reports Starter Kit Visual Studio Solution (Go to Start-->All Programs-->ASP.NET Starter Kits-->ASP.NET Reports (CSVS) click ASP.NET Reports Starter Kit (CSVS).sln).\n* Right click the ReportsCSVS project and hit 'Generate J2EE project'. A wizard will be open, follow the below steps...\n\n* Hit Next button.\n* Check 'Save a copy of the original solution file' and hit Finish button.\n* Grasshopper takes couple of minutes, let it finish.\n* A New Project (ReportsCSVS.J2EE) will be added to the current solution.\n* Right Click ReportsCSVS.J2EE Project and hit Build, wait until the Java conversion completes (takes a minute or two).\n* Now you might have noticed some warnings, there will be some little issues which we will be discussing below. Once we fix them all we will rebuild the solution to get the application working.\n\n## Challenges (I like to call issues)\n\nWe will address the issues that occur during the Windows to Linux porting process. Practically we discover and solve all the issues during build and testing time. For this project the easiest issues are build time errors or warning.\n\n* Fortunately, there are no build time errors, but we have 3 warnings here.\n> warning JC8000: Not Implemented Element 'customErrors' warning JC8000: Not Implemented Element 'sessionState' warning JC8000: Not Implemented Element 'pages'\nAll these warnings are from web.config file and are due to the fact customErrors, sessionState and pages are unsupported elements. The solution is to comment them out in web.config.* Now it all seems to have compiled successfully and when I run the application I see the error 'JDBC' error. My connection string was like below...\n> \nThe problem seems to be that my starter kit installation was using 'localhost' for server in web.config's ConnectionString's property. I had to change it to 'HOME' (my home PC). Then I discovered that it had troubles connecting using 'Trusted connection', as my SQL Server didn't give any permission. I changed the connection string to use username/password instead of Trusted connection as below...> \nIssues #2 fixed. Note: It looks like we have to rebuild whenever we change the connectionString in web.config, otherwise the application is not picking it up.* Everything seem to be working nicely, I ran the application and started testing every report. Boom, the Visual.aspx was not showing the Pie or Bar charts properly, they had blank images there. I started debugging the application (please go through http://dev.mainsoft.com/Default.aspx?tabid=32&src=ww_DebuggingProjects.html to setup and start debugging) and found that there was a condition and the ChartGenerator.aspx page will display the bar/pie chart only if the condition is satisfied. When I looked closed at the condition in ChartGenerator.aspx, it was trying to display the chart to only users that come from the our ReportsCSVS site as shown below.\n> if (Request.UrlReferrer != null &&((Request.UrlReferrer.Host.ToLower() == Environment.UserDomainName.ToLower()) || Request.UrlReferrer.Host.ToLower() == \"localhost\"))\nI realised that there was actually a 4th warning which I didn't notice earlier; it says...> Not Implemented Property system.Environment.UserDomainName\nI implemented this condition to use Request.Url.Host instead of Environment.UserDomainName property and rebuilt the solution.* All reports seem to be working very fine. After going through all of them I found one more issue. It is a little thing, the image in Simple Report Overview was missing. At first I though it might be some Charting error again. But, it turned out that it was a HTML page (Simple.htm) which was using an image. This image was missing when I view it in the browser (IE 6). When I looked at the img tag, I couldn't sport the error, when I rewrote the line myself I found that the image extension of 'SimpleOverview' image was '.PNG' instead of '.png' in Docs/Simple.htm file, which actually caused the culprit. Renaming it to '.png' fixed the problem. It probably looked like Tomcat was case sensitive.\n\n## Package and Deploy\n\n* Right click the ReportsCSVS.J2EE project and click 'Deployment Packager', grasshopper will create a WAR file (J2EE deployment file). Due to size limitations i didn't choose the 'Create self-contained package, which includes the whole Visual MainWin framework' (13MB) option. Choose the options as shown in the image below...\n\nMy project has two WAR files (ASPNET.StarterKit.Reports.war and ReportsCSVS.J2EE.war) and a ReportsCSVS.J2EE.deployWar file, in the bin_Java folder.* Tomcat management console can be used to upload & deploy the WAR file to install the application. Based on Application Server your project is associated with Grasshopper can deploy the application itself.\n\nI can view my application in IIS at\n\nhttp://localhost/ReportsCSVS/Default.aspx\nand in Tomcat at\n\nhttp://localhost:8080/ReportsCSVS/Default.aspx\n.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/TellFriend.aspx?obtid=2&obid=20127",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Your Email: * Your friend's Email: * Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/67127/how-to-monitor-and-shape-network-traffic",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/1089718/Global-Exceptions-Handling-in-WPF",
+ "domain": "codeproject.com",
+ "file_source": "part-00656-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nAre you sure you know the difference between the following events?\n\n Dispatcher.UnhandledException\n\n Application.DispatcherUnhandledException\n\n AppDomain.UnhandledException\n\n TaskScheduler.UnobservedTaskException\n\n My dean in the university has always been saying that the first rule of programming is “Programs should not contain any errors” and the second rule of programming is “There are no programs written without errors”. So, sometimes, I’m sorry, but sh*t happens and uncaught exceptions occur and they fly freely until they reach the top of the execution stack, thus crushing your program. Global exceptions handling exists in order to react somehow to such horrible cases. There is a bunch of events which fire up when an unhandled exception occurs. Let’s consider what events can help us. The most useful events as we already mentioned are:\n\n Dispatcher.UnhandledException\n\n Application.DispatcherUnhandledException\n\n AppDomain.UnhandledException\n\n TaskScheduler.UnobservedTaskException\n\n Exception on a Dispatcher Thread\n The difference between the first two events is a little bit slick. The second one catches exceptions from the main UI dispatcher thread, while the first one catches exceptions from a specific UI dispatcher thread. Usually, they are the same, because in 99% of the cases, WPF application has only one UI-thread and because of that, both the events catch exceptions from the same thread, from the main UI thread. The thing is that WPF is not restricted to have only one UI thread. You can create another UI thread with a corresponding Dispatcher. And in that case, you will have to attach your handler to the UnhandledException event of the first dispatcher and the second dispatcher. Chances that you will never face such a situation in your entire life are very high. So, generally speaking, you are free to attach handlers to any of these events.\n Exception on a Worker Thread\n An exception might be thrown from any worker thread in your application. In general, you can spawn the worker thread either by using Thread class directly or the modern API of Tasks. And regarding global exceptions handling, these cases are different. If an exception was thrown from a task, it can be caught only in the TaskScheduler.UnobservedTaskException. On the contrary, if an exception was thrown from any other thread, except the UI-thread and threads spawned by Tasks, it can be caught only in the AppDomain.UnhandledException event.\n You can’t actually handle the exception in the AppDomain.UnhandledException event. You can just log it. If you want your application to stay alive, you need to add a directive in the configuration file of your application:\n =\"1.0\" =\"utf-8\" \n Since the release of .NET 4.5, UnobservedTaskException does not kill the application. If you want to get back the old behavior, you should add the following directive in the configuration file:\n =\"1.0\" =\"utf-8\" \n By the way, exceptions occurred within Tasks will not be thrown until corresponding tasks are not collected by the GC.\n Thank you for visiting my blog. Subscribe to my blog, don’t miss the next exciting post!\n Filed under: .NET, C#, CodeProject, WPF Tagged: global-exception-handling, WPF Foundations\n\nAre you sure you know the difference between the following events?\n\n* \n `Dispatcher.UnhandledException` * \n\n```\nApplication.DispatcherUnhandledException\n```\n\n* \n `AppDomain.UnhandledException` * \n\n```\nTaskScheduler.UnobservedTaskException\n```\n\nMy dean in the university has always been saying that the first rule of programming is “Programs should not contain any errors” and the second rule of programming is “There are no programs written without errors”. So, sometimes, I’m sorry, but sh*t happens and uncaught exceptions occur and they fly freely until they reach the top of the execution stack, thus crushing your program. Global exceptions handling exists in order to react somehow to such horrible cases.\n\nThere is a bunch of events which fire up when an unhandled exception occurs. Let’s consider what events can help us. The most useful events as we already mentioned are:\n\n* D\n `ispatcher.UnhandledException` * \n\n```\nApplication.DispatcherUnhandledException\n```\n\n* \n `AppDomain.UnhandledException` * \n\n```\nTaskScheduler.UnobservedTaskException\n```\n\n## Exception on a Dispatcher Thread\n\nThe difference between the first two events is a little bit slick. The second one catches exceptions from the main UI dispatcher thread, while the first one catches exceptions from a specific UI dispatcher thread. Usually, they are the same, because in 99% of the cases, WPF application has only one UI-thread and because of that, both the events catch exceptions from the same thread, from the main UI thread. The thing is that WPF is not restricted to have only one UI thread. You can create another UI thread with a corresponding Dispatcher. And in that case, you will have to attach your handler to the `UnhandledException` event of the first dispatcher and the second dispatcher. Chances that you will never face such a situation in your entire life are very high. So, generally speaking, you are free to attach handlers to any of these events.\n\n## Exception on a Worker Thread\n\nAn exception might be thrown from any worker thread in your application. In general, you can spawn the worker thread either by using `Thread` class directly or the modern API of Tasks. And regarding global exceptions handling, these cases are different. If an exception was thrown from a task, it can be caught only in the `TaskScheduler.UnobservedTaskException`. On the contrary, if an exception was thrown from any other thread, except the UI-thread and threads spawned by Tasks, it can be caught only in the `AppDomain.UnhandledException` event.You can’t actually handle the exception in the `AppDomain.UnhandledException` event. You can just log it. If you want your application to stay alive, you need to add a directive in the configuration file of your application:> =\"1.0\" =\"utf-8\" \nSince the release of .NET 4.5, `UnobservedTaskException` does not kill the application. If you want to get back the old behavior, you should add the following directive in the configuration file:> =\"1.0\" =\"utf-8\" \n\nBy the way, exceptions occurred within Tasks will not be thrown until corresponding tasks are not collected by the GC.\n\nThank you for visiting my blog. Subscribe to my blog, don’t miss the next exciting post!\n\nFiled under: .NET, C#, CodeProject, WPF Tagged: global-exception-handling, WPF Foundations",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/tellfriend.aspx?obtid=2&obid=49798",
+ "domain": "codeproject.com",
+ "file_source": "part-00335-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/6178/A-Practical-Guide-to-NET-DataTables-DataSets-and-D?msg=2353727#xx2353727xx",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCopyright\n\n The contents of this document can be freely copied and disseminated with the condition that the document retains reference to BioXing, the author and its Copyright notice. In addition, the document or any part of the document cannot be incorporated into commercial products without prior permission of BioXing and its author. BioXing retains all rights to commercial use of this document.\n\n Table of Contents\n The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid. Most articles illustrate how to use the DataGrid when directly bound to tables within a database and even though this is an excellent way to use the DataGrid, it is also able to display and manage programmatically created and linked tables and datasets composed of these tables without being bound to a database. Microsoft’s implementation has provided a rich syntax for populating and accessing rows and their cells within tables, for managing collections of tables, columns, rows and table styles and for managing inserts, updates, deletes and events. Microsoft’s Visual Studio .NET development environment provides detailed explanations and code examples for the classes, which is excellent for obtaining a quick reference to a method or property, but not for understanding how they all fit together and are used in applications. \n This article will present different ways to create and manage bound and unbound tables and datasets and to bind them to DataGrids for use by WebForms and WinForms. The different behaviors of the DataGrid depending upon whether it is in a WebForm or a WinForm will be presented. In addition, copying DataGrid content to the clipboard, importing and exporting in XML and printing will be presented. Techniques for linking DataGrid content to features within graphics objects to provide an interactive UI will be discussed in the last section.\n The intent of this article is not to be a complete reference for all methods and members of the classes used for building Tables, Datasets and DataGrids, but to illustrate systematically how to build and manage them using their essential methods and properties. The article will also show equivalent ways for working with these entities to illustrate programming flexibility options. Once they are built the tables can be added to a database and/or the content easily extracted for updating existing database tables. \n The structure and features of a table created using the DataTable class is at the heart of using the DataGrid; therefore, it will be presented first. Next the DataSet that manages collections of independent and linked tables will be presented followed by the DataGrid that displays and provides an interactive UI for its Tables and Datasets. All example code will be written in C# and the periodic table with its elements and isotopes will be used as a model and source of data. \n Figure 1 is a summary view of the essential relationships between the DataGrid, DataGridTableStyles, DataSets and DataTables and their various methods and properties. This article will delve into the details of each of these components describing how to create them, to fill them with data and how they work together and thereby provide a clearer understanding of this relationship diagram. \n Figure 1 DataGrid, DataSet and DataTable relationship diagram\n Next...\n Tables.\n\n## Copyright\n\n| The contents of this document can be freely copied and disseminated with the condition that the document retains reference to BioXing, the author and its Copyright notice. In addition, the document or any part of the document cannot be incorporated into commercial products without prior permission of BioXing and its author. BioXing retains all rights to commercial use of this document. |\n| --- |\n\n## Table of Contents\n\nThe purpose of this document is to provide a practical guide to using Microsoft’s .NET `DataTables`, `DataSets` and `DataGrid`. Most articles illustrate how to use the `DataGrid` when directly bound to tables within a database and even though this is an excellent way to use the DataGrid, it is also able to display and manage programmatically created and linked tables and datasets composed of these tables without being bound to a database. Microsoft’s implementation has provided a rich syntax for populating and accessing rows and their cells within tables, for managing collections of tables, columns, rows and table styles and for managing inserts, updates, deletes and events. Microsoft’s Visual Studio .NET development environment provides detailed explanations and code examples for the classes, which is excellent for obtaining a quick reference to a method or property, but not for understanding how they all fit together and are used in applications.This article will present different ways to create and manage bound and unbound tables and datasets and to bind them to `DataGrids` for use by WebForms and WinForms. The different behaviors of the DataGrid depending upon whether it is in a WebForm or a WinForm will be presented. In addition, copying `DataGrid` content to the clipboard, importing and exporting in XML and printing will be presented. Techniques for linking `DataGrid` content to features within graphics objects to provide an interactive UI will be discussed in the last section.\nThe intent of this article is not to be a complete reference for all methods and members of the classes used for building Tables, Datasets and DataGrids, but to illustrate systematically how to build and manage them using their essential methods and properties. The article will also show equivalent ways for working with these entities to illustrate programming flexibility options. Once they are built the tables can be added to a database and/or the content easily extracted for updating existing database tables.\n\nThe structure and features of a table created using the DataTable class is at the heart of using the DataGrid; therefore, it will be presented first. Next the DataSet that manages collections of independent and linked tables will be presented followed by the DataGrid that displays and provides an interactive UI for its Tables and Datasets. All example code will be written in C# and the periodic table with its elements and isotopes will be used as a model and source of data.\n\nFigure 1 is a summary view of the essential relationships between the `DataGrid`, `DataGridTableStyles`, `DataSets` and `DataTables` and their various methods and properties. This article will delve into the details of each of these components describing how to create them, to fill them with data and how they work together and thereby provide a clearer understanding of this relationship diagram.\nFigure 1 DataGrid, DataSet and DataTable relationship diagram\n\n## Next...\n\nTables.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=5589180&fr=80826",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/400697/WCF-Service-Creation-With-Csharp?msg=4940292",
+ "domain": "codeproject.com",
+ "file_source": "part-00656-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nBasic WCF Service Creation in C#.Net => Part1\n Hello all, this is the start up guide to create WCF service. This article is a pictorial step by step help to create WCF application.\n WCF (Windows Communication Foundation) is a part of .NET 3.0. So you need to install Visual Studio 2008 to use WCF.\n It is platform for SOA. WCF provides a way to create loosely coupled application.\n WCF is intended to provide services that are distributed and interoperable.\n It unifies ASMX and .NET Remoting, MSMQ and can be easily extended to support new protocol.\n When we create a Service, to expose the functionality to the world, it needs to be hosted into Host Process. Service Host will be used to expose the end point of the service to other Service or Clients.\n Let’s start with the steps...\n We will start with VS 2008. Create a File -> New Project -> WCF ->WCFClassLibrary project as shown below \n Select WCF in left panel and WCF Service Library in the right panel.\n Give appropriate name in the Name Box. Click Ok.\n The Project will contain a sample Service1.cs & IService.cs files. Delete it. So that we can add our own service and understand the things in better way.\n Right click on MathsLibrary -> Add -> New Item -> Select Class1.cs. \n Rename it to MathsOperations.cs\n This will create a simple class file. Open the file. Make the class public. \n Similary add one more class IMathsOperations.cs, which will be an interface, which will provide a list of what all operations a WCF service will perform.\n Open IMathsOperations.cs and change it to public interface IMathsOperations\n And add the below code to it..\n To make IMathsOperations as WCF Service Contract, add an attribute [ServiceContract]to it.\n Also what all operation you want to make visible to client should be decorated with [OperationContract].\n [ServiceContract] and [OperationContract]are included in System.ServiceModel namespace.\n Now once decided with the contract, we can implement this interface into our srevice as below\n Build the project once you are done up to this.\n Let us add app.config to Host solution. \n App.config contains endpoint details, which includes ABC (Address, Binding and Contract)\n Address is the Address WHERE the service can be found.\n Binding the HOW to access the service\n Contract is WHAT the service contains.\n Now let’s modify App.config. Right click on App.config, click on Edit WCF Configuration\n Below popup should appear\n Select the Service1 from left panel, following window should show up\n Click on ellipses button and go the path where the MathsLibrary.dll exists.\n Click on it, it will give you the name of the service it contains. \n Similarly go to Endpoints, and select proper contract with same steps as above. \n Also we can change the binding to be used as below…\n Select Host on left hand side and it will show you base address, edit the base address to whatever you want..\n Once this is done. Build the project.\n VS 2008 provides you the way to host the service. We can also host it in console application or Windows Service or IIS.\n We will learn those in next parts. Here we will use the host provided by VS 2008.\n Now let’s create a client application. Add console application (Or any other project type) project in same solution or different solution.\n Add service reference to the MathsService that we have created. It will automatically load all necessary dlls. \n Then with the below code we can give a call to the service..\n This will give you below output\n In the next sub-sections we will see how to host this service in IIS, Windows services, Console applications etc.\n\n## Basic WCF Service Creation in C#.Net => Part1\n\nHello all, this is the start up guide to create WCF service. This article is a pictorial step by step help to create WCF application.\n\nWCF (Windows Communication Foundation) is a part of .NET 3.0. So you need to install Visual Studio 2008 to use WCF.\n\nIt is platform for SOA. WCF provides a way to create loosely coupled application.\n\nWCF is intended to provide services that are distributed and interoperable.\n\nIt unifies ASMX and .NET Remoting, MSMQ and can be easily extended to support new protocol.\n\nWhen we create a Service, to expose the functionality to the world, it needs to be hosted into Host Process. Service Host will be used to expose the end point of the service to other Service or Clients.\n\nLet’s start with the steps...\n\nWe will start with VS 2008. Create a File -> New Project -> WCF ->WCFClassLibrary project as shown below\n\nSelect WCF in left panel and WCF Service Library in the right panel.\n\nGive appropriate name in the Name Box. Click Ok.\n\nThe Project will contain a sample Service1.cs & IService.cs files. Delete it. So that we can add our own service and understand the things in better way.\n\nRight click on MathsLibrary -> Add -> New Item -> Select Class1.cs.\n\nRename it to MathsOperations.cs\n\nThis will create a simple class file. Open the file. Make the class public.\n\nSimilary add one more class IMathsOperations.cs, which will be an interface, which will provide a list of what all operations a WCF service will perform.\n\nOpen IMathsOperations.cs and change it to public interface IMathsOperations\n\nAnd add the below code to it..\n\nTo make IMathsOperations as WCF Service Contract, add an attribute [ServiceContract]to it.\n\nAlso what all operation you want to make visible to client should be decorated with [OperationContract].\n\n[ServiceContract] and [OperationContract]are included in System.ServiceModel namespace.\n\nNow once decided with the contract, we can implement this interface into our srevice as below\n\nBuild the project once you are done up to this.\n\nLet us add app.config to Host solution.\n\nApp.config contains endpoint details, which includes ABC (Address, Binding and Contract)\n\nAddress is the Address WHERE the service can be found.\n\nBinding the HOW to access the service\n\nContract is WHAT the service contains.\n\nNow let’s modify App.config. Right click on App.config, click on Edit WCF Configuration\n\nBelow popup should appear\n\nSelect the Service1 from left panel, following window should show up\n\nClick on ellipses button and go the path where the MathsLibrary.dll exists.\n\nClick on it, it will give you the name of the service it contains.\n\nSimilarly go to Endpoints, and select proper contract with same steps as above.\n\nAlso we can change the binding to be used as below…\n\nSelect Host on left hand side and it will show you base address, edit the base address to whatever you want..\n\nOnce this is done. Build the project.\n\nVS 2008 provides you the way to host the service. We can also host it in console application or Windows Service or IIS.\n\nWe will learn those in next parts. Here we will use the host provided by VS 2008.\n\nNow let’s create a client application. Add console application (Or any other project type) project in same solution or different solution.\n\nAdd service reference to the MathsService that we have created. It will automatically load all necessary dlls.\n\nThen with the below code we can give a call to the service..\n\nThis will give you below output\n\nIn the next sub-sections we will see how to host this service in IIS, Windows services, Console applications etc.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/3437/Another-control-group-for-HTML-as-user-interface",
+ "domain": "codeproject.com",
+ "file_source": "part-00335-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n I have posted an article for standard windows UI. We can write a MFC client using HTML as user interface , too. What�s a lucky thing is that in Visual Studio.NET , there is a class named CdhtmlDialog in MFC. I think that is a good start point for us than to start everything from scratch. You can use that class as per standard dialog of windows except you need to draw user interface using HTML. Many message maps shall map to elements in HTML. As per standard windows UI, there are some problems for user input , as it still exists in HTML UI. See this article on an auto-collection information control group\n http://www.codeproject.com/useritems/cntGroup.asp \n This are article is one of a series articles , to deal with the same problem in HTML UI. \n Bibiography\n This article needs the following articles of mine to support.\n How to deal with Date time\n In a standard window UI, there is a common control to deal with date /time. In HTML, there are not any controls to do that (see How to operate controls in HTML file using C++). In order to complete this task , we need several input controls . The main thing to deal with is to get a date and validate if this date is OK. \n Date can be divided into 3 kinds of information , Date + time , time only and Date only. When we deal with the date , we can deem it as 2 conditions, where first 2 are incorporated. In HTML , we use a custom attribute of HTML element to define which control is in the group of date or time. For example:\n Year month day \n In this code segment of HTML , �i_now_pre_pro_year\" , �i_new_pre_pro_month� and �i_new_pre_pro_day� is composed of a date input. For each INPUT tag, we set an attribute �mydate� with the same name to indicate that these 3 controls are in a date group. Same as date , all controls with time has an attributed nomenclated as �mytime�. As conclusion, to process date and time, we are using �mydate� or �mytime� attributes with same name to group control as one control in HTML. \n How to process radio button\n In standard windows UI , radio buttons have one variable for a group, which start with a radio button with group property checked, other radios are consecutive number for their control ID. In HTML there will be no group property explicitly. All radios in a radio group has the same �name � attribute value. We have to obey the rules of HTML . For our control group , we assume that a radio group has same name attribute value and the id of radios are different. But the all radio in same group is ended with 2 digit. So , please don�t nomenclate your radio id ended with digit.\n The following is an example code segment of HTML\n \n For a radio group , there will be another problem to process. As default of CdhtmlDialog in Visual Studio .NET, it will return a zero based index number for each checked radio. In a real application, each item my be a meaning full number for a radio. There will be a map from this index to useful number.\n Implementation\n To implement this control group, we wrote 4 classes.\n\n CDhtml_Control\n\n to define a general control information and variable information. This is contrast to CNT_Control .\n\n CDhtmlDateTime\n\n Processing date time control group.\n\n CDhtml_Radio\n\n To process the radio group and value mapping.\n\n CDhtmlControlGroup\n\n define initialization, data exchange and validating of data in user interface.\n\n Other classes such as CHtmlDocument and so on from other articles will not be explained here. This control group is also can be initialized by both file and manually ( hard code). The file format is same as CXMLResult. You may find it from my last article about control groups for standard windows UI.\n How to use these classes\n To use these classes, follow the following steps:\n\n Step 1: Create a HTML file you want to be user interface, the Id and name of each element is nomenclated according to your demand. \n Step 2: Write an XML file with the HTML file you are just wrote. \n Step 3: Add following variables in your declaration of CdhtmlDialog derived class CXMLDict *m_pDict; CDhtmlControlGroup *m_cntGroup; \n Step 4: In construction of CDhtmlDialog derived classes, add the following lines m_pDict = NULL; m_cntControl.InitFromFile(theApp.m_Path+_T(�\\\\mytext.xml�)); \n Step5: In InitDialog add the following line make the dialog display a scroll control in case of the HTML can not displayed fully in dialog. SetHostFlags(DOCHOSTUIFLAG_NO3DBORDER); \n Step 6: In DoDataExchange function of derived class , add the following line to support the data exchange of both direction. m_cntGroup.DoDataExchange (pDX); \n Step 7: Rewrite the OnNavigateComplete of CDhtmlDialog , add the following for date/time processing and radio button group processing m_cntGroup.GetAllDateTime( m_spHtmlDoc); m_cntGroup.GetAllRadios (m_spHtmlDoc); where m_spHtmlDoc is member variable of CDhtmlDialog, you can use it directly.\n Step 8: In you data commit function according your code, add the following line , you can get the input result from user interface in CXMLCmd format. CString xml; CXMLCmd cmd; UpdateData(TRUE); cmd.InitCmd (); m_cntGroup.AddToXML (&cmd); cmd.GetXML (xml); \n Step 9: Add all files used by control group to your project. Compile and enjoy your journey.\n\n## Introduction\n\nI have posted an article for standard windows UI. We can write a MFC client using HTML as user interface , too. What�s a lucky thing is that in Visual Studio.NET , there is a class named `CdhtmlDialog` in MFC. I think that is a good start point for us than to start everything from scratch. You can use that class as per standard dialog of windows except you need to draw user interface using HTML. Many message maps shall map to elements in HTML. As per standard windows UI, there are some problems for user input , as it still exists in HTML UI. See this article on an auto-collection information control group\nhttp://www.codeproject.com/useritems/cntGroup.asp\n\nThis are article is one of a series articles , to deal with the same problem in HTML UI.\n\n## Bibiography\n\nThis article needs the following articles of mine to support.\n\n## How to deal with Date time\n\nIn a standard window UI, there is a common control to deal with date /time. In HTML, there are not any controls to do that (see How to operate controls in HTML file using C++). In order to complete this task , we need several input controls . The main thing to deal with is to get a date and validate if this date is OK.\n\nDate can be divided into 3 kinds of information , Date + time , time only and Date only. When we deal with the date , we can deem it as 2 conditions, where first 2 are incorporated. In HTML , we use a custom attribute of HTML element to define which control is in the group of date or time. For example:\n\n> Year month day\nIn this code segment of HTML , �i_now_pre_pro_year\" , �i_new_pre_pro_month� and �i_new_pre_pro_day� is composed of a date input. For each `INPUT` tag, we set an attribute �mydate� with the same name to indicate that these 3 controls are in a date group. Same as date , all controls with time has an attributed nomenclated as �mytime�. As conclusion, to process date and time, we are using �mydate� or �mytime� attributes with same name to group control as one control in HTML.\n\n## How to process radio button\n\nIn standard windows UI , radio buttons have one variable for a group, which start with a radio button with group property checked, other radios are consecutive number for their control ID. In HTML there will be no group property explicitly. All radios in a radio group has the same �name � attribute value. We have to obey the rules of HTML . For our control group , we assume that a radio group has same name attribute value and the id of radios are different. But the all radio in same group is ended with 2 digit. So , please don�t nomenclate your radio id ended with digit.\n\nThe following is an example code segment of HTML\n\n> \nFor a radio group , there will be another problem to process. As default of `CdhtmlDialog` in Visual Studio .NET, it will return a zero based index number for each checked radio. In a real application, each item my be a meaning full number for a radio. There will be a map from this index to useful number.\n\n## Implementation\n\nTo implement this control group, we wrote 4 classes.\n\n| | to define a general control information and variable information. This is contrast to CNT_Control . |\n| --- | --- |\n| | Processing date time control group. |\n| | To process the radio group and value mapping. |\n| | define initialization, data exchange and validating of data in user interface. |\n\nOther classes such as `CHtmlDocument` and so on from other articles will not be explained here. This control group is also can be initialized by both file and manually ( hard code). The file format is same as `CXMLResult`. You may find it from my last article about control groups for standard windows UI.\n\n## How to use these classes\n\nTo use these classes, follow the following steps:\n\n* Step 1: Create a HTML file you want to be user interface, the Id and name of each element is nomenclated according to your demand.\n* Step 2: Write an XML file with the HTML file you are just wrote.\n* Step 3: Add following variables in your declaration of\n `CdhtmlDialog` derived class> CXMLDict *m_pDict; CDhtmlControlGroup *m_cntGroup;\n* Step 4: In construction of\n `CDhtmlDialog` derived classes, add the following lines> m_pDict = NULL; m_cntControl.InitFromFile(theApp.m_Path+_T(�\\\\mytext.xml�));\n* Step5: In\n `InitDialog` add the following line make the dialog display a scroll control in case of the HTML can not displayed fully in dialog.> SetHostFlags(DOCHOSTUIFLAG_NO3DBORDER);\n* Step 6: In\n `DoDataExchange` function of derived class , add the following line to support the data exchange of both direction.> m_cntGroup.DoDataExchange (pDX);\n* Step 7: Rewrite the\n `OnNavigateComplete` of `CDhtmlDialog`, add the following for date/time processing and radio button group processing> m_cntGroup.GetAllDateTime( m_spHtmlDoc); m_cntGroup.GetAllRadios (m_spHtmlDoc);\nwhere `m_spHtmlDoc` is member variable of `CDhtmlDialog`, you can use it directly.* Step 8: In you data commit function according your code, add the following line , you can get the input result from user interface in\n `CXMLCmd` format.> CString xml; CXMLCmd cmd; UpdateData(TRUE); cmd.InitCmd (); m_cntGroup.AddToXML (&cmd); cmd.GetXML (xml);\n* Step 9: Add all files used by control group to your project. Compile and enjoy your journey.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?msg=5654501",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/TellFriend.aspx?obtid=2&obid=222295",
+ "domain": "codeproject.com",
+ "file_source": "part-00335-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Your Email: * Your friend's Email: * Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/390508/Service-installer-command-line",
+ "domain": "codeproject.com",
+ "file_source": "part-00656-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/Articles/25674/Preventing-Multiple-Application-Instances-When-Usi",
+ "domain": "codeproject.com",
+ "file_source": "part-00656-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n This article outlines a way to prevent multiple instances of an application running on a machine, using the Mutex class, in situations where Application.Restart gets called.\n Background\n The current application I am working on requires that only one instance be running on any one machine at any time, a reasonably common requirement. It seems the two main ways to accomplish this involve iterating through the running processes or creating a Mutex. However, the application I work with restarts itself in several situations (using Application.Restart). In the majority of cases, Application.Restart will start a new instance of the application before the old AppDomain has finished closing. Without allowing a timeout on the lock of the Mutex, the new instance will not start, and the old instance will finish closing, leaving you with nothing running.\n Code\n static Mutex _mutex = new Mutex(false, \"mutexName\"); [STAThread] static void Main() { if (!_mutex.WaitOne(1000, false)) return; _mutex.ReleaseMutex();\n\n## Introduction\n\nThis article outlines a way to prevent multiple instances of an application running on a machine, using the `Mutex` class, in situations where `Application.Restart` gets called.\n\n## Background\n\nThe current application I am working on requires that only one instance be running on any one machine at any time, a reasonably common requirement. It seems the two main ways to accomplish this involve iterating through the running processes or creating a Mutex. However, the application I work with restarts itself in several situations (using `Application.Restart` ). In the majority of cases, `Application.Restart` will start a new instance of the application before the old AppDomain has finished closing. Without allowing a timeout on the lock of the Mutex, the new instance will not start, and the old instance will finish closing, leaving you with nothing running.\n\n## Code\n\n> static Mutex _mutex = new Mutex(false, \"mutexName\"); [STAThread] static void Main() { if (!_mutex.WaitOne(1000, false)) return; _mutex.ReleaseMutex();",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=458884&zep=AutoBackupForPostgreSQL.bat&rzp=%2FKB%2Fdatabase%2F458884%2F%2FAutoBackupForPostgreSQL.zip",
+ "domain": "codeproject.com",
+ "file_source": "part-00335-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/Questions/509379/howplustoplusprintplusdataplusfromplusajaxplusedit",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/551549/WindosplusPhoneplusappplusmovieplustimeplusapp",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/lounge.aspx?msg=4624092",
+ "domain": "codeproject.com",
+ "file_source": "part-00525-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Forums/1848626/Android?df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=5005731&fr=1454&fid=1848626",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=32873",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/Articles/302599/Dynamically-Export-Data-to-Flat-File-Using-SSIS?msg=4107873",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nWhile this video does not appear under \"Videos\" in the profile tab, it is part of videos on The Code Project. If you are interested in hosting a video on a coding solution on Code Project, email us at submit [at] codeproject.com.\n With This SSIS\n\n you will learn BCP\n xp_cmdshell \n Dynamic export of data from all the tables from a particular DB into a defined path out put. The output path can be dynamically configured.\n A simple way to understand FOREACH container and how to pass result sets.\n Also you will learn how to pass variable to execute SQL task.\n\nWhile this video does not appear under \"Videos\" in the profile tab, it is part of videos on The Code Project. If you are interested in hosting a video on a coding solution on Code Project, email us at submit [at] codeproject.com.\n\nWith This SSIS\n\n* you will learn BCP\n* xp_cmdshell\n* Dynamic export of data from all the tables from a particular DB into a defined path out put. The output path can be dynamically configured.\n* A simple way to understand FOREACH container and how to pass result sets.\n* Also you will learn how to pass variable to execute SQL task.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Messages/5973888/FREE-PHP-coders-feedback-needed",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/584755/grayplusimageplustoplusbinaryplusimage",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/tips/714968/regenerate-aspx-designer-cs-files-when-corrupted",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n This post explains how you can regenerate the designer.cs and designer.vb files when they are corrupted, missing or giving compile errors. Occasionally it happens that you receive compile errors in your *.aspx.designer.cs or *.aspx.designer.vb files in your project and it seems that there’s virtually nothing you can do. Some seem to be caused by Visual Studio bugs, others are caused by wrong usage or copy and pasting pages from outside your project. Be as it may, often these issues are deceptively easy to solve! Here’s a step-by-step solution.\n Step 1: Open Your Project Web Application vs Web Site\n Your project must be a Web Application project. If you have a Web Site project, you do no need to worry about designer.cs files, because they won’t be there: a Web Site does not need any, it’s the cleaner and more advanced version of a Web Application.\n If you are in doubt, check the picture on the right.\n Step 2: Delete the designer.cs File\n When you delete the designer.cs file, the file must be listed like in the picture by Step 1. Right-click the file in the Solution Explorer and select the Delete option. Do not delete the file from disk using the normal Windows Explorer, or Command prompt or whatever. If you did so, you must still right-click the item (now with a warning symbol) and select Delete. Deleting the file is a harmless action, the file does not contain any valuable information and you should have never edited it yourself, because it would be overridden by Visual Studio when auto-generating it again. All it contains are the declarations of the protected fields, which are declared in the ASPX file declaratively.\n Step 3: Convert to Web Application\n Convert to Web Application only if you removed the designer.cs file as described in Step 2, you will find this option when you right-click the project or the ASPX file. After you click this menu option, the designer.cs file will be regenerated for you. Perhaps a better word for this menu option could’ve been: repair designer.cs. In which case they should have made it available at any time, to force-regenerate the designer.cs. Perhaps in Visual Studio 2010?\n Remarks\n If nothing happens, you may have tried to delete the *.aspx.designer.cs file from Windows Explorer or a Command Window. Don’t do that: you must remove it from inside the Visual Studio environment or this trick will not work at all. If you deleted the file externally, you can still follow the three steps above, as Visual Studio will still show the referenced designer.cs file as a missing file in your Solution Explorer.\n Compatibility\n This tip works and is tested with the following versions of Visual Studio:\n\n Visual Studio 2005\n Visual Studio 2008\n Visual Studio 2010\n\n Credit\n Credit for this tip go to Matthias Suter for briefly pointing to this possibility on his blog.\n History\n\n## Introduction\n\nThis post explains how you can regenerate the designer.cs and designer.vb files when they are corrupted, missing or giving compile errors. Occasionally it happens that you receive compile errors in your *.aspx.designer.cs or *.aspx.designer.vb files in your project and it seems that there’s virtually nothing you can do. Some seem to be caused by Visual Studio bugs, others are caused by wrong usage or copy and pasting pages from outside your project. Be as it may, often these issues are deceptively easy to solve! Here’s a step-by-step solution.\n\n## Step 1: Open Your Project Web Application vs Web Site\n\nYour project must be a Web Application project. If you have a Web Site project, you do no need to worry about designer.cs files, because they won’t be there: a Web Site does not need any, it’s the cleaner and more advanced version of a Web Application.\n\nIf you are in doubt, check the picture on the right.\n\n## Step 2: Delete the designer.cs File\n\nWhen you delete the designer.cs file, the file must be listed like in the picture by Step 1. Right-click the file in the Solution Explorer and select the Delete option. Do not delete the file from disk using the normal Windows Explorer, or Command prompt or whatever. If you did so, you must still right-click the item (now with a warning symbol) and select Delete. Deleting the file is a harmless action, the file does not contain any valuable information and you should have never edited it yourself, because it would be overridden by Visual Studio when auto-generating it again. All it contains are the declarations of the protected fields, which are declared in the ASPX file declaratively.\n\n## Step 3: Convert to Web Application\n\nConvert to Web Application only if you removed the designer.cs file as described in Step 2, you will find this option when you right-click the project or the ASPX file. After you click this menu option, the designer.cs file will be regenerated for you. Perhaps a better word for this menu option could’ve been: repair designer.cs. In which case they should have made it available at any time, to force-regenerate the designer.cs. Perhaps in Visual Studio 2010?\n\n## Remarks\n\nIf nothing happens, you may have tried to delete the *.aspx.designer.cs file from Windows Explorer or a Command Window. Don’t do that: you must remove it from inside the Visual Studio environment or this trick will not work at all. If you deleted the file externally, you can still follow the three steps above, as Visual Studio will still show the referenced designer.cs file as a missing file in your Solution Explorer.\n\n## Compatibility\n\nThis tip works and is tested with the following versions of Visual Studio:\n\n* Visual Studio 2005\n* Visual Studio 2008\n* Visual Studio 2010\n\n## Credit\n\nCredit for this tip go to Matthias Suter for briefly pointing to this possibility on his blog.\n\n## History",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Forums/1647/C-Cplusplus-MFC.aspx?df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=1611032&fr=212676",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Messages/4102931/Slideshowplus-V2-5-in-Christmas",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/articles/37769/ms-access-databases-queries-editor?fid=1543058&df=90&mpp=10&sort=position&spc=none&tid=4121767",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n Try to create a Union query by MS Access, or an Update one, or an Insert one………..\n If you wanted to see (or edit) the Sql query, What if the query a little bit long ………\n The editor there sucks …………yes it does.\n The Font Size doesn't change …Key words don't get colored….,\n Sometimes Tables names are hard to remember, you have to memorize Tables/Queries/Columns names (or go to their places to copy and paste) \n I think what mentioned has enough reasons to make me get sick with that editor and make my own one………\n Any way…It's a Windows Application, developed on VB.Net 2008 IDE,\n A very productive, easy to use tool to edit your Sql Queries.\n Advantages\n We're gonna see advantages through this little tutorial.\n\n Connecting to a new DB: won't be a big deal for you any way. \n Saving Current Query To A File: won't be a big deal for you either. \n Data Base Schema: when you connect to a new Data Base you will see a tree of its objects (Queries-Tables-Columns).Each column in the Tree will have an icon that describes its Data Type. And in this Tree you'll see a sub Tree of Functions that could be used in creating queries. You can Drag and Drop Tables Name, Queries Names, Columns Name or Functions Name from the Tree to the Editor ….. \n Coloring Key Words: you'll see your query well colored, it's more readable so, even more, you can change the colored to your preferences, and it will save your preferences for next times.\n Adding Parameters: It provides a grid for you to enter Parameters Names and Values to use in Parameterized Queries. \n Auto Completion: It provides auto completion when you press (Ctrl + Space),auto complete list contains every thing you could use in your query (Tables names , Queries names, Columns names, Functions names , Parameters names),If you started to write some word, and pressed (Ctrl + Space) the auto complete list is gonna get filtered so it contains only words that start with the part of word you have already entered, Then you can choose what you like from the list by one of the three available ways (mouse Double Clicking it , pressing Space while it's selected , or pressing Enter while it's selected), when you Choose your target from the list it will replace the part of the word you have already entered. Any time you wanted not to use the already shown auto complete list you can just press ESC, or mouse click out of it, (We'll talk later about technical treatments).\n 7. Commenting & Executing Selected Part: I know ………I know ………MS Access Queries don't support commenting.What if the user is trying to make up his/her mind, user didn't exactly know what to write (yet), he/she is bringing info from some source, and needs to execute some part of it, user is gonna be a programmer any way, and he/she's got to know that he/she won't be able to use query the way it is in the Editor here. and so for \"Executing Selected Part\",I think no need to say more for this, all user has to do is to Select some part of the written text in the Editor and Execute, Any way, you can make a \"Single Line Comment\" by preceding it by a double Dash --or a \"Multi Line Comment\" by preceding it by this /* and following it by this */ (just surround it by these /* */ for god sakes)\n Text To Code: It provides a nice tool that converts the query statement into code can be used in either languages VB.Net or C#. That nice idea was inspired from a great man (and most of its code is written by him), who has enlightened me by his books and Blogs, he is Turki Al-asiri\n Exporting Output to Excel: it provides three manners to export the grid-output to Excel Sheet.I know one manner is enough, but I wanted this tool to be Educational to you more than being commercial or helping tool, so you'll see three manners to export data to Excel Sheet (and there are more) (We'll talk later about technical treatments).\n Friendly User Interface: just discover the Menus and their shortcuts.And the DB Objects Context Menus\n\n Disadvantages\n\n Adding Parameters: \n Unfortunately typing a Parameterized query won't add parameters to the Parameters list, too bad that you have to enter them manually. \n Enormous Data: I'm so sorry to say that when it comes to the big data (very big data ) it's not gonna be a good result, It's gonna get un-predictable, it could take a long time to end (very long time :Minutes), or it could BREAK DOWN (god forbidden)\n Relative Lazy DB Scheme Fetching: It's a technical thing, It got lazy because of the operations that have been done to make later usage Faster (like Filling the Tree, DB objects Auto complete list …..etc)\n Lazy Keywords Coloring (only long queries): \n Unfortunately long queries get too lazy to color keywords. For now I think I'm gonna leave it this way……….may be in future I could make a more tight Coloring Algorithm (I'm so sorry, I can't do it now, I'm too busy for next 5-6 months……..maybe), You're gonna ask me a question,How long does it have to be to feel the slowing?Well……..just for records, A query of 1000 letter didn't feel it. the much Strings (quotes ') and Aliases (Brackets []) your query has the much slowing it gets \n\n Examples\n I'm gonna put them as screen shots,I think what mentioned before gives a plenty of Illustrations, so no need for more comments: \n Example 1: \n Example 2: \n Example 3: \n Technical Treatments\n\n Auto Completion: connect to the Northwind.mdb sample databaseconsider you tried to write the next statement Select [CategoryName] From [Categories]And for some reason you wanted to change the Selected ColumnFrom [CategoryName] to [CategoryID]you would try to delete the end of it and try to use the Auto Completion utility, like thisSelect [Category From [Categories]Now you pressed the (Ctrl + Space) and you had the Auto Completion list opened, ... You selected the Column you need and pressed (Enter) ,………Surprise ………………..You got this Select [[CategoryID] From [Categories]Auto Completion utility takes the word to complete without Non-Word characters (Brackets, Commas, Dollar Sign, Asterisks ……………etc). Not cool, but you need to take it into considerations.\n Lazy Keywords Coloring (only long queries): The reason behind the lazy coloring is that the tool (RichTextBox) used to color words tries to color All Text every time the text in the tool changes,…….that takes time,…………. I tried to make another algorithm that colors the only current affected line, it still slow, I tried to make another algorithm that colors the only current affected word, it still slow, I think we have to think about it later\n Export Data To Excel: this tool uses three manners to export the data to Excel, I mentioned before that I want this tool to be Educational to you, Ironically Excel 2003 recognizes formats more than Excel 2007 (of course Excel 2007 does recognizes them but not in its own extension \"*.xlsx\", it recognizes them in \"*.xls\" extension) you see, if you write an HTML-Table file and save it as \"*.xls\"Excel 2003 will recognize it , but Excel 2007 won't with the \"*.xlsx\" extension ,but will with \"*.xls\" extension if you write an XML file (in special Format) and save it as \"*.xls\" Excel 2003 will recognize it ,but Excel 2007 won't with the \"*.xlsx\" extension ,but will with \"*.xls\" extension [ To learn about this XML special-Format, open Excel 2003, create your sheet, format it by Excel, then in the [Save As] dialog choose the \"XML SpreadSheet\", save it , and then open it with Notepad, it's very comprehensible.] [ the code used in XML creation is a Remixed Version of an C# Function written by Xodiak in an article he made here in codeproject from here, I converted it to VB.Net and re-organized it the way I like it to be] one more manner (but we didn't used),if you write a Tab-Separated file and save it as \"*.xls\" Excel 2003 will recognize it , but Excel 2007 won't with the \"*.xlsx\" extension ,but will with \"*.xls\" extension The last manner used is to use the Excel Application to do the job, it requires the user to have the Excel installed,and it's the most slow manner among the mentioned manners I hope you get a great information and ideas in this tool, so it helps you in other applications you create\n What Do I need To Comprehend The Code: \n the code uses some technologies you need to comprehend to be able to see how the code works: \n\n Linq To Objects:It's been used all over the code, and you can't even think about reading the code without having a clue at least.Don't worry I've seen some tutorial for youin Arabic from here and a site speaks about it in English from here \n Regular Expressions:It's been used to search in the text to color Key words, and you really need to have a clue at least,there is a very good tutorial here in CodeProject (It's all I have read about it) from here \n\n you're gonna find a copy of the article in the attached zip file , in the project resources , or you can get it from the help menu of the app\n Happy Querying.\n\n## Introduction\n\nTry to create a Union query by MS Access, or an Update one, or an Insert one………..\n\nIf you wanted to see (or edit) the Sql query, What if the query a little bit long ………\n\nThe editor there sucks …………yes it does.\n\nThe Font Size doesn't change …Key words don't get colored….,\n\nSometimes Tables names are hard to remember, you have to memorize Tables/Queries/Columns names (or go to their places to copy and paste)\n\nI think what mentioned has enough reasons to make me get sick with that editor and make my own one………\n\nAny way…It's a Windows Application, developed on VB.Net 2008 IDE,\n\nA very productive, easy to use tool to edit your Sql Queries.\n\n## Advantages\n\nWe're gonna see advantages through this little tutorial.\n\n* Connecting to a new DB: won't be a big deal for you any way.\n* Saving Current Query To A File: won't be a big deal for you either.\n* Data Base Schema:\n\nwhen you connect to a new Data Base you will see a tree of its objects (Queries-Tables-Columns).\n\nEach column in the Tree will have an icon that describes its Data Type.\n\nAnd in this Tree you'll see a sub Tree of Functions that could be used in creating queries.\n\nYou can Drag and Drop Tables Name, Queries Names, Columns Name or Functions Name from the Tree to the Editor …..* Coloring Key Words:\n\nyou'll see your query well colored, it's more readable so, even more, you can change the colored to your preferences, and it will save your preferences for next times.\n\n* Adding Parameters:\n\nIt provides a grid for you to enter Parameters Names and Values to use in Parameterized Queries.\n\n* Auto Completion:\n\nIt provides auto completion when you press (Ctrl + Space),auto complete list contains every thing you could use in your query (Tables names , Queries names, Columns names, Functions names , Parameters names),If you started to write some word, and pressed (Ctrl + Space) the auto complete list is gonna get filtered so it contains only words that start with the part of word you have already entered, Then you can choose what you like from the list by one of the three available ways (mouse Double Clicking it , pressing Space while it's selected , or pressing Enter while it's selected),\n\nwhen you Choose your target from the list it will replace the part of the word you have already entered.\n\nAny time you wanted not to use the already shown auto complete list you can just press ESC, or mouse click out of it,\n\n(We'll talk later about technical treatments).\n\n* 7. Commenting & Executing Selected Part:\n\nI know ………I know ………MS Access Queries don't support commenting.What if the user is trying to make up his/her mind, user didn't exactly know what to write (yet), he/she is bringing info from some source, and needs to execute some part of it,\n\nuser is gonna be a programmer any way, and he/she's got to know that he/she won't be able to use query the way it is in the Editor here.\n\nand so for \"Executing Selected Part\",I think no need to say more for this, all user has to do is to Select some part of the written text in the Editor and Execute,\n\nAny way, you can make a \"Single Line Comment\" by preceding it by a double Dash --or a \"Multi Line Comment\" by preceding it by this /* and following it by this */ (just surround it by these /* */ for god sakes)\n\n* Text To Code:\n\nIt provides a nice tool that converts the query statement into code can be used in either languages VB.Net or C#.\n\nThat nice idea was inspired from a great man (and most of its code is written by him), who has enlightened me by his books and Blogs, he is Turki Al-asiri\n\n* Exporting Output to Excel:\n\nit provides three manners to export the grid-output to Excel Sheet.I know one manner is enough, but I wanted this tool to be Educational to you more than being commercial or helping tool, so you'll see three manners to export data to Excel Sheet (and there are more)\n\n(We'll talk later about technical treatments).\n\n* Friendly User Interface:\n\njust discover the Menus and their shortcuts.And the DB Objects Context Menus\n\n## Disadvantages\n\n* Adding Parameters:\n* Unfortunately typing a Parameterized query won't add parameters to the Parameters list, too bad that you have to enter them manually.\n* Enormous Data:\n\nI'm so sorry to say that when it comes to the big data (very big data ) it's not gonna be a good result, It's gonna get un-predictable, it could take a long time to end (very long time :Minutes), or it could BREAK DOWN (god forbidden)\n\n* Relative Lazy DB Scheme Fetching:\n\nIt's a technical thing, It got lazy because of the operations that have been done to make later usage Faster (like Filling the Tree, DB objects Auto complete list …..etc)\n\n* Lazy Keywords Coloring (only long queries):\n* Unfortunately long queries get too lazy to color keywords.\n\nFor now I think I'm gonna leave it this way……….may be in future I could make a more tight Coloring Algorithm (I'm so sorry, I can't do it now, I'm too busy for next 5-6 months……..maybe),\n\nYou're gonna ask me a question,How long does it have to be to feel the slowing?\n\n* Well……..just for records, A query of 1000 letter didn't feel it.\n* the much Strings (quotes ') and Aliases (Brackets []) your query has the much slowing it gets\n\n## Examples\n\nI'm gonna put them as screen shots,I think what mentioned before gives a plenty of Illustrations, so no need for more comments:\n\nExample 1:\n\nExample 2:\n\nExample 3:\n\n## Technical Treatments\n\n* Auto Completion:\n\nconnect to the Northwind.mdb sample databaseconsider you tried to write the next statement\n\n> Select [CategoryName] From [Categories]\n\nAnd for some reason you wanted to change the Selected Column\n\nFrom [CategoryName] to [CategoryID]you would try to delete the end of it and try to use the Auto Completion utility, like this\n\n> Select [Category From [Categories]\n\nNow you pressed the (Ctrl + Space) and you had the Auto Completion list opened, ... You selected the Column you need and pressed (Enter) ,………Surprise ………………..You got this\n\n> Select [[CategoryID] From [Categories]\n\nAuto Completion utility takes the word to complete without\n\nNon-Word characters (Brackets, Commas, Dollar Sign, Asterisks ……………etc).\n\nNot cool, but you need to take it into considerations.\n\n* Lazy Keywords Coloring (only long queries):\n\nThe reason behind the lazy coloring is that the tool (RichTextBox) used to color words tries to color All Text every time the text in the tool changes,…….that takes time,………….\n\nI tried to make another algorithm that colors the only current affected line, it still slow,\n\nI tried to make another algorithm that colors the only current affected word, it still slow,\n\nI think we have to think about it later\n\n* Export Data To Excel:\n\nthis tool uses three manners to export the data to Excel, I mentioned before that I want this tool to be Educational to you,\n\nIronically Excel 2003 recognizes formats more than Excel 2007 (of course Excel 2007 does recognizes them but not in its own extension \"*.xlsx\", it recognizes them in \"*.xls\" extension)\n\nyou see, if you write an HTML-Table file and save it as \"*.xls\"Excel 2003 will recognize it , but Excel 2007 won't with the \"*.xlsx\" extension ,but will with \"*.xls\" extension\n\nif you write an XML file (in special Format) and save it as \"*.xls\" Excel 2003 will recognize it ,but Excel 2007 won't with the \"*.xlsx\" extension ,but will with \"*.xls\" extension\n\n[ To learn about this XML special-Format, open Excel 2003, create your sheet, format it by Excel, then in the [Save As] dialog choose the \"XML SpreadSheet\", save it , and then open it with Notepad, it's very comprehensible.]\n\n[ the code used in XML creation is a Remixed Version of an C# Function written by Xodiak in an article he made here in codeproject from here, I converted it to VB.Net and re-organized it the way I like it to be]\n\none more manner (but we didn't used),if you write a Tab-Separated file and save it as \"*.xls\" Excel 2003 will recognize it , but Excel 2007 won't with the \"*.xlsx\" extension ,but will with \"*.xls\" extension\n\nThe last manner used is to use the Excel Application to do the job, it requires the user to have the Excel installed,and it's the most slow manner among the mentioned manners\n\nI hope you get a great information and ideas in this tool, so it helps you in other applications you create\n\n* What Do I need To Comprehend The Code:\n* the code uses some technologies you need to comprehend to be able to see how the code works:\n\n* Linq To Objects:\n\nIt's been used all over the code, and you can't even think about reading the code without having a clue at least.Don't worry I've seen some tutorial for youin Arabic from here and a site speaks about it in English from here* Regular Expressions:\n\nIt's been used to search in the text to color Key words, and you really need to have a clue at least,there is a very good tutorial here in CodeProject (It's all I have read about it) from here\nyou're gonna find a copy of the article in the attached zip file , in the project resources , or you can get it from the help menu of the app\n\nHappy Querying.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/5324858/answer",
+ "domain": "codeproject.com",
+ "file_source": "part-00197-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/616817/remote-connection-doubt-in-MySql-using-php",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/TellFriend.aspx?obtid=2&obid=249202",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/667211/BulletedList?PageFlow=FixedWidth",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nThis articles was originally at wiki.asp.net but has now been given a new home on CodeProject. Editing rights for this article has been set at Bronze or above, so please go in and edit and update this article to keep it fresh and relevant.\n\nThis articles was originally at wiki.asp.net but has now been given a new home on CodeProject. Editing rights for this article has been set at Bronze or above, so please go in and edit and update this article to keep it fresh and relevant.\n\nThe BulletedList control is used to create a list of items formatted with bullets. To specify the individual list items that you want to show in a BulletedList control, place a ListItem object for each entry between the opening and closing tags of the BulletedList control. The control can display the list items with many different kinds of bullet styles. The control is also actively used to show a list of hyperlinks.\n WhitePapers/Blogs\nThe `BulletedList` control is used to create a list of items formatted with bullets. To specify the individual list items that you want to show in a `BulletedList` control, place a `ListItem` object for each entry between the opening and closing tags of the `BulletedList` control. The control can display the list items with many different kinds of bullet styles. The control is also actively used to show a list of hyperlinks.\n\n# WhitePapers/Blogs\n\nThis article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.\n A list of licenses authors might use can be found here\n\nThis article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.\n\nA list of licenses authors might use can be found here",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/Forums/View.aspx?fid=1647&msg=2990210",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=10&sort=Position&spc=None&select=4494082&tid=4497374",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?msg=5230499",
+ "domain": "codeproject.com",
+ "file_source": "part-00656-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/tellfriend.aspx?obtid=2&obid=21174",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Your Email: * Your friend's Email: * Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/tips/91090/creating-a-folder-the-advanced-way-vb-net-code?pageflow=fixedwidth",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHello viewers, I'm TechKid From TechKid Creations. This is my first article/tip on this forum so please take it easy on me. :D So I'm going to share with you a code that I made about creating folders. The function that I made is basicly just a quicker way to achieve this than using just the My.Computer.CreateDirectory statement. so lets start. start by copying and pasting this code. Private Function CreateFolder(ByVal Path As String, ByVal FolderName As String, Optional ByVal Attributes As System.IO.FileAttributes = IO.FileAttributes.Normal) alright explanation; ByVal Path As String : The path that you want to create a folder in. ByVal FolderName As String : The name of the folder you want to create. Optional ByVal Attributes As System.IO.FileAttributes = IO.FileAttributes.Normal : The attributes to add to the folder after creating it. So ex: Hide the folder, encrypt it etc. and since its an optional ByVal the default is set to normal (no attributes will be added) Now that we have that laid out, lets begin the actual coding part. First we check if the path exists, if it does throw an exception. If My.Computer.FileSystem.DirectoryExists(Path) = False Then Throw New Exception(\"The specified path does not exist. Make sure the specified path has been spelled correctly.\") If the path does exist we move on the checking if the folder that the user is trying to create already exists, if it does throw an exception. ElseIf My.Computer.FileSystem.DirectoryExists(Path & \"\\\" & FolderName) Then Throw New Exception(\"Could not create the folder because it already exists.\") If the path exists and the folder doesn't then create it. Else My.Computer.FileSystem.CreateDirectory(Path & \"\\\" & FolderName) Now check if the 'Attributes' value has been changed, if it has add the attributes stored in the value 'Attributes'. If Not Attributes = IO.FileAttributes.Normal Then My.Computer.FileSystem.GetDirectoryInfo(Path & \"\\\" & FolderName).Attributes = Attributes End If End If Lastly, add the end function code. End Function Full code: ''' ''' Create a Folder ''' ''' The path of where the folder will be placed. ''' The name of the folder that you want to create. ''' The attributes of the folder like if you want it to be hidden or encrypted. ''' ''' Tech Kid Creations Copyright 2010 (c) Private Function CreateFolder(ByVal Path As String, ByVal FolderName As String, Optional ByVal Attributes As System.IO.FileAttributes = IO.FileAttributes.Normal) If My.Computer.FileSystem.DirectoryExists(Path) = False Then Throw New Exception(\"The specified path does not exist. Make sure the specified path has been spelled correctly.\") ElseIf My.Computer.FileSystem.DirectoryExists(Path & \"\\\" & FolderName) Then Throw New Exception(\"Could not create the folder because it already exists.\") Else My.Computer.FileSystem.CreateDirectory(Path & \"\\\" & FolderName) If Not Attributes = IO.FileAttributes.Normal Then My.Computer.FileSystem.GetDirectoryInfo(Path & \"\\\" & FolderName).Attributes = Attributes End If End If End Function To test if the code works you can create a test project (Look below for a how to guide) or you can download a test project made by me. These downloads also include moving and deleting folders. ZIP Archive Version Mirrors: Mirror 1 Mirror 2 Mirror 3 RAR Archive Version Mirrors: Mirror 1 Mirror 2 Mirror 3 **How to guide: Creating a test project with this tip.* Defined folder: Add a button(button1) Add 2 textboxes(textbox1, textbox2) Add a combobox(combobox1) set the dropdownstyle to dropdownlist add the following items to combobox1: IO.FileAttributes.Hidden IO.FileAttributes.Archive IO.FileAttributes.Encrypted IO.FileAttributes.Normal IO.FileAttributes.ReadOnly Textbox1 will store the path and textbox2 will store the folder name. under the button1 click event: CreateFolder(textbox1.text, textbox2.text, combobox1.selecteditem) Optional: to check if the folder was created put this code under the \"CreateFolder\" statement in the button1 click event: if Not My.Computer.FileSystem.DirectoryExists(textbox1.text & \"\\\" & textbox2.text) Then Throw New Exception(\"The folder creation failed.\") else msgbox(\"Folder Created successfully\") End If put this code under the form load event: combobox1.selectedindex = 0 Not Defined: Add a button to your form in the button1 click event put this code in: CreateFolder(\"C:/\",\"TestFolder\",IO.FileAttributes.Hidden + IO.FileAttributes.Encrypted) Optional: Check if the folder got created; Under the 'CreateFolder' statement put: if Not My.Computer.FileSystem.DirectoryExists(\"C:/TestFolder\") Then MsgBox("The folder creation failed.") else MsgBox(\"Folder Created successfully\") End If And there you have it! Hope this trick helped! - TechKid :-D\n\nHello viewers, I'm TechKid From TechKid Creations.\n\nThis is my first article/tip on this forum so please take it easy on me. :D\n\nSo I'm going to share with you a code that I made about creating folders.\n\nThe function that I made is basicly just a quicker way to achieve this than using just the My.Computer.CreateDirectory statement.\n\nso lets start.\n\nstart by copying and pasting this code.\n\n> Private Function CreateFolder(ByVal Path As String, ByVal FolderName As String, Optional ByVal Attributes As System.IO.FileAttributes = IO.FileAttributes.Normal)\n\nalright explanation;\n\n> ByVal Path As String\n\n: The path that you want to create a folder in.\n\n> ByVal FolderName As String\n\n: The name of the folder you want to create.\n\n> Optional ByVal Attributes As System.IO.FileAttributes = IO.FileAttributes.Normal\n\n: The attributes to add to the folder after creating it. So ex: Hide the folder, encrypt it etc. and since its an optional ByVal the default is set to normal (no attributes will be added)\n\nNow that we have that laid out, lets begin the actual coding part.\n\nFirst we check if the path exists, if it does throw an exception.\n\n> If My.Computer.FileSystem.DirectoryExists(Path) = False Then Throw New Exception(\"The specified path does not exist. Make sure the specified path has been spelled correctly.\")\n\nIf the path does exist we move on the checking if the folder that the user is trying to create already exists, if it does throw an exception.\n\n> ElseIf My.Computer.FileSystem.DirectoryExists(Path & \"\\\" & FolderName) Then Throw New Exception(\"Could not create the folder because it already exists.\")\n\nIf the path exists and the folder doesn't then create it.\n\n> Else My.Computer.FileSystem.CreateDirectory(Path & \"\\\" & FolderName)\n\nNow check if the 'Attributes' value has been changed, if it has add the attributes stored in the value 'Attributes'.\n\n> If Not Attributes = IO.FileAttributes.Normal Then My.Computer.FileSystem.GetDirectoryInfo(Path & \"\\\" & FolderName).Attributes = Attributes End If End If\n\nLastly, add the end function code.\n\n> End Function\nFull code:> ''' ''' Create a Folder ''' ''' The path of where the folder will be placed. ''' The name of the folder that you want to create. ''' The attributes of the folder like if you want it to be hidden or encrypted. ''' ''' Tech Kid Creations Copyright 2010 (c) Private Function CreateFolder(ByVal Path As String, ByVal FolderName As String, Optional ByVal Attributes As System.IO.FileAttributes = IO.FileAttributes.Normal) If My.Computer.FileSystem.DirectoryExists(Path) = False Then Throw New Exception(\"The specified path does not exist. Make sure the specified path has been spelled correctly.\") ElseIf My.Computer.FileSystem.DirectoryExists(Path & \"\\\" & FolderName) Then Throw New Exception(\"Could not create the folder because it already exists.\") Else My.Computer.FileSystem.CreateDirectory(Path & \"\\\" & FolderName) If Not Attributes = IO.FileAttributes.Normal Then My.Computer.FileSystem.GetDirectoryInfo(Path & \"\\\" & FolderName).Attributes = Attributes End If End If End Function\n\nTo test if the code works you can create a test project (Look below for a how to guide)\n\nor you can download a test project made by me.\nThese downloads also include moving and deleting folders.\n\nZIP Archive Version Mirrors:\n\nMirror 1 Mirror 2 Mirror 3\nRAR Archive Version Mirrors:\n\nMirror 1 Mirror 2 Mirror 3\n**How to guide: Creating a test project with this tip.*\n\nDefined folder:\n\nAdd a button(button1)\n\nAdd 2 textboxes(textbox1, textbox2)\n\nAdd a combobox(combobox1) set the dropdownstyle to dropdownlist\n\nadd the following items to combobox1:\n\n> IO.FileAttributes.Hidden IO.FileAttributes.Archive IO.FileAttributes.Encrypted IO.FileAttributes.Normal IO.FileAttributes.ReadOnly\n\nTextbox1 will store the path and textbox2 will store the folder name.\n\nunder the button1 click event:\n\n> CreateFolder(textbox1.text, textbox2.text, combobox1.selecteditem)\n\nOptional: to check if the folder was created\n\nput this code under the \"CreateFolder\" statement in the button1 click event:\n\n> if Not My.Computer.FileSystem.DirectoryExists(textbox1.text & \"\\\" & textbox2.text) Then Throw New Exception(\"The folder creation failed.\") else msgbox(\"Folder Created successfully\") End If\n\nput this code under the form load event:\n\n> combobox1.selectedindex = 0\n\nNot Defined:\n\nAdd a button to your form\n\nin the button1 click event put this code in:\n\n> CreateFolder(\"C:/\",\"TestFolder\",IO.FileAttributes.Hidden + IO.FileAttributes.Encrypted)\n\nOptional: Check if the folder got created;\n\nUnder the 'CreateFolder' statement put:\n\n> if Not My.Computer.FileSystem.DirectoryExists(\"C:/TestFolder\") Then MsgBox("The folder creation failed.") else MsgBox(\"Folder Created successfully\") End If\n\nAnd there you have it! Hope this trick helped!\n\n- TechKid :-D",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/Articles/View.aspx?aid=23037",
+ "domain": "codeproject.com",
+ "file_source": "part-00525-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/articles/72229/wpf-animate-visibility-property-update?msg=3913397",
+ "domain": "codeproject.com",
+ "file_source": "part-00525-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nBack in this post I showed you how you can easily add a fade-in / fade-out effect to a UIElement that changes its Visibility property, using a simple attached property.\n Some people encountered a problem using this property when they bind the UIElement to a model which initially hides the control. Since the default value of the Visibility property is Visible, using the attached property created an unwanted fade-out animation when the application started.\n To fix this issue I added another attached property that allows the user to skip the first animation.\n Also, I’ve fixed a minor issue with the double animation of the opacity.\n For completion, I bring here the full updated source. For more details on how the animation works, check the original post.\n That’s it for now, Arik Poznanski.\n Appendix A – Updated Source Code for VisibilityAnimation class\n using System; using System.Collections.Generic; using System.Windows; using System.Windows.Data; using System.Windows.Media.Animation; namespace WPF.Common { public class VisibilityAnimation { public enum AnimationType { None, Fade } private const int ANIMATION_DURATION = 200; private static readonly Dictionary _hookedElements = new Dictionary(); public static AnimationType GetAnimationType(DependencyObject obj) { return (AnimationType)obj.GetValue(AnimationTypeProperty); } public static void SetAnimationType(DependencyObject obj, AnimationType value) { obj.SetValue(AnimationTypeProperty, value); } public static readonly DependencyProperty AnimationTypeProperty = DependencyProperty.RegisterAttached( \"AnimationType\", typeof(AnimationType), typeof(VisibilityAnimation), new FrameworkPropertyMetadata(AnimationType.None, new PropertyChangedCallback(OnAnimationTypePropertyChanged))); public static bool GetIgnoreFirstTime(DependencyObject obj) { return (bool)obj.GetValue(IgnoreFirstTimeProperty); } public static void SetIgnoreFirstTime(DependencyObject obj, bool value) { obj.SetValue(IgnoreFirstTimeProperty, value); } public static readonly DependencyProperty IgnoreFirstTimeProperty = DependencyProperty.RegisterAttached( \"IgnoreFirstTime\", typeof(bool), typeof(VisibilityAnimation), new UIPropertyMetadata(false)); private static void OnAnimationTypePropertyChanged( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e) { var frameworkElement = dependencyObject as FrameworkElement; if (frameworkElement == null) { return; } if (GetAnimationType(frameworkElement) != AnimationType.None) { HookVisibilityChanges(frameworkElement); } else { UnHookVisibilityChanges(frameworkElement); } } private static void HookVisibilityChanges(FrameworkElement frameworkElement) { _hookedElements.Add(frameworkElement, false); } private static void UnHookVisibilityChanges(FrameworkElement frameworkElement) { if (_hookedElements.ContainsKey(frameworkElement)) { _hookedElements.Remove(frameworkElement); } } static VisibilityAnimation() { UIElement.VisibilityProperty.AddOwner( typeof(FrameworkElement), new FrameworkPropertyMetadata( Visibility.Visible, VisibilityChanged, CoerceVisibility)); } private static void VisibilityChanged( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e) { } private static object CoerceVisibility( DependencyObject dependencyObject, object baseValue) { var frameworkElement = dependencyObject as FrameworkElement; if (frameworkElement == null) { return baseValue; } var visibility = (Visibility)baseValue; if (visibility == frameworkElement.Visibility) { return baseValue; } if (!IsHookedElement(frameworkElement)) { return baseValue; } if (GetIgnoreFirstTime(frameworkElement)) { SetIgnoreFirstTime(frameworkElement, false); return baseValue; } if (UpdateAnimationStartedFlag(frameworkElement)) { return baseValue; } var doubleAnimation = new DoubleAnimation { Duration = new Duration(TimeSpan.FromMilliseconds(ANIMATION_DURATION)) }; doubleAnimation.Completed += (sender, eventArgs) => { if (visibility == Visibility.Visible) { UpdateAnimationStartedFlag(frameworkElement); } else { if (BindingOperations.IsDataBound(frameworkElement, UIElement.VisibilityProperty)) { Binding bindingValue = BindingOperations.GetBinding(frameworkElement, UIElement.VisibilityProperty); BindingOperations.SetBinding(frameworkElement, UIElement.VisibilityProperty, bindingValue); } else { frameworkElement.Visibility = visibility; } } }; if (visibility == Visibility.Collapsed || visibility == Visibility.Hidden) { doubleAnimation.From = (double)frameworkElement.GetValue( UIElement.OpacityProperty); doubleAnimation.To = 0.0; } else { doubleAnimation.From = (double)frameworkElement.GetValue( UIElement.OpacityProperty); doubleAnimation.To = 1.0; } frameworkElement.BeginAnimation(UIElement.OpacityProperty, doubleAnimation); return Visibility.Visible; } private static bool IsHookedElement(FrameworkElement frameworkElement) { return _hookedElements.ContainsKey(frameworkElement); } private static bool UpdateAnimationStartedFlag(FrameworkElement frameworkElement) { var animationStarted = _hookedElements[frameworkElement]; _hookedElements[frameworkElement] = !animationStarted; return animationStarted; } } }\n\nBack in this post I showed you how you can easily add a fade-in / fade-out effect to a UIElement that changes its Visibility property, using a simple attached property.\n\nSome people encountered a problem using this property when they bind the UIElement to a model which initially hides the control. Since the default value of the Visibility property is Visible, using the attached property created an unwanted fade-out animation when the application started.\n\nTo fix this issue I added another attached property that allows the user to skip the first animation.\n\nAlso, I’ve fixed a minor issue with the double animation of the opacity.\n\nFor completion, I bring here the full updated source. For more details on how the animation works, check the original post.\n\nThat’s it for now, Arik Poznanski.\n\nAppendix A – Updated Source Code for VisibilityAnimation class\n\n> using System; using System.Collections.Generic; using System.Windows; using System.Windows.Data; using System.Windows.Media.Animation; namespace WPF.Common { public class VisibilityAnimation { public enum AnimationType { None, Fade } private const int ANIMATION_DURATION = 200; private static readonly Dictionary _hookedElements = new Dictionary(); public static AnimationType GetAnimationType(DependencyObject obj) { return (AnimationType)obj.GetValue(AnimationTypeProperty); } public static void SetAnimationType(DependencyObject obj, AnimationType value) { obj.SetValue(AnimationTypeProperty, value); } public static readonly DependencyProperty AnimationTypeProperty = DependencyProperty.RegisterAttached( \"AnimationType\", typeof(AnimationType), typeof(VisibilityAnimation), new FrameworkPropertyMetadata(AnimationType.None, new PropertyChangedCallback(OnAnimationTypePropertyChanged))); public static bool GetIgnoreFirstTime(DependencyObject obj) { return (bool)obj.GetValue(IgnoreFirstTimeProperty); } public static void SetIgnoreFirstTime(DependencyObject obj, bool value) { obj.SetValue(IgnoreFirstTimeProperty, value); } public static readonly DependencyProperty IgnoreFirstTimeProperty = DependencyProperty.RegisterAttached( \"IgnoreFirstTime\", typeof(bool), typeof(VisibilityAnimation), new UIPropertyMetadata(false)); private static void OnAnimationTypePropertyChanged( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e) { var frameworkElement = dependencyObject as FrameworkElement; if (frameworkElement == null) { return; } if (GetAnimationType(frameworkElement) != AnimationType.None) { HookVisibilityChanges(frameworkElement); } else { UnHookVisibilityChanges(frameworkElement); } } private static void HookVisibilityChanges(FrameworkElement frameworkElement) { _hookedElements.Add(frameworkElement, false); } private static void UnHookVisibilityChanges(FrameworkElement frameworkElement) { if (_hookedElements.ContainsKey(frameworkElement)) { _hookedElements.Remove(frameworkElement); } } static VisibilityAnimation() { UIElement.VisibilityProperty.AddOwner( typeof(FrameworkElement), new FrameworkPropertyMetadata( Visibility.Visible, VisibilityChanged, CoerceVisibility)); } private static void VisibilityChanged( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e) { } private static object CoerceVisibility( DependencyObject dependencyObject, object baseValue) { var frameworkElement = dependencyObject as FrameworkElement; if (frameworkElement == null) { return baseValue; } var visibility = (Visibility)baseValue; if (visibility == frameworkElement.Visibility) { return baseValue; } if (!IsHookedElement(frameworkElement)) { return baseValue; } if (GetIgnoreFirstTime(frameworkElement)) { SetIgnoreFirstTime(frameworkElement, false); return baseValue; } if (UpdateAnimationStartedFlag(frameworkElement)) { return baseValue; } var doubleAnimation = new DoubleAnimation { Duration = new Duration(TimeSpan.FromMilliseconds(ANIMATION_DURATION)) }; doubleAnimation.Completed += (sender, eventArgs) => { if (visibility == Visibility.Visible) { UpdateAnimationStartedFlag(frameworkElement); } else { if (BindingOperations.IsDataBound(frameworkElement, UIElement.VisibilityProperty)) { Binding bindingValue = BindingOperations.GetBinding(frameworkElement, UIElement.VisibilityProperty); BindingOperations.SetBinding(frameworkElement, UIElement.VisibilityProperty, bindingValue); } else { frameworkElement.Visibility = visibility; } } }; if (visibility == Visibility.Collapsed || visibility == Visibility.Hidden) { doubleAnimation.From = (double)frameworkElement.GetValue( UIElement.OpacityProperty); doubleAnimation.To = 0.0; } else { doubleAnimation.From = (double)frameworkElement.GetValue( UIElement.OpacityProperty); doubleAnimation.To = 1.0; } frameworkElement.BeginAnimation(UIElement.OpacityProperty, doubleAnimation); return Visibility.Visible; } private static bool IsHookedElement(FrameworkElement frameworkElement) { return _hookedElements.ContainsKey(frameworkElement); } private static bool UpdateAnimationStartedFlag(FrameworkElement frameworkElement) { var animationStarted = _hookedElements[frameworkElement]; _hookedElements[frameworkElement] = !animationStarted; return animationStarted; } } }",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/18812/WPF-Docking-Library",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n Recently, I started a project for porting a Windows Forms application to WPF. I was quite a novice in WPF, so at first I was considering using some type of Windows Forms interoperability. In particular, the WinForm application has cool docking functionalities that I wanted to port to a newer version. As I was going deeper into WPF technology, I discovered a new world that radically changed my initial ideas. In this article, I wish to share a library that implements the Windows docking feature in pure WPF without any Win32-interop. \n Using the code\n There are three fundamental classes: DockManager, DockableContent and DocumentContent. DockManager is a class responsible for managing the main window layout. Pane represents the window area that can be docked to a border. Each Pane contains one or more ManagedContent elements, which precisely refer to a window content element of the client code. Using this library is straightforward. DockManager is a user control that can be easily embedded into a window. For example, the following XAML code creates a DockManager in a DockPanel: \n \n Notice that to use DockManager you have to refer an external CLR namespace, DockingLibary here. You can now add your windows to DockManager with code like this:\n public partial class MainWindow : System.Windows.Window { private TreeViewWindow explorerWindow = new TreeViewWindow(); private OutputWindow outputWindow = new OutputWindow(); private PropertyWindow propertyWindow = new PropertyWindow(); private ListViewWindow listWindow = new ListViewWindow(); public MainWindow() { InitializeComponent(); } private void OnLoaded(object sender, EventArgs e) { dockManager.ParentWindow = this; propertyWindow.DockManager = dockManager; propertyWindow.Show(Dock.Top); explorerWindow.DockManager = dockManager; explorerWindow.Show(); listWindow.DockManager = dockManager; listWindow.ShowAsDocument(); } } \n Ib order to be dockable, a window must derive from DockableContent. Deriving from DockableContent indicates that the window content can be hosted in DockablePane. Windows are initially docked either where you set the Show member call or, by default, to the left border. The last thing to see is how to add a document window. A document window is a particular window that can't be docked to the main window border. It lives only in DocumentsPane which, as DockablePane, is a particular kind of Pane. The following code adds a document window with a unique title to DockManager:\n private bool ContainsDocument(string docTitle) { foreach (DockingLibrary.DocumentContent doc in DockManager.Documents) if (string.CompareOrdinal(doc.Title, docTitle) == 0) return true; return false; } private void NewDocument(object sender, EventArgs e) { string title = \"Document\"; int i = 1; while (ContainsDocument(title + i.ToString())) i++; DocumentWindow doc = new DocumentWindow(); doc.Title = title+i.ToString(); DockManager.AddDocumentContent(doc); }\n Points of interest\n Exactly how is docking realized? I implement a simple algorithm here to manage relations between windows that are docked. DockingGrid contains code to organize Pane in a logical tree. DockManager calls DockingGrid.ArrangeLayout in order to organize the window layout. You also use DockingGrid.ChangeDock when you need to dock a Pane to a main window border. The following image shows a logical tree of panes. Don't get confused with the WPF logical tree.\n Each node is a group of either two Panes or a Pane and a child. To arrange the layout, DockingGrid creates a WPF grid for each group with two columns or two rows, depending on split orientation. I hope the image is self-explanatory. Anyway, feel free to ask for more details if you are interested.\n From version 0.1, the library supports floating windows, as you can see in VS. A floating window is an instance of the FloatingWindow class. It' s a very particular window because it needs to \"float\" between two windows. One is the parent window, MainWindow in this case, which is usually the main application window. The other is a transparent window owned by FloatingWindow itself, which is shown during dragging operations.\n As you can see in the previous image, FloatingWindow supports useful switching options through a context menu on the title bar. In WinForms, controlling a non-client window area means overriding WndProc and managing relevant messages like WM_NCMOUSEMOVE.\n In WPF, we have no access to messages posted to a window. This is because everything is controlled by the WPF engine that draws window content, fires keyboard and mouse events and does a lot of other things. The only way I know of to intercept messages is to install HwndSourceHook with a delegate to our functions. The following code shows how to manage a WM_NCLBUTTONDOWN message:\n protected void OnLoaded(object sender, EventArgs e) { WindowInteropHelper helper = new WindowInteropHelper(this); _hwndSource = HwndSource.FromHwnd(helper.Handle); _hwndSource.AddHook(new HwndSourceHook(this.HookHandler)); } private IntPtr HookHandler( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled ) { handled = false; switch(msg) { case WM_NCLBUTTONDOWN: if (HostedPane.State == PaneState.DockableWindow && wParam.ToInt32() == HTCAPTION) { short x = (short)((lParam.ToInt32() & 0xFFFF)); short y = (short)((lParam.ToInt32() >> 16)); HostedPane.ReferencedPane.DockManager.Drag( this, new Point(x, y), new Point(x - Left, y - Top)); handled = true;} break; } } }\n Although the delegate signature looks like a window procedure signature, it's not the same thing. You can, however, handle every message, even WM_PAINT.\n History\n\n 13/05/07 -- First preliminary release \n 17/05/07 -- Update \n 11/06/07 -- Version 0.1: Floating window, many improvements and bug fixes\n 16/07/07 -- Version 0.1.1: Some annoying bug fixes\n\n## Introduction\n\nRecently, I started a project for porting a Windows Forms application to WPF. I was quite a novice in WPF, so at first I was considering using some type of Windows Forms interoperability. In particular, the WinForm application has cool docking functionalities that I wanted to port to a newer version. As I was going deeper into WPF technology, I discovered a new world that radically changed my initial ideas. In this article, I wish to share a library that implements the Windows docking feature in pure WPF without any Win32-interop.\n\n## Using the code\n\nThere are three fundamental classes: `DockManager`, `DockableContent` and `DocumentContent`. `DockManager` is a class responsible for managing the main window layout. `Pane` represents the window area that can be docked to a border. Each `Pane` contains one or more `ManagedContent` elements, which precisely refer to a window content element of the client code. Using this library is straightforward. `DockManager` is a user control that can be easily embedded into a window. For example, the following XAML code creates a `DockManager` in a `DockPanel` :> \nNotice that to use `DockManager` you have to refer an external CLR namespace, `DockingLibary` here. You can now add your windows to `DockManager` with code like this:> public partial class MainWindow : System.Windows.Window { private TreeViewWindow explorerWindow = new TreeViewWindow(); private OutputWindow outputWindow = new OutputWindow(); private PropertyWindow propertyWindow = new PropertyWindow(); private ListViewWindow listWindow = new ListViewWindow(); public MainWindow() { InitializeComponent(); } private void OnLoaded(object sender, EventArgs e) { dockManager.ParentWindow = this; propertyWindow.DockManager = dockManager; propertyWindow.Show(Dock.Top); explorerWindow.DockManager = dockManager; explorerWindow.Show(); listWindow.DockManager = dockManager; listWindow.ShowAsDocument(); } }\nIb order to be dockable, a window must derive from `DockableContent`. Deriving from `DockableContent` indicates that the window content can be hosted in `DockablePane`. Windows are initially docked either where you set the `Show` member call or, by default, to the left border. The last thing to see is how to add a document window. A document window is a particular window that can't be docked to the main window border. It lives only in `DocumentsPane` which, as `DockablePane`, is a particular kind of `Pane`. The following code adds a document window with a unique title to `DockManager` :> private bool ContainsDocument(string docTitle) { foreach (DockingLibrary.DocumentContent doc in DockManager.Documents) if (string.CompareOrdinal(doc.Title, docTitle) == 0) return true; return false; } private void NewDocument(object sender, EventArgs e) { string title = \"Document\"; int i = 1; while (ContainsDocument(title + i.ToString())) i++; DocumentWindow doc = new DocumentWindow(); doc.Title = title+i.ToString(); DockManager.AddDocumentContent(doc); }\n\n## Points of interest\n\nExactly how is docking realized? I implement a simple algorithm here to manage relations between windows that are docked. `DockingGrid` contains code to organize `Pane` in a logical tree. `DockManager` calls `DockingGrid.ArrangeLayout` in order to organize the window layout. You also use `DockingGrid.ChangeDock` when you need to dock a `Pane` to a main window border. The following image shows a logical tree of panes. Don't get confused with the WPF logical tree.Each node is a group of either two `Pane` s or a `Pane` and a child. To arrange the layout, `DockingGrid` creates a WPF grid for each group with two columns or two rows, depending on split orientation. I hope the image is self-explanatory. Anyway, feel free to ask for more details if you are interested.From version 0.1, the library supports floating windows, as you can see in VS. A floating window is an instance of the `FloatingWindow` class. It' s a very particular window because it needs to \"float\" between two windows. One is the parent window, `MainWindow` in this case, which is usually the main application window. The other is a transparent window owned by `FloatingWindow` itself, which is shown during dragging operations.As you can see in the previous image, `FloatingWindow` supports useful switching options through a context menu on the title bar. In WinForms, controlling a non-client window area means overriding WndProc and managing relevant messages like `WM_NCMOUSEMOVE`.In WPF, we have no access to messages posted to a window. This is because everything is controlled by the WPF engine that draws window content, fires keyboard and mouse events and does a lot of other things. The only way I know of to intercept messages is to install `HwndSourceHook` with a delegate to our functions. The following code shows how to manage a `WM_NCLBUTTONDOWN` message:> protected void OnLoaded(object sender, EventArgs e) { WindowInteropHelper helper = new WindowInteropHelper(this); _hwndSource = HwndSource.FromHwnd(helper.Handle); _hwndSource.AddHook(new HwndSourceHook(this.HookHandler)); } private IntPtr HookHandler( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled ) { handled = false; switch(msg) { case WM_NCLBUTTONDOWN: if (HostedPane.State == PaneState.DockableWindow && wParam.ToInt32() == HTCAPTION) { short x = (short)((lParam.ToInt32() & 0xFFFF)); short y = (short)((lParam.ToInt32() >> 16)); HostedPane.ReferencedPane.DockManager.Drag( this, new Point(x, y), new Point(x - Left, y - Top)); handled = true;} break; } } }\nAlthough the delegate signature looks like a window procedure signature, it's not the same thing. You can, however, handle every message, even `WM_PAINT`.\n\n## History\n\n* 13/05/07 -- First preliminary release\n* 17/05/07 -- Update\n* 11/06/07 -- Version 0.1: Floating window, many improvements and bug fixes\n* 16/07/07 -- Version 0.1.1: Some annoying bug fixes",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/tellfriend.aspx?obtid=2&obid=15728",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=5524318&fr=87026&pageflow=Fluid",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/325728/Ten-Pin-Bowling-Scoreboard",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n The rules of Ten Pin bowling are easy to follow, but can be tricky to implement in code. An example by Tomas Brennan can be found here, which hosts a single-player GUI in C# for entering scores and calculating the result. The approach I have used instead represents a scoreboard, including the appropriate layout and calculations printed in the command prompt. It also stores internal data in a very different way, allowing for a different set of features.\n Background\n As a technical test, I was tasked with creating a scoreboard for a game of Ten Pin bowling, validating all input and incorporating all rules associated with the game. The examples provided with this article cover printing the scoreboard as text in the Windows command prompt or in the Mac OS X terminal. This could, of course, be extended to displaying values in a GUI.\n Using the Code\n The underlying system (i.e., not including the implementation of InterfaceManager) was designed to rely solely on STL classes, and therefore be completely cross-platform. While multiple forms of game have not been created, the game logic has been separated from the main program (by using two classes: Program and BowlingGame) so that such changes would be trivial. For the sake of simplicity and time, the InterfaceManager was written twice in separate deployments instead of creating an abstract interface to determine the output methodology (or worse, wrapping up the interface in large blocks of preprocessor directives).\n Getting Started: Initialization\n Initialization is straightforward; set initial default values and request the number of players. The technical specification did not provide a maximum number of players, so I set this to six. In order to get values from the user, everything is performed through the InterfaceManager (externally referred to as Interface). This constitutes a simple std::cin to an std::string value, which is then parsed to the appropriate type. To get the number of players between one and six from the user, the following code is used:\n int playerCount = 0; do { Interface.drawSplashScreen(*this); playerCount = Interface.getIntegerValue(\" Please enter the number of players (1-6): \"); } while (playerCount < 1 || playerCount > 6);\n This simply draws the splash screen (involving a little ASCII art in these console versions), prints the message requesting an integer input, and waits for the value to be entered. I do not trust std::cin to directly put input values into anything other than a string, so I instead use a stringToInteger function from my GameUtil class.\n Once the program has a number between one and six, it proceeds to ask for the names of each of the new players. The validation for this is straightforward; any input between three and sixteen characters long that isn't already the name of an entered player.\n Additional input validation would be straightforward to implement (i.e., alphabets only, first letter uppercase, subsequent letters lowercase). With all of the players set up, the game's initialization is complete - it begins on game one, frame one, and the program begins the game's update cycle.\n Taking turns: Update Loop\n The following line determines which player's turn it is:\n _turn = (_turn + 1) % _players.size(); \n And when it comes back to Player 1's turn, it begins the next round (or frame in game terms).\n if (_turn == 0) _frame++;\n Rather than handling each update cycle for each ball being bowled, a given cycle is for a player's whole turn. This means a player will continue bowling until their turn of this frame is over. A player progresses their turn by calling their bowlBall function until it returns true, denoting the end of their turn.\n Bowling a ball is a straightforward process, using the following code:\n do { scoreThisBowl = Interface.getIntegerValue(\" How many pins were hit on this bowl? \"); } while (!isValidScore(scoreThisBowl, currentFrame)); \n Note: This has been abbreviated from the Windows version, as the console class is not valid in non-Windows systems.\n The isValidScore function simply ensures that a logical number has been entered. Most of the time, this is a value between 0 and 10. Otherwise, if it is not the final frame and a non-Strike first ball has been bowled, it is a value between 0 and (10 - first score).\n With a valid score entered, the player \"updates\" all of his previous scores with the new score. This could be optimised somewhat by not updating more than the last two scores, but it is hardly a system performance bottleneck. The update call simply adds the new score as a bonus to the old score, if applicable. This is determined when the score is first recorded; if it is a Strike, it records the next two scores as bonuses. If it is a Spare, it records the next single score as a bonus. When all bonuses have been applied to a score, it no longer adds bonuses to itself.\n Displaying the Scoreboard: The Interface\n Along with some utilities in the Windows version, the InterfaceManager class is comprised of three main functions: drawSplashScreen, drawScoreTable, and drawGameOverScreen. The splash screen simply shows some bowling ASCII art and the list of player names.\n The score table is the most varied part of this program, requiring the most alteration between the Windows and Mac OS X versions. This is because the Mac terminal does not support utility features relating to different font colours or manually positioning the caret around the window. As a result, it needs to generate the score table line-by-line in the correct order, as opposed to printing the score table with no formatting and then filling in the individual scores as appropriate. In Windows, this included some extra formatting to change the colour of the text depending on whose turn it is, highlighting the current player's name and scores in yellow. Finally, the scores themselves are formatted according to the rules; a Strike is shown as an \"X\", a Spare is shown as a \"/\", and a score of zero is shown as a \"-\".\n The game over screen simply shows the score table and an ASCII trophy, declaring the winner and the score they achieved. Ties for the top score are shown as necessary, and the total score of the whole team added together is shown at the bottom.\n Ending the Game: Replay and Shutdown\n When a game has been played through ten frames and the winner(s) declared, the program prompts the user whether they want to play another game or not. If so, the game resets all player data and runs its initialization again. Otherwise, the game shuts down and closes the program. There is no dynamically allocated memory in this program, so everything is automatically cleared up on shutdown.\n Points of Interest\n I'd learned how to write code that is cross-platform and does not rely on obscure, outdated, or experimental libraries that are not likely to exist on every machine. However, before this project, I had not attempted to print out a program in the Mac OS X terminal; my assumptions had been that, because they both print text using std::cout, I could very easily redeploy my program.\n I had not counted on the different features of the terminal, and ended up rewriting fairly large sections of the interface. This mostly involved taking out the changing font colours and repositioning the caret; everything was instead printed line-by-line, resulting in similar output but requiring a bit more care and calculation.\n History\n\n 6th February, 2012: Initial post\n\n Deployed and tested version 1.0 on Windows 7 x64 and Mac OS X Snow Leopard\n\n## Introduction\n\nThe rules of Ten Pin bowling are easy to follow, but can be tricky to implement in code. An example by Tomas Brennan can be found here, which hosts a single-player GUI in C# for entering scores and calculating the result. The approach I have used instead represents a scoreboard, including the appropriate layout and calculations printed in the command prompt. It also stores internal data in a very different way, allowing for a different set of features.\n\n## Background\n\nAs a technical test, I was tasked with creating a scoreboard for a game of Ten Pin bowling, validating all input and incorporating all rules associated with the game. The examples provided with this article cover printing the scoreboard as text in the Windows command prompt or in the Mac OS X terminal. This could, of course, be extended to displaying values in a GUI.\n\n## Using the Code\n\nThe underlying system (i.e., not including the implementation of `InterfaceManager` ) was designed to rely solely on STL classes, and therefore be completely cross-platform. While multiple forms of game have not been created, the game logic has been separated from the main program (by using two classes: `Program` and `BowlingGame` ) so that such changes would be trivial. For the sake of simplicity and time, the `InterfaceManager` was written twice in separate deployments instead of creating an abstract interface to determine the output methodology (or worse, wrapping up the interface in large blocks of preprocessor directives).\n\n### Getting Started: Initialization\n\nInitialization is straightforward; set initial default values and request the number of players. The technical specification did not provide a maximum number of players, so I set this to six. In order to get values from the user, everything is performed through the `InterfaceManager` (externally referred to as Interface). This constitutes a simple `std::cin` to an `std::string` value, which is then parsed to the appropriate type. To get the number of players between one and six from the user, the following code is used:> int playerCount = 0; do { Interface.drawSplashScreen(*this); playerCount = Interface.getIntegerValue(\" Please enter the number of players (1-6): \"); } while (playerCount < 1 || playerCount > 6);\nThis simply draws the splash screen (involving a little ASCII art in these console versions), prints the message requesting an integer input, and waits for the value to be entered. I do not trust `std::cin` to directly put input values into anything other than a `string`, so I instead use a `stringToInteger` function from my `GameUtil` class.\nOnce the program has a number between one and six, it proceeds to ask for the names of each of the new players. The validation for this is straightforward; any input between three and sixteen characters long that isn't already the name of an entered player.\n\nAdditional input validation would be straightforward to implement (i.e., alphabets only, first letter uppercase, subsequent letters lowercase). With all of the players set up, the game's initialization is complete - it begins on game one, frame one, and the program begins the game's update cycle.\n\n### Taking turns: Update Loop\n\nThe following line determines which player's turn it is:\n\n> _turn = (_turn + 1) % _players.size();\n\nAnd when it comes back to Player 1's turn, it begins the next round (or frame in game terms).\n\n> if (_turn == 0) _frame++;\nRather than handling each update cycle for each ball being bowled, a given cycle is for a player's whole turn. This means a player will continue bowling until their turn of this frame is over. A player progresses their turn by calling their `bowlBall` function until it returns `true`, denoting the end of their turn.\nBowling a ball is a straightforward process, using the following code:\n\n> do { scoreThisBowl = Interface.getIntegerValue(\" How many pins were hit on this bowl? \"); } while (!isValidScore(scoreThisBowl, currentFrame));\n\nNote: This has been abbreviated from the Windows version, as the console class is not valid in non-Windows systems.\n\nThe `isValidScore` function simply ensures that a logical number has been entered. Most of the time, this is a value between 0 and 10. Otherwise, if it is not the final frame and a non-Strike first ball has been bowled, it is a value between 0 and (10 - first score).With a valid score entered, the player \"updates\" all of his previous scores with the new score. This could be optimised somewhat by not updating more than the last two scores, but it is hardly a system performance bottleneck. The `update` call simply adds the new score as a bonus to the old score, if applicable. This is determined when the score is first recorded; if it is a Strike, it records the next two scores as bonuses. If it is a Spare, it records the next single score as a bonus. When all bonuses have been applied to a score, it no longer adds bonuses to itself.\n\n### Displaying the Scoreboard: The Interface\n\nAlong with some utilities in the Windows version, the `InterfaceManager` class is comprised of three main functions: `drawSplashScreen`, `drawScoreTable`, and `drawGameOverScreen`. The splash screen simply shows some bowling ASCII art and the list of player names.\nThe score table is the most varied part of this program, requiring the most alteration between the Windows and Mac OS X versions. This is because the Mac terminal does not support utility features relating to different font colours or manually positioning the caret around the window. As a result, it needs to generate the score table line-by-line in the correct order, as opposed to printing the score table with no formatting and then filling in the individual scores as appropriate. In Windows, this included some extra formatting to change the colour of the text depending on whose turn it is, highlighting the current player's name and scores in yellow. Finally, the scores themselves are formatted according to the rules; a Strike is shown as an \"X\", a Spare is shown as a \"/\", and a score of zero is shown as a \"-\".\n\nThe game over screen simply shows the score table and an ASCII trophy, declaring the winner and the score they achieved. Ties for the top score are shown as necessary, and the total score of the whole team added together is shown at the bottom.\n\n### Ending the Game: Replay and Shutdown\n\nWhen a game has been played through ten frames and the winner(s) declared, the program prompts the user whether they want to play another game or not. If so, the game resets all player data and runs its initialization again. Otherwise, the game shuts down and closes the program. There is no dynamically allocated memory in this program, so everything is automatically cleared up on shutdown.\n\n## Points of Interest\n\nI'd learned how to write code that is cross-platform and does not rely on obscure, outdated, or experimental libraries that are not likely to exist on every machine. However, before this project, I had not attempted to print out a program in the Mac OS X terminal; my assumptions had been that, because they both print text using `std::cout`, I could very easily redeploy my program.\nI had not counted on the different features of the terminal, and ended up rewriting fairly large sections of the interface. This mostly involved taking out the changing font colours and repositioning the caret; everything was instead printed line-by-line, resulting in similar output but requiring a bit more care and calculation.\n\n## History\n\n* 6th February, 2012: Initial post\n\nDeployed and tested version 1.0 on Windows 7 x64 and Mac OS X Snow Leopard",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?msg=5573900&PageFlow=FixedWidth",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/5258906/Listview-control-does-not-fit-its-header-content",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/1151455/Cmd-control-form-VB-NET",
+ "domain": "codeproject.com",
+ "file_source": "part-00525-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=10951&zep=DynamicMethodDelegates%2FProperties%2FAssemblyInfo.cs&rzp=%2FKB%2Fcs%2Fdynamicmethoddelegates%2F%2Fdynamicmethoddelegates.zip",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?msg=4461968",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/312537/BizTalk-Value-Mapping-Caching-Pattern?PageFlow=Fluid",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nUnderstanding the value mapping problem in a typical integration!\n In several integration projects, one has to map source and destination values repeatedly. Consider a scenario where the destination values have to be looked up before any mapping can be done. In other words, for every request to insert or update a destination record, a lookup with the destination system has to be performed. This would mean invoking too many calls on the desination system, just for making a correct insert or update. \n Consider a scenario where a payment record with a currency value has to be updated. In order to update this record on the destination system one has to fetch the currency GUID for the currency value (USD for example) and then send another request to the destination system to update the payment record with the correct value inserted. This is known as chatty calls which means too many calls to the destination system. \n\n Step 1: A web service call is invoked by the source system in order to update or insert a record in the destination system. \n Step 2: In order to insert or update a value in the destination system, the query WS is used to retrieve the appropriate GUID value. \n Step 3: The GUID value is then used to invoke, the insert/update WS to correctly update the payment record. \n\n This is NOT a good approach since we are making too many calls to the destination system. \n Is there a better way?\n The idea is to build a cache and refresh it occasionally. The cache would hold all the destination mapped values for instance all the GUIDs for the various currencies in our example scenario. \n Why do you want to Cache mapped values? \n This shall be immensely beneficial in order to improve the performance of the system by atleast two fold. \n What would you like to Cache? \n This would contain all the destination mapped values. In our scenario, all the GUIDs for the various currencies. \n A typical cache DB would consist of the GUID values which can be retrieved by passing the currency code and the destination code. This cache table is updated periodically by the orchestration. This shall help us, reduce the method call volume to the destination system, there by enhancing the performance.\r\n\n Understanding the Value Map caching pattern\n Step 1: Loop until you have data in the cache\n Declare a boolean flag to determine when to exit the main loop. Observe the orchestration structure carefully, if you set to terminate flag to false (default), the orchestration would wait for a pre-defined amount of time before refreshing the cache again.\n Step 2: Coding the meat of the orchestration\n An exception scope is used to invoke a web service in order to retrieve all the values for building the value map cache. Note that this orchestration is used only to build the cache in the custom integration database. \n Step 3: The cache refresh period\n The timespan object is used to configure the delay shape of the orchestration. This shall determine the time lag between the cache refresh cycles.\n Step 4: Don't forget to add the configuration entries\n We would need to configure the terminate flag and the delay time to refresh the cache either in the BizTalk configuration file or using a SSO DB configuration. \n Do we have any other easier alternatives?\n The good news is that we do. There are several easier alternatives especially in using BizTalk Xref Data which is described in great detail by Michael Stephenson's article, see references section.\r\n\n References for further reading\n\n## Understanding the value mapping problem in a typical integration!\n\nIn several integration projects, one has to map source and destination values repeatedly. Consider a scenario where the destination values have to be looked up before any mapping can be done. In other words, for every request to insert or update a destination record, a lookup with the destination system has to be performed. This would mean invoking too many calls on the desination system, just for making a correct insert or update.\n\nConsider a scenario where a `payment` record with a `currency` value has to be updated. In order to update this record on the destination system one has to fetch the currency `GUID` for the currency value (USD for example) and then send another request to the destination system to update the payment record with the correct value inserted. This is known as `chatty` calls which means too many calls to the destination system.\n\n* Step 1: A\n `web service` call is invoked by the source system in order to `update` or `insert` a record in the destination system.* Step 2: In order to\n `insert` or `update` a value in the destination system, the query WS is used to retrieve the appropriate `GUID` value.* Step 3: The\n `GUID` value is then used to invoke, the insert/update WS to correctly update the `payment` record.\nThis is NOT a good approach since we are making too many calls to the destination system.\n\n## Is there a better way?\n\nThe idea is to build a `cache` and refresh it occasionally. The cache would hold all the destination mapped values for instance all the `GUIDs` for the various currencies in our example scenario.\n\n## Why do you want to Cache mapped values?\n\nThis shall be immensely beneficial in order to improve the performance of the system by atleast two fold.\n\n## What would you like to Cache?\n\nThis would contain all the destination mapped values. In our scenario, all the `GUIDs` for the various currencies.A typical cache DB would consist of the `GUID` values which can be retrieved by passing the `currency code` and the `destination code`. This cache table is updated periodically by the orchestration. This shall help us, reduce the method call volume to the destination system, there by enhancing the performance.\n\n## Understanding the Value Map caching pattern\n\n### Step 1: Loop until you have data in the cache\n\nDeclare a `boolean` flag to determine when to exit the main loop. Observe the orchestration structure carefully, if you set to `terminate` flag to false (default), the orchestration would wait for a pre-defined amount of time before refreshing the cache again.\n\n### Step 2: Coding the meat of the orchestration\n\nAn exception `scope` is used to invoke a web service in order to retrieve all the values for building the value map cache. Note that this orchestration is used only to build the cache in the custom integration database.\n\n### Step 3: The cache refresh period\n\nThe `timespan` object is used to configure the `delay` shape of the orchestration. This shall determine the time lag between the cache refresh cycles.\n\n### Step 4: Don't forget to add the configuration entries\n\nWe would need to configure the `terminate` flag and the `delay time` to refresh the cache either in the `BizTalk` configuration file or using a `SSO DB` configuration.\n\n## Do we have any other easier alternatives?\n\nThe good news is that we do. There are several easier alternatives especially in using `BizTalk Xref Data` which is described in great detail by Michael Stephenson's article, see `references` section.\n\n## References for further reading",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/530871/HowplustopluscloseplusaplusClient-Consoleplusandpl",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/320450/Problems-installing-SQL-Server-2008-R2",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/Questions/611703/Override-CSplitterWnd-m_cxBorder-m_cyBorder-Proble",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/314175/How-Editable-DataGridComboBoxColumn?display=Print",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/TellFriend.aspx?obtid=2&obid=264103",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Messages/5729243/Re-Efficient-way-to-read-write-file",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=5674968&fr=19601",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/tellfriend.aspx?obtid=2&obid=432808",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/219743/Get-textbox-value-from-gridview-ASP-Net",
+ "domain": "codeproject.com",
+ "file_source": "part-00656-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/common/tellfriend.aspx?obtid=2&obid=8462",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Article Recommendation Your Name: * Please enter your name. It will not be stored on our servers. Your Email: * Please enter your email. It will not be stored on our servers. Please correct the format of the email address Your friend's Email: * Please enter your friend's email. It will not be stored on our servers. Please correct the format of the email Note: the details entered on this page will not be stored or used for any purpose other than for sending this email.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/5277276/How-do-I-wait-until-an-event-has-been-triggered-Lu",
+ "domain": "codeproject.com",
+ "file_source": "part-00335-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/forums/1540733/sharepoint.aspx?fid=1540733&df=90&mpp=10&sort=position&spc=none&tid=4425965",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/5349298/How-do-I-think-about-recursion?tab=mostrecent",
+ "domain": "codeproject.com",
+ "file_source": "part-00197-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/355316/Creating-Custom-VSIX-Project-Templates-Using-an-EM?PageFlow=FixedWidth",
+ "domain": "codeproject.com",
+ "file_source": "part-00888-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nEMGU VSIX Project Templates (V2.3)\n Example Project used Within Article\n Example VSIX Project Template\n Introduction\n The following tutorial explains how to generate your own custom Microsoft project templates. A custom template can save large amounts of time if your projects are complex and based upon custom dynamic link libraries and many external components. While the following tutorial is based upon using C# and EMGU, all the processors remain true and can be ported over to generating your own projects.\n This tutorial is designed so that user can export the projects among a community or work colleagues with ease. Custom project templates can be made in 2008, however exporting them requires installation in specific folders. This can change between users and VS 2010 solves this issue by introducing VSIX project templates.\n Pre-Requisites and Assumed Knowledge\n Unfortunately, to generate a custom template, you will need Visual Studio 2010, with Service Pack 1 and the SP1 SDK. Service Pack 1 is available here, VS 2010 SP1. The SP1 SDK is available here, VS 2010 SP1 SDK\n Ensure you restart Visual Studio after installation so that you can use the extension properly.\n It is assumed that a reader is comfortable within the C# environment, can create their own project. Understands how to import files and what dynamic link libraries are used for. While some of this will be covered, it won’t contain enough detail for a complete novice.\n Project Templates\n So What is a Project Template\n A project template is what you see when you start a new project in Visual Studio. It is an empty project in effect, that contains all the pre-requisites you require to start creating an application. Take a standard Windows Form, how does VS know to put a new form with code behind in your project, link that as the start up form and even call it Form1. Well, it uses a template, this is the case over many different applications, Word, Excel and even your phone will have templates for items such as multimedia messages and texts.\n So Why Should You Use a Project Template?\n Templates save us time, save time and we save money. Does this mean you should create one for everything you create? No... a project template is a tool and as such should only be used when necessary. EMGU is used within this example for the reason that using a project template is ideal. It is a complex project that requires many different external components, including custom DLLs.\n So Why Should You Use a Project Template?\n Let’s imagine you develop a custom DLL for your company say for advertisements and your company has a logo with a default About Box and set icon, a fair assumption. Now imagine that your company adopts your DLL and every individual who develops any program for your company now uses it, along with your company logo, about box and icon. This means that for every program they create, the first thing they must do is reference your DLL and then import the logo into their project. Then import the About Box existing form into their project. A complex system already and prone to mistakes.\n Now with a custom project template, when a user creates a new project, they use the custom template and all this is done for them. While I’m sure you’d like to imagine your bosses will thank you so much offer you a promotion and a big pay rise, let’s face it, this won’t happen, but at least you will have benefited mankind and maybe prevented some of your colleagues from throwing themselves/or computers out the window.\n The First Step – Do the Dirty Work\n Now to create the project template, you must first create the project. There is one vital step for creating your custom projects and this is in the use of custom DLLs. So don’t just skim through this section.\n Adding DLL References\n Now project templates will not include externally referenced DLL. It will include any file you include within the project however. So create a folder in project explorer and add your DLLs to this folder as existing items. In this example, they will be placed in a folder called Lib, the required DLLs are:\n\n Emgu.CV.dll\n Emgu.CV.GPU.dll\n Emgu.CV.ML.dl\n Emgu.CV.UI.dll\n Emgu.Util.dll\n\n Your solution explorer will now look something like this:\n The folder is not needed but it keeps things neat. Now reference the copied DLLs within your projects as you would normally, using browse ...project folder.../DLL/mydllfile.dll.\n You will be able to check later to make sure you followed this step correctly.\n Adding Additional Files\n Add images and additional files or forms as you would within a normal project. You can use directory structures as we did with the DLL files to keep things neat. In the EMGU example, the OpenCV wrapped libraries are required directly within the bin directory. Don’t forget to set properties such as Copy Always... as these will be copied to your project template. In the example, only two addition files are need to support basic image processing techniques.\n Form Design\n You must first layout your form the way you wish in this case, a simple picture box is to be placed on the form in which when the program starts and image is to be drawn and displayed inside it. Not very adventurous, but you can have as many controls and in the case of EMGU, the designs of which a user may develop is endless.\n The Code Behind\n The code behind is also added to the project template so if you have a method that is always used but an additional class is not needed, then include it, similarly if you’ve added classes, why not put the code behind to invoke them. In our case, we are only going to use a simple Hello World type of code. It creates a new image and writes EMGU in the centre, this is then displayed. All this does is test that the application is working and the rest is up to the user.\n using Emgu.CV; using Emgu.Util; using Emgu.CV.Structure; using Emgu.CV.CvEnum; ..... public Form1() { InitializeComponent(); Image img = new Image(400, 400, new Bgr(0, 0, 0)); MCvFont f = new MCvFont(FONT.CV_FONT_HERSHEY_TRIPLEX, 1.2, 1.2); img.Draw(\"EMGUcv\", ref f, new System.Drawing.Point(135, 180), new Bgr(0, 255, 0)); pictureBox1.Image = img.ToBitmap(); }\n Now you have your project, run it and test it, fix any bugs as you want your project template to be running as soon as it is opened.\n Creating the Project Template\n Creating a project template is made incredibly simple, just left click File=>Export Template. If you have not saved your changes, you will be prompted to do so before continuing. We want to do things properly so we are not exporting our project as a vsix just yet.\n The Export Template Wizard will now appear we want to export the whole Project Template so just select Next >.\n You can now set up the template details such as:\n\n Template Name\n Template Description\n Icon Image\n Preview Image\n\n You can leave these blank, however you may find you want to add your own else some default ones are used that are less desirable. It also makes thing more desirable. In this example, we will use an EMGU icon and a screen shot that was prepared earlier. If need be, you can select cancel at this point, gather your items and repeat the last few steps.\n Once you have selected your item, ensure you deselect the “Automatically import the template into Visual Studio” checkbox. We will test that we can use the project later but if you forget, skip to “Installing and Uninstalling on a Client Machine” section to remove the project.\n The template will be saved in a default location as a zip file, you can see that there are several templates that were made for the EMGU template project release. The default directory will open automatically in Windows explorer but should you close it, they are located here: \\Documents\\Visual Studio 2010\\My Exported Templates.\n You can explorer the project folder using an appropriate tool to ensure all your files have transferred correctly. Repeat this process for multiple templates as required until you have all your required templates.\n Creating the VSIX Export Template\n Now that we have our project template, we are going to create a VSIX project so in VS, select New Project. Look for the Sub-Contents of Extensibility, you should see a VSIX project option as shown below:\n If you do not see this project type, make sure you have installed Microsoft Visual Studio Service 1 SDK, links are under the “Pre-Requisites” heading.\n When your VSIX project opens, you will be instantly presented with the source extension manifest file. Fill in the basic Fields such as Product Name, Author, Version and Description. The ID will have a long string of random characters leave these as they are a unique identifier but you can edit the text pre-ceding them.\n You now need to select the editions your project template will work with, this is vital, the default will be the version you are using. You may want to limit the use to just Professional version of VS or allow multiple languages to use the template.\n We are now at the stage of adding the content to out VSIX project, our project template. Left click the “Add Content” button and a pop up will appear to guide you through. Select the contents type as a “Project Template”.\n Then select File and navigate to your custom project template .zip file we generated in the last section.\n Now if we have several project templates we will want to create the all under a sub-directory for a New project creation. To do this, enter the name you wish to use in the Add to subfolder field. If you wish to add the custom project template to the root directory and leave it blank. If you want to do both, then you will need to add two identical project files one with no sub-folder set and with the sub-folder you desire. In this example, a Custom Project sub-folder will be used.\n You will now see your project file within the Solution Explorer window. You can always reorganise the structure of you VSIX project here.\n Continue adding your project templates as required until you have the structure you would like. Once complete, it is time to build the solution, so select menu item Build=>Build Solution or press F6.\n Navigate to the Bin directory if your project, you will now see within it a .vsix project file. If you want to view inside the file, rename the extension to .zip, you can arrange directories here as well but this is where errors can occur. The VSIX file is all you need, so copy and paste this to the desktop and now an installation test can be carried out\n Installing and Un-Installing on a Client Machine\n Installing\n To install the VSIX project on a machine, ensure that VS 2010 is installed and exited. You can install the VSIX template with VS still open, however it won’t appear until you close and restart VS. You will be presented with an Installation wizard asking which version of VS to install the templates projects to, select the appropriate ones and click Install. If you have generated all the files correctly, a success message will be shown:\n Now re-open VS and select new project navigate to your chosen sub-directory if you used one or look down the list of available templates and you should see your nested happily within them.\n Un-Installing\n Now if you have just done a test project and you want to remove the template, it is extremely simple. Select menu option Tool=>Extension Manager.\n The Extension Manager will appear showing all your extensions such as your custom template projects. Simply select the extension and select the Uninstall button. A prompt will appear to make sure you wish to uninstall it, simply click Yes. No restart of VS is required.\n History\n\n [1] 12/03/2012: Beta Release of EMGU project templates\n [2] 27/032012: Official Release and article published\n\n# EMGU VSIX Project Templates (V2.3)\n\n# Example Project used Within Article\n\n# Example VSIX Project Template\n\n## Introduction\n\nThe following tutorial explains how to generate your own custom Microsoft project templates. A custom template can save large amounts of time if your projects are complex and based upon custom dynamic link libraries and many external components. While the following tutorial is based upon using C# and EMGU, all the processors remain true and can be ported over to generating your own projects.\n\nThis tutorial is designed so that user can export the projects among a community or work colleagues with ease. Custom project templates can be made in 2008, however exporting them requires installation in specific folders. This can change between users and VS 2010 solves this issue by introducing VSIX project templates.\n\n## Pre-Requisites and Assumed Knowledge\n\nUnfortunately, to generate a custom template, you will need Visual Studio 2010, with Service Pack 1 and the SP1 SDK. Service Pack 1 is available here, VS 2010 SP1. The SP1 SDK is available here, VS 2010 SP1 SDK\n\nEnsure you restart Visual Studio after installation so that you can use the extension properly.\n\nIt is assumed that a reader is comfortable within the C# environment, can create their own project. Understands how to import files and what dynamic link libraries are used for. While some of this will be covered, it won’t contain enough detail for a complete novice.\n\n## Project Templates\n\n### So What is a Project Template\n\nA project template is what you see when you start a new project in Visual Studio. It is an empty project in effect, that contains all the pre-requisites you require to start creating an application. Take a standard Windows Form, how does VS know to put a new form with code behind in your project, link that as the start up form and even call it `Form1`. Well, it uses a template, this is the case over many different applications, Word, Excel and even your phone will have templates for items such as multimedia messages and texts.\n\n### So Why Should You Use a Project Template?\n\nTemplates save us time, save time and we save money. Does this mean you should create one for everything you create? No... a project template is a tool and as such should only be used when necessary. EMGU is used within this example for the reason that using a project template is ideal. It is a complex project that requires many different external components, including custom DLLs.\n\n### So Why Should You Use a Project Template?\n\nLet’s imagine you develop a custom DLL for your company say for advertisements and your company has a logo with a default About Box and set icon, a fair assumption. Now imagine that your company adopts your DLL and every individual who develops any program for your company now uses it, along with your company logo, about box and icon. This means that for every program they create, the first thing they must do is reference your DLL and then import the logo into their project. Then import the About Box existing form into their project. A complex system already and prone to mistakes.\n\nNow with a custom project template, when a user creates a new project, they use the custom template and all this is done for them. While I’m sure you’d like to imagine your bosses will thank you so much offer you a promotion and a big pay rise, let’s face it, this won’t happen, but at least you will have benefited mankind and maybe prevented some of your colleagues from throwing themselves/or computers out the window.\n\n## The First Step – Do the Dirty Work\n\nNow to create the project template, you must first create the project. There is one vital step for creating your custom projects and this is in the use of custom DLLs. So don’t just skim through this section.\n\n### Adding DLL References\n\nNow project templates will not include externally referenced DLL. It will include any file you include within the project however. So create a folder in project explorer and add your DLLs to this folder as existing items. In this example, they will be placed in a folder called Lib, the required DLLs are:\n\n* Emgu.CV.dll\n* Emgu.CV.GPU.dll\n* Emgu.CV.ML.dl\n* Emgu.CV.UI.dll\n* Emgu.Util.dll\n\nYour solution explorer will now look something like this:\n\nThe folder is not needed but it keeps things neat. Now reference the copied DLLs within your projects as you would normally, using browse ...project folder.../DLL/mydllfile.dll.\n\nYou will be able to check later to make sure you followed this step correctly.\n\n### Adding Additional Files\n\nAdd images and additional files or forms as you would within a normal project. You can use directory structures as we did with the DLL files to keep things neat. In the EMGU example, the OpenCV wrapped libraries are required directly within the bin directory. Don’t forget to set properties such as Copy Always... as these will be copied to your project template. In the example, only two addition files are need to support basic image processing techniques.\n\n### Form Design\n\nYou must first layout your form the way you wish in this case, a simple picture box is to be placed on the form in which when the program starts and image is to be drawn and displayed inside it. Not very adventurous, but you can have as many controls and in the case of EMGU, the designs of which a user may develop is endless.\n\n### The Code Behind\n\nThe code behind is also added to the project template so if you have a method that is always used but an additional class is not needed, then include it, similarly if you’ve added classes, why not put the code behind to invoke them. In our case, we are only going to use a simple Hello World type of code. It creates a new image and writes EMGU in the centre, this is then displayed. All this does is test that the application is working and the rest is up to the user.\n\n> using Emgu.CV; using Emgu.Util; using Emgu.CV.Structure; using Emgu.CV.CvEnum; ..... public Form1() { InitializeComponent(); Image img = new Image(400, 400, new Bgr(0, 0, 0)); MCvFont f = new MCvFont(FONT.CV_FONT_HERSHEY_TRIPLEX, 1.2, 1.2); img.Draw(\"EMGUcv\", ref f, new System.Drawing.Point(135, 180), new Bgr(0, 255, 0)); pictureBox1.Image = img.ToBitmap(); }\n\nNow you have your project, run it and test it, fix any bugs as you want your project template to be running as soon as it is opened.\n\n## Creating the Project Template\n\nCreating a project template is made incredibly simple, just left click File=>Export Template. If you have not saved your changes, you will be prompted to do so before continuing. We want to do things properly so we are not exporting our project as a vsix just yet.\n\nThe Export Template Wizard will now appear we want to export the whole Project Template so just select Next >.\n\nYou can now set up the template details such as:\n\n* Template Name\n* Template Description\n* Icon Image\n* Preview Image\n\nYou can leave these blank, however you may find you want to add your own else some default ones are used that are less desirable. It also makes thing more desirable. In this example, we will use an EMGU icon and a screen shot that was prepared earlier. If need be, you can select cancel at this point, gather your items and repeat the last few steps.\n\nOnce you have selected your item, ensure you deselect the “Automatically import the template into Visual Studio” checkbox. We will test that we can use the project later but if you forget, skip to “Installing and Uninstalling on a Client Machine” section to remove the project.\n\nThe template will be saved in a default location as a zip file, you can see that there are several templates that were made for the EMGU template project release. The default directory will open automatically in Windows explorer but should you close it, they are located here: \\Documents\\Visual Studio 2010\\My Exported Templates.\n\nYou can explorer the project folder using an appropriate tool to ensure all your files have transferred correctly. Repeat this process for multiple templates as required until you have all your required templates.\n\n## Creating the VSIX Export Template\n\nNow that we have our project template, we are going to create a VSIX project so in VS, select New Project. Look for the Sub-Contents of Extensibility, you should see a VSIX project option as shown below:\n\nIf you do not see this project type, make sure you have installed Microsoft Visual Studio Service 1 SDK, links are under the “Pre-Requisites” heading.\n\nWhen your VSIX project opens, you will be instantly presented with the source extension manifest file. Fill in the basic Fields such as Product Name, Author, Version and Description. The ID will have a long string of random characters leave these as they are a unique identifier but you can edit the text pre-ceding them.\n\nYou now need to select the editions your project template will work with, this is vital, the default will be the version you are using. You may want to limit the use to just Professional version of VS or allow multiple languages to use the template.\n\nWe are now at the stage of adding the content to out VSIX project, our project template. Left click the “Add Content” button and a pop up will appear to guide you through. Select the contents type as a “Project Template”.\n\nThen select File and navigate to your custom project template .zip file we generated in the last section.\n\nNow if we have several project templates we will want to create the all under a sub-directory for a New project creation. To do this, enter the name you wish to use in the Add to subfolder field. If you wish to add the custom project template to the root directory and leave it blank. If you want to do both, then you will need to add two identical project files one with no sub-folder set and with the sub-folder you desire. In this example, a Custom Project sub-folder will be used.\n\nYou will now see your project file within the Solution Explorer window. You can always reorganise the structure of you VSIX project here.\n\nContinue adding your project templates as required until you have the structure you would like. Once complete, it is time to build the solution, so select menu item Build=>Build Solution or press F6.\n\nNavigate to the Bin directory if your project, you will now see within it a .vsix project file. If you want to view inside the file, rename the extension to .zip, you can arrange directories here as well but this is where errors can occur. The VSIX file is all you need, so copy and paste this to the desktop and now an installation test can be carried out\n\n## Installing and Un-Installing on a Client Machine\n\n### Installing\n\nTo install the VSIX project on a machine, ensure that VS 2010 is installed and exited. You can install the VSIX template with VS still open, however it won’t appear until you close and restart VS. You will be presented with an Installation wizard asking which version of VS to install the templates projects to, select the appropriate ones and click Install. If you have generated all the files correctly, a success message will be shown:\n\nNow re-open VS and select new project navigate to your chosen sub-directory if you used one or look down the list of available templates and you should see your nested happily within them.\n\n### Un-Installing\n\nNow if you have just done a test project and you want to remove the template, it is extremely simple. Select menu option Tool=>Extension Manager.\n\nThe Extension Manager will appear showing all your extensions such as your custom template projects. Simply select the extension and select the Uninstall button. A prompt will appear to make sure you wish to uninstall it, simply click Yes. No restart of VS is required.\n\n## History\n\n* [1] 12/03/2012: Beta Release of EMGU project templates\n* [2] 27/032012: Official Release and article published",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Messages/4458639/Re-webpage-has-resulted-in-too-many-redirects.aspx",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/534442/CallplusformplusmethodplusfromplususerplusControl?PageFlow=FixedWidth",
+ "domain": "codeproject.com",
+ "file_source": "part-00708-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Tips/264570/Recycling-application-pools-on-shared-hosting",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI recently signed up for ASP.NET hosting on a server that uses LAMP as a front-end and proxies ASP.NET requests to a back-end IIS server. The setup actually works fine, and with a few hiccups (ASP.NET routing doesn't work, so I had to configure mod_rewrite instead), my site is working OK.\n One of the advantages to hosting on a pure IIS server is that it monitors filesystem activity, and when a page or assembly is modified, it reloads that file.\n This doesn't work with an Apache front-end, so the quickest workaround is to touch web.config.\n That's fine for forcing a re-read of a file, but if you need to clear the cache, or you have static variables that are persisting data and you want them cleared, you need to unload the running assembly.\n Alberto Venditti[^] wrote an excellent article, Recycling IIS 6.0 application pools programmatically[^] which proposes one programatic way to recycle the application pools; however, his approach requires knowing the name of the site as it is configured in IIS, and some other information to which you might not have access.\n My approach is simpler, and consists of a short Web Form:\n <%@ Page Language=\"C#\" AutoEventWireup=\"true\" CodeFile=\"recycle.aspx.cs\" Inherits=\"utility_recycle\" %> Unload AppDomain \n using System; using System.Web; public partial class utility_recycle : System.Web.UI.Page { public string Message; protected void Page_Load(object sender, EventArgs e) { try { HttpRuntime.UnloadAppDomain(); Message = \"Success\"; } catch (Exception ex) { Message = \"Failed: \" + ex.Message; } } }\n\nI recently signed up for ASP.NET hosting on a server that uses LAMP as a front-end and proxies ASP.NET requests to a back-end IIS server. The setup actually works fine, and with a few hiccups (ASP.NET routing doesn't work, so I had to configure mod_rewrite instead), my site is working OK.\n\nOne of the advantages to hosting on a pure IIS server is that it monitors filesystem activity, and when a page or assembly is modified, it reloads that file.\n\nThis doesn't work with an Apache front-end, so the quickest workaround is to `touch` web.config.\nThat's fine for forcing a re-read of a file, but if you need to clear the cache, or you have static variables that are persisting data and you want them cleared, you need to unload the running assembly.\n\nAlberto Venditti[^] wrote an excellent article, Recycling IIS 6.0 application pools programmatically[^] which proposes one programatic way to recycle the application pools; however, his approach requires knowing the name of the site as it is configured in IIS, and some other information to which you might not have access.\n\nMy approach is simpler, and consists of a short Web Form:\n\n> <%@ Page Language=\"C#\" AutoEventWireup=\"true\" CodeFile=\"recycle.aspx.cs\" Inherits=\"utility_recycle\" %> Unload AppDomain \n> using System; using System.Web; public partial class utility_recycle : System.Web.UI.Page { public string Message; protected void Page_Load(object sender, EventArgs e) { try { HttpRuntime.UnloadAppDomain(); Message = \"Success\"; } catch (Exception ex) { Message = \"Failed: \" + ex.Message; } } }",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=25&sort=Position&view=Normal&spc=Relaxed&prof=True&select=5577235&fr=66726",
+ "domain": "codeproject.com",
+ "file_source": "part-00849-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/644204/How-to-display-text-line-by-line-in-vb-net",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/messages/4478883/re-csharp-file.aspx",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Articles/6580/The-New-CodeProject-Web-Farm",
+ "domain": "codeproject.com",
+ "file_source": "part-00197-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIntroduction\n With the server cluster in the office creaking alarmingly, and our fibre connection to the outside world almost warm to the touch we decided that we had to bite the bullet and move the entire mess into a true hosting centre that would provide 24/7 support, backup power, and redundant internet connections.\n\n Thorough Planning makes a difference\n\n The first step in the move was to upgrade the hardware in-house and test to ensure the new servers were up to the task. We priced the main players and soon realised that only by selling our kidneys could we ever afford the required hardware. Our other option was to purchase rack mounted cases and build the machines ourselves using quality parts at affordable prices. Sure - it meant some late nights and a bit of driving around, but we're all certified geeks and can build a box blindfold in under 6 minutes. A quick call to our local supplier - the one with the unmarked entrance at the back of a block of units in a distant industrial area - and the gear was on it's way.\n That's when the trouble began.\n We only received a single case and enough parts to make up 2 boxes if we did without some of the fancy stuff such as monitor support and Ethernet. Not good. We decided to move ahead and build what we had to at least ensure that the rest of the shipment, should it decide to turn up, would be suitable. Leading the charge was Peter, our resident hardware / network / sysadmin / all-round legend, who had the system mostly built in no time but then popped out for an extended lunch and decided, for some extremely bizarre reason, to ask Bianca to finish up. Bianca handles all advertising accounts and marketing, plus pretty much anything else thrown her way. She's amazing. She isn't, however, experienced in building servers. Hands up who can see what's wrong with this picture:\n A hint: those are wire cutters she's holding.\n So it was decided that those who have the most experience in building boxes should be the ones to, well, build the boxes. There were words. There was some pushing and shoving. There was a disaster.\n\n This can't be good\n \"Yeah, Hi. Ummm....\"\n\n A New Beginning\n We tried to get replacement hardware but in the end it was decided that the chances of us getting the servers we originally envisioned in any manageable timeline, within budget, was simply not possible. What then ensued was the biggest call-out we as a group had ever done in our four years or building CodeProject and we came up with Gold.\n\n Dave in front of some of the boxed iPaqs. They were piled up everywhere.\n\n A friend of a friend of a... (you know how these things work) had a massive stock of superceded iPaqs. One thousand of the little tikes, to be exact. They'd been purchased by one of the larger Real Estate companies for use by their employees to provide customers with up-to-date information on homes while on the road. The problem is that none of the agents could use the devices, the application they were meant to use was no longer supported (or even worked half the time) and they'd simply given up and shipped them back. They were paid for, no one wanted them, so we ended up with the lot.\n And what can an iPaq do by itself? Not a lot. But a thousand 64Mb 206MHz series 3700 iPaqs could really start to make a bit of noise.\n\n CodeProject is alive!\n\n We initially investigated whether or not it was possible for an iPaq to handle even part of the site's load and quickly realised that the units could handle everything that we required a desktop system to handle. We initially considered a reasonably radical move of installing Linux on the iPaq's and using mySQL as the backend, but instead chose to use vxWeb as a base for a webserver, and use any one of a number of plugin VBScript interpreters to quickly put together a lean and mean CE based ASP web server. On the backend it was decided that SQL Server CE was the obvious choice since it meant an easy port.\n A single iPaq was not going to be of much use. We needed to cluster! Initially we figured this was probably not going to be possible but a number of solutions ranging from traditional dual-NIC clustering to a more ambitious IR based cluster were found. We had a ton of USB adapter cables so after a bit of slicing and splicing, lots of fiddling about and copious swearing we were on our way.\n\n - This is never gonna work- Shuddup and get in the truck\n - OK. Maybe you're right.\n\n Initial development time was around 3 weeks, physical build time and testing was around 2 months and the entire move from the office to the hosting facility took around 8 hours. I was able to call on the help of Dundas Software who had tons of previous experience in CE based development, and we were also able to port the .NET parts of the site to the .NET Compact Framework with only mild swearing.\n The Facility\n CodeProject's new home is the Telus facility on Laird in Toronto. It's a monster. 8 foot thick walls, ram-raid protection, underground fuel tanks with enough fuel to power the entire facility, fully stocked with all lights on for 3 weeks. Biometric security, pressure sensitive floors, multiple connections to major internet backbones and some seriously grumpy security guards.\n\n CodeProject's new home\n\n Smile! Yes Dave - they mean you.\n\n Unfortunately we were banned from taking any pictures inside the hosting facility itself (other than the one of Dave and I in the loading dock looking dubiously at the boxes). The one pic of the rows of racks above was taken in the one place there were no security cameras, and at the expense of having Bianca sit through a 20 minute detailed explanation of the fire retardant system by our helpful, but hard to shake, escort.\n The units themselves are mounted in custom sliding trays that are attached to the racks using traditional sliding rails. We use dual firewalls capable of handling up to 100MBit each, with automatic failover and restart. All switches are 100MBit for the external network, 1Gbit for the internal traffic. Each unit has it's own screen and can easily be lifted out of it's position in the tray, making a supplementary Keyboard/Video/Mouse unit unnecessary.\n Performance\n The increase in server capacity and network bandwidth saw an almost immediate increase in throughput. We're now able to serve more pages simultaneously with faster load times than ever before.\n Scalability is a non-issue as units can either be added, or old units removed and replaced in situ without affecting the rest of the cluster. We've squeezed the thousand units into a single standard rack and will be looking to lease a second rack in the near future to expand again. After the initial teething problems it's been a great experience.\n Issues\n Obviously something this complex isn't all sweetness and light. Some of you will remember issues with had when we had 6 servers. Server number 2, you will remember, was always playing up and was, in the end, declared cursed and unsalvageable. Our current setup essentially multiplies these problems. Currently servers 45, 234, 294, 536 and 785 are all showing signs of early senility, and servers 239, 455 and 901 have been used in baseball batting practice. There is a limit to our patience.\n Heat is another issue. We've had to install several large fans inside the rack to ensure that the batteries in the units, while charging, don't overheat. This has also allowed us to solve the other problem we had, namely dusty LCD screens. Coming in each day to clean a thousand dusty, fingerprint'd iPaq screens is simply no fun, but the constant airflow at least minimises the dust buildup.\n Cables coming loose has been a surprising entrant in the 'Most Annoying Thing' competition of '04. A close runner up has been the dropping-the-stylus-into-the-lower-rack-cavity. We ended up using the old bankers trick of having a single stylus inside the rack cabinet attached to a very long string.\n Conclusion\n Overall it's been a wonderful experience. We have more room in the office, you get a faster, more reliable website and we get to say \"Happy April Fools Day\".\n\n## Introduction\n\nWith the server cluster in the office creaking alarmingly, and our fibre connection to the outside world almost warm to the touch we decided that we had to bite the bullet and move the entire mess into a true hosting centre that would provide 24/7 support, backup power, and redundant internet connections.\n\n| |\n |\n| Thorough Planning makes a difference |\n\nThe first step in the move was to upgrade the hardware in-house and test to ensure the new servers were up to the task. We priced the main players and soon realised that only by selling our kidneys could we ever afford the required hardware. Our other option was to purchase rack mounted cases and build the machines ourselves using quality parts at affordable prices. Sure - it meant some late nights and a bit of driving around, but we're all certified geeks and can build a box blindfold in under 6 minutes. A quick call to our local supplier - the one with the unmarked entrance at the back of a block of units in a distant industrial area - and the gear was on it's way.\n\nThat's when the trouble began.\n\nWe only received a single case and enough parts to make up 2 boxes if we did without some of the fancy stuff such as monitor support and Ethernet. Not good. We decided to move ahead and build what we had to at least ensure that the rest of the shipment, should it decide to turn up, would be suitable. Leading the charge was Peter, our resident hardware / network / sysadmin / all-round legend, who had the system mostly built in no time but then popped out for an extended lunch and decided, for some extremely bizarre reason, to ask Bianca to finish up. Bianca handles all advertising accounts and marketing, plus pretty much anything else thrown her way. She's amazing. She isn't, however, experienced in building servers. Hands up who can see what's wrong with this picture:\n\nA hint: those are wire cutters she's holding.\n\nSo it was decided that those who have the most experience in building boxes should be the ones to, well, build the boxes. There were words. There was some pushing and shoving. There was a disaster.\n\n| |\n |\n| This can't be good | \"Yeah, Hi. Ummm....\" |\n\n## A New Beginning\n\nWe tried to get replacement hardware but in the end it was decided that the chances of us getting the servers we originally envisioned in any manageable timeline, within budget, was simply not possible. What then ensued was the biggest call-out we as a group had ever done in our four years or building CodeProject and we came up with Gold.\n\n| |\n |\n\nDave in front of some of the boxed iPaqs. They were piled up everywhere.\n\nA friend of a friend of a... (you know how these things work) had a massive stock of superceded iPaqs. One thousand of the little tikes, to be exact. They'd been purchased by one of the larger Real Estate companies for use by their employees to provide customers with up-to-date information on homes while on the road. The problem is that none of the agents could use the devices, the application they were meant to use was no longer supported (or even worked half the time) and they'd simply given up and shipped them back. They were paid for, no one wanted them, so we ended up with the lot.\n\nAnd what can an iPaq do by itself? Not a lot. But a thousand 64Mb 206MHz series 3700 iPaqs could really start to make a bit of noise.\n\n| |\n |\n| |\n\nWe initially investigated whether or not it was possible for an iPaq to handle even part of the site's load and quickly realised that the units could handle everything that we required a desktop system to handle. We initially considered a reasonably radical move of installing Linux on the iPaq's and using mySQL as the backend, but instead chose to use vxWeb as a base for a webserver, and use any one of a number of plugin VBScript interpreters to quickly put together a lean and mean CE based ASP web server. On the backend it was decided that SQL Server CE was the obvious choice since it meant an easy port.\n\nA single iPaq was not going to be of much use. We needed to cluster! Initially we figured this was probably not going to be possible but a number of solutions ranging from traditional dual-NIC clustering to a more ambitious IR based cluster were found. We had a ton of USB adapter cables so after a bit of slicing and splicing, lots of fiddling about and copious swearing we were on our way.\n\n| |\n |\n| - This is never gonna work | - OK. Maybe you're right. |\n\nInitial development time was around 3 weeks, physical build time and testing was around 2 months and the entire move from the office to the hosting facility took around 8 hours. I was able to call on the help of Dundas Software who had tons of previous experience in CE based development, and we were also able to port the .NET parts of the site to the .NET Compact Framework with only mild swearing.\n\n## The Facility\n\nCodeProject's new home is the Telus facility on Laird in Toronto. It's a monster. 8 foot thick walls, ram-raid protection, underground fuel tanks with enough fuel to power the entire facility, fully stocked with all lights on for 3 weeks. Biometric security, pressure sensitive floors, multiple connections to major internet backbones and some seriously grumpy security guards.\n\nCodeProject's new home\n\n Smile! Yes Dave - they mean you.\n\nUnfortunately we were banned from taking any pictures inside the hosting facility itself (other than the one of Dave and I in the loading dock looking dubiously at the boxes). The one pic of the rows of racks above was taken in the one place there were no security cameras, and at the expense of having Bianca sit through a 20 minute detailed explanation of the fire retardant system by our helpful, but hard to shake, escort.\n\nThe units themselves are mounted in custom sliding trays that are attached to the racks using traditional sliding rails. We use dual firewalls capable of handling up to 100MBit each, with automatic failover and restart. All switches are 100MBit for the external network, 1Gbit for the internal traffic. Each unit has it's own screen and can easily be lifted out of it's position in the tray, making a supplementary Keyboard/Video/Mouse unit unnecessary.\n\n## Performance\n\nThe increase in server capacity and network bandwidth saw an almost immediate increase in throughput. We're now able to serve more pages simultaneously with faster load times than ever before.\n\nScalability is a non-issue as units can either be added, or old units removed and replaced in situ without affecting the rest of the cluster. We've squeezed the thousand units into a single standard rack and will be looking to lease a second rack in the near future to expand again. After the initial teething problems it's been a great experience.\n\n## Issues\n\nObviously something this complex isn't all sweetness and light. Some of you will remember issues with had when we had 6 servers. Server number 2, you will remember, was always playing up and was, in the end, declared cursed and unsalvageable. Our current setup essentially multiplies these problems. Currently servers 45, 234, 294, 536 and 785 are all showing signs of early senility, and servers 239, 455 and 901 have been used in baseball batting practice. There is a limit to our patience.\n\nHeat is another issue. We've had to install several large fans inside the rack to ensure that the batteries in the units, while charging, don't overheat. This has also allowed us to solve the other problem we had, namely dusty LCD screens. Coming in each day to clean a thousand dusty, fingerprint'd iPaq screens is simply no fun, but the constant airflow at least minimises the dust buildup.\n\nCables coming loose has been a surprising entrant in the 'Most Annoying Thing' competition of '04. A close runner up has been the dropping-the-stylus-into-the-lower-rack-cavity. We ended up using the old bankers trick of having a single stylus inside the rack cabinet attached to a very long string.\n\n## Conclusion\n\nOverall it's been a wonderful experience. We have more room in the office, you get a faster, more reliable website and we get to say \"Happy April Fools Day\".",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=6228&zep=CSharpMidiToolkitV5_demo%2FSanford.Multimedia.Midi%2FDevice+Classes%2FOutputDevice+Classes%2FMidiOutCaps.cs&rzp=%2FKB%2Faudio-video%2FMIDIToolkit%2F%2Fcsharpmiditoolkitv5_demo.zip&pageflow=FixedWidth",
+ "domain": "codeproject.com",
+ "file_source": "part-00335-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/592802/Handlepluspostthreadmessage-plusinsideplusaplusthr",
+ "domain": "codeproject.com",
+ "file_source": "part-00566-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.codeproject.com/Messages/3212151/Why-doesnt-the-AllowDrop-property-work-with-a-Text.aspx",
+ "domain": "codeproject.com",
+ "file_source": "part-00154-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nCodeProject is currently in read-only mode. During this time discussion forums will not, unfortunately, be available.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.codeproject.com/Questions/561188/GridplusPageplusIndexplusserialplusnoplusnotpluswo",
+ "domain": "codeproject.com",
+ "file_source": "part-00556-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n65,938 articles CodeProject is changing. Read more . Do not try and find the page. That’s impossible. Instead only try to realise the truth There is no page.",
+ "content_format": "markdown"
+ }
+]
\ No newline at end of file
diff --git a/coderanch_com/coderanch_com_samples_markdown.json b/coderanch_com/coderanch_com_samples_markdown.json
new file mode 100644
index 0000000000000000000000000000000000000000..0f409e3b45a54ef9b45dca684b8daa94da5ffdbd
--- /dev/null
+++ b/coderanch_com/coderanch_com_samples_markdown.json
@@ -0,0 +1,702 @@
+[
+ {
+ "url": "https://www.coderanch.com/t/192517/certification/Marcus-tutorial",
+ "domain": "coderanch.com",
+ "file_source": "part-00017-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHi , In the marcus tutorial of java io he asked a question at last Which of the following statements are true? 1) Java uses a system called UTF for I/O to support international character sets 2) The RandomAccessFile is the most suitable class for supporting international character sets 3) An InputStream class may not be chained to an OutputClass 4) File I/O activities requires use of Exception trapping and given answer is 1,3,4. i have question on answer '3'. In the explanation of answer he said : InputStreams can only be chained to other OutputStreams and OutputStreams can only be chained to other OutputStreams. I think he wants to say InputStreams can only be chained to other InputStreams and �... please correct me if I am wrong. Please help me. vivek\n\nHi ,\n\nIn the marcus tutorial of\n\njava\nio he asked a question at last\n\nWhich of the following statements are true?\n\n1) Java uses a system called UTF for I/O to support international character sets\n\n2) The RandomAccessFile is the most suitable class for supporting international character sets\n\n3) An InputStream class may not be chained to an OutputClass\n\n4) File I/O activities requires use of Exception trapping\n\nand given answer is 1,3,4. i have question on answer '3'.\n\nIn the explanation of answer he said :\n\n> \n\nInputStreams can only be chained to other OutputStreams and OutputStreams can only be chained to other OutputStreams.\nI think he wants to say\n\nInputStreams can only be chained to other InputStreams and �..\n. please correct me if I am wrong.\n\nPlease help me.\n\nvivek",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/402265/java/java/error",
+ "domain": "coderanch.com",
+ "file_source": "part-00317-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIt means that something on the left side of a dot (.) is 'null' -- either a variable is set to null, or a function is returning null. The stack trace (the error message) tells you what line the error happened at: the top line will say something like\n\nat MyClass.main (MyClass.java:21)\n\nthat means the error happened on line 21 of MyClass.java . Look at any dots on that line -- that's where the problem is. We'd be happy to look at the code for you, if you want -- paste it into a reply in this thread. Put [ CODE ] [/ CODE ] tags around the code to preserve formatting in your post (take out the spaces in the tags.)\n\nYou didn't show the stack trace or tell me what line it says the error is on, so I have to guess!\n\nThe method \"contains\" references a member variable named \"list\" (different from the local variable in main of the same name). The member variable \"list\" is an array. My first guess is that either that member variable is \"null\" (does anything ever assign a value to it?) or one of the elements of that array is \"null\" (remember that constructing an array makes an array of null references; there are no objects in the array until they are created.\n\nBut it looks like \"contains\" is as method in some kind of a collection class; it's likely that there's a separate variable that tells how many elements are really in the array; this number is smaller than or equal to the size of the array. The member variable that hold this count should be used as the upper limit of the for loop, not the array length.\n\nOriginally posted by Victoria Preston: so instead of .length it needs to be .size\n\nWell, no, not exactly. I'm imagining that EmployeeClass looks like\n\nSo I'm talking about using \"size\" in place of \"list.length\" -- but this is only if my guess is right that there is a member like \"size\". Maybe you should show us the whole \"EmployeeList\" class (unless you figure this out by yourself now.)",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/417499/java/java/abt-path-classpath-system-DSN",
+ "domain": "coderanch.com",
+ "file_source": "part-00747-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n1. The PATH to the Java Runtime (JRE) bin catalogue should be set when installing it. At least it declares the system environment variable JAVA_HOME that can be used in your start script. 2. You should set the classpath for the application when you start the application and NOT in the system classpath. Use a launcher or a bat-file for this. 3. You should not use a system DNS (JDBC DBC type 1 DB driver) in your programs. Instead, you should take a look at DataSource and have a configuration file that holds the data on how to connect to the database and then have a declared DataSource that any part of your application that needs to access the database needs to access.\n\n1. The PATH to the Java Runtime (JRE) bin catalogue should be set when installing it. At least it declares the system environment variable JAVA_HOME that can be used in your start script.\n\n2.\n\nYou should\nset the classpath for the application when you start the application and NOT in the system classpath. Use a launcher or a bat-file for this.\n\n3. You should not use a system DNS (\n\nJDBC\nDBC type 1 DB driver) in your programs. Instead, you should take a look at DataSource and have a configuration file that holds the data on how to connect to the database and then have a declared DataSource that any part of your application that needs to access the database needs to access.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/572370/ORM/databases/JPA-Query-isolation",
+ "domain": "coderanch.com",
+ "file_source": "part-00687-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nposted 12 years agoI have question connected with Query features. May Query's results (for example some kind of Select order) contain some uncommited to the datebase records (or uncommitted updates)? Even if the datebase's isolation level is at least READ_COMMITTED? Let's look at such situation: in scope of transaction I perform some updates to the database. I also create new entity and call persist() on it. Then I call a \"select\" Query to EntinityManger in this transaction. Quer has an ability to call flush() before it is performed (as I know) to ensure that the Query result is the most \"up to date\". The \"flush()\" method flushes all the changes to the datebase (including new persisted entity) but all writes to the datebas are made in uncommitted mode (as I know) and they will be committed at the end of transaction. But Query is called during that transaction so the changes are still uncomitted. What will be the result of that Query? Will it contain uncommitted changes made by \"flush()\" method? It seems that \"yes\" because that is why the autoFlush was introduced into Queries , but on the other hand it looks strange to get uncomitted changes from datebase as a result of Query. So, how is it?\nI have question connected with Query features. May Query's results (for example some kind of Select order) contain some uncommited to the datebase records (or uncommitted updates)? Even if the datebase's isolation level is at least READ_COMMITTED?\n\nLet's look at such situation: in scope of transaction I perform some updates to the database. I also create new entity and call persist() on it. Then I call a \"select\" Query to EntinityManger in this transaction. Quer has an ability to call flush() before it is performed (as I know) to ensure that the Query result is the most \"up to date\". The \"flush()\" method flushes all the changes to the datebase (including new persisted entity) but all writes to the datebas are made in uncommitted mode (as I know) and they will be committed at the end of transaction. But Query is called during that transaction so the changes are still uncomitted. What will be the result of that Query? Will it contain uncommitted changes made by \"flush()\" method? It seems that \"yes\" because that is why the autoFlush was introduced into Queries , but on the other hand it looks strange to get uncomitted changes from datebase as a result of Query.\n\nSo, how is it?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/360614/Servlets/java/Servlet-generate-HTA",
+ "domain": "coderanch.com",
+ "file_source": "part-00017-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIs anybody else here using a servlet to create an HTA (html application)? Thanks to security issues in Internet Explorer, we had to change one of our main programs to use an HTA for delivering high-stakes certifications. Overall, this is working out great. However, for myself, and most of our international users, the behavior of the HTA is very inconsistent. Although it never works for me, many of our international users get it to work sometimes, and sometimes it bombs out on them. The usual problem is either that the application freezes up. Or the HTA throws a scripting error. If this sounds familiar to anybody, I could sure use some help. I've got one very irate client and dozens of unhappy users, and no answers at this point. Thanks! William\n\nIs anybody else here using a\n\nservlet\nto create an HTA (html application)? Thanks to security issues in Internet Explorer, we had to change one of our main programs to use an HTA for delivering high-stakes certifications. Overall, this is working out great.\n\nHowever, for myself, and most of our international users, the behavior of the HTA is very inconsistent. Although it never works for me, many of our international users get it to work sometimes, and sometimes it bombs out on them. The usual problem is either that the application freezes up. Or the HTA throws a scripting error.\n\nIf this sounds familiar to anybody, I could sure use some help. I've got one very irate client and dozens of unhappy users, and no answers at this point.\n\nThanks!\n\nWilliam",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/631673/certification/Depth-subjects",
+ "domain": "coderanch.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nIt seems you like the backend better than designing user interface forms. If this is true, focus on SOA , Enterprise Service Bus, Web Services, queuing , loose coupling, MySQL/Oracle/DB2 database via JDBC. Some people paint pretty pictures, others make the plumbing work. If you are a plumber, follow what I said. If you are a painter, PrimeFaces and jQuery would be a good thing to work on in your spare time.\n\nIt seems you like the backend better than designing user interface forms. If this is true, focus on SOA , Enterprise Service Bus, Web Services, queuing , loose coupling, MySQL/Oracle/DB2 database via\n\nJDBC\n.\n\nSome people paint pretty pictures, others make the plumbing work. If you are a plumber, follow what I said. If you are a painter, PrimeFaces and jQuery would be a good thing to work on in your spare time.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.coderanch.com/t/679280/mobile/PDF-Viewer-Android",
+ "domain": "coderanch.com",
+ "file_source": "part-00626-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI'm making an application that consists of the first page that will be a list of books. When you click on a picture book users will be able to flip through, something like a free sample. I was planning to do with Intent.So when someone clicks on a book picture, using the click listener and intent opens a new java class with PDF file. It displayed using PDF VIewer. But although I have no run-time error, on the phone throws an error that my application is stopped. Surely my logic is wrong. I inculded library main_activity.xml with book list: XML code with PDF viewer: My JAVA class Mainctivity: Second java class with pdf viewer:\n\nI'm making an application that consists of the first page that will be a list of books. When you click on a picture book users will be able to flip through, something like a free sample. I was planning to do with Intent.So when someone clicks on a book picture, using the click listener and intent opens a new\n\njava\nclass with PDF file. It displayed using PDF VIewer. But although I have no run-time error, on the phone throws an error that my application is stopped.\n\nSurely my logic is wrong.\n\nI inculded library\n\nmain_activity.xml with book list:\n\nXML code with PDF viewer:\n\nMy JAVA class Mainctivity:\n\nSecond java class with pdf viewer:",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/217750/databases/ORM-comparisons",
+ "domain": "coderanch.com",
+ "file_source": "part-00331-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI tried googling many times to just have a comparison out of the existing ORM tools for Java. Is there any such site that you guys might probably know about such a comparison? Please put it here. Thanks for your help!\n\nSCJP 1.4, SCWCD 1.4 - Hints for you, Certified Scrum Master Did a rm -R / to find out that I lost my entire Linux installation!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/482165/os/regular-expression",
+ "domain": "coderanch.com",
+ "file_source": "part-00317-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHi, We need to mask credit card numbers.Masking all but last 4 digits. I am trying to use SED. As credit card number length varies from 12 digits to 19,I am trying to write regular expression.Following code will receive the String. If it contains String of the form \"CARD_NUMBER=3737291039299199\", it will mask first 12 digits. Problem is how to write regular expression for credit card-12 to 19 digits long? If I write another expression for 12 digits, it doesn't work.that means for 12 digit credit card- first 8 digits should be masked. for 15 digit credit card, first 11 digits should be masked.\n\nHi,\n\nWe need to mask credit card numbers.Masking all but last 4 digits. I am trying to use SED. As credit card number length varies from 12 digits to 19,I am trying to write regular expression.Following code will receive the\n\nString\n. If it contains String of the form \"CARD_NUMBER=3737291039299199\", it will mask first 12 digits.\n\nProblem is how to write regular expression for credit card-12 to 19 digits long? If I write another expression for 12 digits, it doesn't work.that means for 12 digit credit card- first 8 digits should be masked. for 15 digit credit card, first 11 digits should be masked.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/599704/open-source/Apache-httpClient",
+ "domain": "coderanch.com",
+ "file_source": "part-00017-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHi, I am trying to log onto http://mobile.lufthansa.com using apache HttpClient. Ist there anyone out there who could give me a help or at least a hint? DefaultHttpClient httpclient = new DefaultHttpClient(); HttpGet httpGet = new HttpGet( \"http://mobile.lufthansa.com/mma/account.do\"); HttpResponse response1 = httpclient.execute(httpGet); try { System.out.println(response1.getStatusLine()); HttpEntity entity1 = response1.getEntity(); EntityUtils.consume(entity1); } finally { httpGet.releaseConnection(); } //working fine so far but then... HttpPost httpPost = new HttpPost( \"http://mobile.lufthansa.com/mma/account.do\"); List nvps = new ArrayList(); nvps.add(new BasicNameValuePair(\"userid\", \"xxxx\")); nvps.add(new BasicNameValuePair(\"password\", \"xxxx\")); httpPost.setEntity(new UrlEncodedFormEntity(nvps)); HttpResponse response2 = httpclient.execute(httpPost); is giving me a 302 error all the time. I believe it has something to do with the session as the form method calls: /mma/account.do;jsessionid=FAFCF62744FA4FF96CA73A7AA9F33254.portal14a?l=en but i lack the experience to know how to handle this. Thank you in advance!\n\nHi,\n\nI am trying to log onto\n\nhttp://mobile.lufthansa.com\nusing apache HttpClient.\n\nIst there anyone out there who could give me a help or at least a hint?\n\nDefaultHttpClient httpclient = new DefaultHttpClient();\n\nHttpGet httpGet = new HttpGet(\n\n\"http://mobile.lufthansa.com/mma/account.do\");\n\nHttpResponse response1 = httpclient.execute(httpGet);\n\ntry {\n\nSystem.out.println(response1.getStatusLine());\n\nHttpEntity entity1 = response1.getEntity();\n\nEntityUtils.consume(entity1);\n\n} finally {\n\nhttpGet.releaseConnection();\n\n}\n\n//working fine so far but then...\n\nHttpPost httpPost = new HttpPost(\n\n\"http://mobile.lufthansa.com/mma/account.do\");\n\nList nvps = new ArrayList();\n\nnvps.add(new BasicNameValuePair(\"userid\", \"xxxx\"));\n\nnvps.add(new BasicNameValuePair(\"password\", \"xxxx\"));\n\nhttpPost.setEntity(new UrlEncodedFormEntity(nvps));\n\nHttpResponse response2 = httpclient.execute(httpPost);\n\nis giving me a 302 error all the time. I believe it has something to do with the session as the form method calls:\n\n/mma/account.do;jsessionid=FAFCF62744FA4FF96CA73A7AA9F33254.portal14a?l=en\n\nbut i lack the experience to know how to handle this.\n\nThank you in advance!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.coderanch.com/t/253816/certification/polymorphism",
+ "domain": "coderanch.com",
+ "file_source": "part-00830-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nAmisha Shah. SCJP 1.4\n\nOfCourse Learner... SCJP 5, SCWCD1.4 Blogs: http://sandeepkunwar.blogspot.com >>> SCJP 5.0 >> SCJD B&S <<< In progress\n\nThe man who makes no mistakes does not usually make anything
>>> SCJP 5.0 >> SCJD B&S <<< In progress\n\nThe man who makes no mistakes does not usually make anything
>>> SCJP 5.0 >> SCJD B&S <<< In progress\n\nAmisha Shah. SCJP 1.4\n\nThe man who makes no mistakes does not usually make anything
>>> SCJP 5.0 >> SCJD B&S <<< In progress\n\n> \n\npolymorphism, meaning that an object of a given class can have multiple forms, either as its own class or as any class it extends. The new class is a subclass or extended class of the class it extends; the class that is extended is its superclass.\nSCJP 1.4,SCWCD\n\n> \n\nOriginally posted by swapnil paranjape:\n\ni have read this in one of the textbooks..\n\nthere are two types of polymorphism:\n\n1)static polymorphism\n\n2)dynamic or runtime polymorphism\nThanks -Swosti\n\nI'm full of tinier men! And a tiny ad:Smokeless wood heat with a rocket mass heater https://woodheat.net",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/469816/certification/Locking-client-identification",
+ "domain": "coderanch.com",
+ "file_source": "part-00397-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHowdy , I'm facing the following pb: The locking code is supposed to be within that Data class. This means that when a record is locked ( lock(recNo) is called) no other client except the one that invoked the lock() is allowed to update/delete this record. The question is how can I check in the update() and delete() methods who the client is? Which raises 2 scenarios : The stand-alone application, when we would like to reuse the code from the Data class. I would like to avoid passing a parameter to the Data class specifying whether we are in stand-alone mode. We lock a record, and we try to update it. When performing the update, the code checks to see whether that record is locked and is available for this client. How can he do that as in a stand-alone context we only have one client and cannot hold a Map or something of that kind... The code in the business layer would be : The code in the persistence layer would be : and the second scenario, when running in server mode The code in the business layer would be : The code in the persistence layer would be :\n\nHowdy ,\n\nI'm facing the following pb:\n\nThe locking code is supposed to be within that Data class. This means that when a record is locked ( lock(recNo) is called) no other client except the one that invoked the\n\nlock()\nis allowed to update/delete this record.\n\nThe question is how can I check in the\n\nupdate()\nand\n\ndelete()\nmethods who the client is?\n\nWhich raises 2 scenarios :\n\n> \nThe stand-alone application, when we would like to reuse the code from the Data class. I would like to avoid passing a parameter to the Data class specifying whether we are in stand-alone mode. We lock a record, and we try to update it. When performing the update, the code checks to see whether that record is locked and is available for this client. How can he do that as in a stand-alone context we only have one client and cannot hold a Map or something of that kind...\n\nThe code in the business layer would be :\n\nThe code in the persistence layer would be :\nand the second scenario, when running in server mode\n\n> \n\nThe code in the business layer would be :\n\nThe code in the persistence layer would be :",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/440892/java/strange-behavior-ArrayList",
+ "domain": "coderanch.com",
+ "file_source": "part-00687-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI am making a small program for one of my CS classes that basically demonstrates mastery of java and programming and such. I have been programming for slightly over a decade, so I assumed that as long as I read the manual I would do fine. This program lets the user create shapes on a board, drag them around, and resize them. I have all of those operations working except for a small bug in the dragging that I cannot seem to work out. I use an arraylist to store all my shapes that are currently being displayed. At all times the shapes have to be depth sorted with the lowest y values being at the back. To do this I created a Comparable which does a comparison on the shape's position. I then sort the Arraylist using this every time I make a change to the positions of the shapes. However, if I click on a shape with a high y value and move it up, it then acts like a kind of pushbar and pushes all shapes that match it's y at any given time to keep going with it. I don't understand how this can happen. My code can only support modifying one object at once, but it seems to be modifying all objects that don't match a certain condition. Can anyone explain this to me? EDIT: I just commented out the sort lines and it works properly. That points to the sorter as the culprit. Can a sorter place two items \"next\" to eachother in a 1D array like an ArrayList? That doesn't exactly seem intuitive. My MouseAdapter and Comparator (they are inside a class which contains the ArrayList shapes along with the booleans fill and mode:\n\nI am making a small program for one of my CS classes that basically demonstrates mastery of\n\njava\nand programming and such. I have been programming for slightly over a decade, so I assumed that as long as I read the manual I would do fine. This program lets the user create shapes on a board, drag them around, and resize them. I have all of those operations working except for a small bug in the dragging that I cannot seem to work out.\n\nI use an arraylist to store all my shapes that are currently being displayed. At all times the shapes have to be depth sorted with the lowest y values being at the back. To do this I created a Comparable which does a comparison on the shape's position. I then sort the Arraylist using this every time I make a change to the positions of the shapes. However, if I click on a shape with a high y value and move it up, it then acts like a kind of pushbar and pushes all shapes that match it's y at any given time to keep going with it. I don't understand how this can happen. My code can only support modifying one object at once, but it seems to be modifying all objects that don't match a certain condition. Can anyone explain this to me?\n\nEDIT: I just commented out the sort lines and it works properly. That points to the sorter as the culprit. Can a sorter place two items \"next\" to eachother in a 1D array like an ArrayList? That doesn't exactly seem intuitive.\n\nMy MouseAdapter and Comparator (they are inside a class which contains the ArrayList shapes along with the booleans fill and mode:",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/207619/sockets/java/Security-Datagrams",
+ "domain": "coderanch.com",
+ "file_source": "part-00017-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHello, its been ages I'm in the process of understanding Datagrams, and i understand that it is connectionless protocol... so my question is, if i send some data to a server, and leave that socket open for continuous listening, can an unauthorized host spam my socket? In Java will it though any kind of exception to reject data from the unauthorized host? hope the questions are clear thanks HannaH\n\nHello, its been ages\n\nI'm in the process of understanding Datagrams, and i understand that it is connectionless protocol...\n\nso my question is, if i send some data to a server, and leave that socket open for continuous listening, can an unauthorized host spam my socket?\n\nIn\n\nJava\nwill it though any kind of exception to reject data from the unauthorized host?\n\nhope the questions are clear\n\nthanks\n\nHannaH",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/601791/java/java/SuppressedException",
+ "domain": "coderanch.com",
+ "file_source": "part-00017-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nposted 12 years agoHi You do not generate any exceptions, by using try and catch keywords you monitor piece of code which may create an exception and by using catch, you can \"catch\" this exception and handle it in some appropriate way. If you are referring to try with resources statement, then in try clause you declare and initialize objects whose resources are automatically managed. For example, if you create an instance of FileOutputStream, then any resources which are associated with this object (such as files in this case, but there also may be other resources such as network sockets, etc) are automatically closed. There is no need to call close() method in finally block. for example:\nHi\n\nYou do not generate any exceptions, by using try and catch keywords you monitor piece of code which may create an exception and by using catch, you can \"catch\" this exception and handle it in some appropriate way. If you are referring to try with resources statement, then in try clause you declare and initialize objects whose resources are automatically managed. For example, if you create an instance of FileOutputStream, then any resources which are associated with this object (such as files in this case, but there also may be other resources such as network sockets, etc) are automatically closed. There is no need to call close() method in finally block.\n\nfor example:",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/543406/certification/Functionality-Stock-Intentory-System-Factory",
+ "domain": "coderanch.com",
+ "file_source": "part-00747-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nposted 13 years agoConcerning following line in Factory Homes Requirement: \".... that control all inventory and valid combination of inventory in the Factory Homes catalog\" - though was prone to accept that stock inventory system validates a valid Product, BUT I decided later a) Does not make sense to have a inventory system validate my transactional data (house design). It gets tightly coupled to the application also. Hence I am interpreting as the stock inventory is set up to have valid combination as a group ,only for the purpose of managing stocks as a group etc.., BUT the inventory system does not have the logic determine applicability . It is done in Online Housing Design application. Please give input.\nConcerning following line in Factory Homes Requirement:\n\n\".... that control all inventory and valid combination of inventory in the Factory Homes catalog\"\n\n- though was prone to accept that stock inventory system validates a valid Product, BUT I decided later\n\na) Does not make sense to have a inventory system validate my transactional data (house design). It gets tightly coupled to the application also.\n\nHence I am interpreting as the stock inventory is set up to have valid combination as a group ,only for the purpose of managing stocks as a group etc.., BUT the inventory system does not have the logic determine applicability . It is done in Online Housing Design application.\n\nPlease give input.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/244259/java-programmer-SCJP/certification/Java-Command",
+ "domain": "coderanch.com",
+ "file_source": "part-00331-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nposted 21 years agoLiza, I also had this problem initially. It had everything to do with my path settings, and my classpath settings. I'll give you an explanation of what I did on my windows2000 laptop to get things going. Open cmd prompt and type path verify that the path to the JDK is in there... C:\\j2sdk1.4.1_02\\bin if not, you may set it by typeing set Path=......... OR right click my computer, properties, environmental variables. ensure that something like the following is included in the PATH variable (if not edit it) C:\\j2sdk1.4.1_02\\bin . Keep in mind that entries are separated by semicolons. Then open a cmd prompt, and move to a directory where your java file lives. Then compile it... Now, if you can compile, but when you java TheFile... and you get an error... this may be due to the ClassPath setting. Open up a cmd prompt, make sure your in the root directory, and type in set ClassPath= Yes, you just cleared out the classPath. This is what allowed me to execute the class files. Before that I was getting 'no such method, main' errors when there was absolutely a main method. Hope this helps, it came from the Java2 Bible.\nLiza,\n\nI also had this problem initially. It had everything to do with my path settings, and my classpath settings. I'll give you an explanation of what I did on my windows2000 laptop to get things going.\n\nOpen cmd prompt and type path \n\nverify that the path to the JDK is in there... C:\\j2sdk1.4.1_02\\bin\n\nif not, you may set it by typeing set Path=.........\n\nOR\n\nright click my computer, properties, environmental variables.\n\nensure that something like the following is included in the PATH variable (if not edit it) C:\\j2sdk1.4.1_02\\bin . Keep in mind that entries are separated by semicolons.\n\nThen open a cmd prompt, and move to a directory where your java file lives. Then compile it...\n\nNow, if you can compile, but when you java TheFile... and you get an error... this may be due to the ClassPath setting. Open up a cmd prompt, make sure your in the root directory, and type in set ClassPath= \n\nYes, you just cleared out the classPath. This is what allowed me to execute the class files. Before that I was getting 'no such method, main' errors when there was absolutely a main method.\n\nHope this helps, it came from the Java2 Bible.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/477537/java/java/Problems-reading-locale-specific-characters",
+ "domain": "coderanch.com",
+ "file_source": "part-00626-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nposted 15 years agoHi, We are facing problems in reading locale specific characters from a file. We are using the Buffered Reader to read the file, but the locale specific chars in the file are read as some wrong characters. for Example the char: é is read as ý by the Buffered Reader. We are using the Jdk1.3. Could you please help me in resolving this problem. Many Thanks, CHandra\nHi,\n\nWe are facing problems in reading locale specific characters from a file.\n\nWe are using the Buffered Reader to read the file, but the locale specific chars in the file are read as some wrong characters.\n\nfor Example the char: é is read as ý by the Buffered Reader. We are using the Jdk1.3.\n\nCould you please help me in resolving this problem.\n\nMany Thanks,\n\nCHandra",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/u/183451/sanjana-suman",
+ "domain": "coderanch.com",
+ "file_source": "part-00687-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\n> \n\nHi sanjana,\n\nThanks for your feedback. Good to know that one can skip and come back to the previous questions. It is also useful to know that questions from various sections are laid out in random order (unlike practice tests, which seem to club them together).\n\nSo if I understand your messages on this topic correctly, you took your SCJA exam recently? So how did it go? Hope you passed it with flying colors.\n\nWhat training materials did you use to prepare for the exam? Can you please share your experiences of taking the exam? Any list of DOs and DON'Ts will be really helpful.\n\nThanks much!> \n\nHi,\n\nCongrats on passing the exam!\n\nI am taking my SCJA exam in two weeks. I just have a few general questions and I would appreciate any guidance.\n\n1) In the SCJA exam, will I be able to skip any question and come back to it later (there seems no point in wasting time if a question seems to be tough - I would prefer to answer the easy ones first and come back to the tough ones later)?\n\n2) How many questions do we need to get right, in order to pass the exam? Is it 35 or 39 OR something else?\n\n3) Are the questions from a particular objective clubbed together, OR are the questions laid out in random?\n\n4) Do we get enough scratch paper and other materials for doing any scratch work?\n\n5) Do we get instant feedback about the results, after the exam?\n\nThanks!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.coderanch.com/t/537428/languages/dynamic-lists-populated-servlet-ajax",
+ "domain": "coderanch.com",
+ "file_source": "part-00331-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nmy problem is with the selected index property of a dynamic list that is populated from a servlet. Let's say a list A is populated from a servlet. The inner HTML comes from the servlet as responseText and is used in the callBack function of ajax: Here's the script: s = xmlHttpRequest.responseText; var drop = '';document.getElementById(dynaDiv).innerHTML = drop; where s comes from the servlet as: Now if I want to create another list dynamically, let's say B, based on the selection in A, how do I retrieve the selected index of A in a script? I tried but it gives null. The aim is to generate a link of such lists. Moreover, I thought that since the list has been populated as a string(responseText rather than responseXML) the problem lies here. But if I change it to responseXML, how do return values from the servlet? (Given that I need one set for value and one for text) Please help. It's a little Urgent.\n\nmy problem is with the selected index property of a dynamic list that is populated from a\n\nservlet\n.\n\nLet's say a list A is populated from a servlet. The inner HTML comes from the servlet as responseText and is used in the callBack function of ajax:\n\nHere's the script:\n\ns = xmlHttpRequest.responseText;\n\nvar drop = '';\n\ndocument.getElementById(dynaDiv).innerHTML = drop;\nwhere s comes from the servlet as:\n\nNow if I want to create another list dynamically, let's say B, based on the selection in A, how do I retrieve the selected index of A in a script? I tried but it gives null. The aim is to generate a link of such lists. Moreover, I thought that since the list has been populated as a\n\nstring\n(responseText rather than responseXML) the problem lies here. But if I change it to responseXML, how do return values from the servlet? (Given that I need one set for value and one for text)\n\nPlease help. It's a little Urgent.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/47191/Struts/dicussion-forums-struts",
+ "domain": "coderanch.com",
+ "file_source": "part-00626-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nSearch... FAQs Subscribe Pie FAQs Recent topics Flagged topics Hot topics Best topics Search... Search within Struts Search Coderanch Advance search Google search Register / Login Post Reply Bookmark Topic Watch Topic New Topic programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums this forum made possible by our volunteer staff, including ... Marshals: Campbell Ritchie Tim Cooke paul wheaton Jeanne Boyarsky Ron McLeod Sheriffs: Paul Clapham Liutauras Vilda Devaka Cooray Saloon Keepers: Tim Holloway Roland Mueller Bartenders: Forum: Struts other dicussion forums for struts manasa teja Ranch Hand Posts: 325 posted 21 years ago Number of slices to send: Optional 'thank-you' note: Send Frinds, Other than Java Ranch, what other sites do you guys refer for doubts/clarifications in Struts ? Apprceiate your help. MT sandy gupta Ranch Hand Posts: 228 posted 21 years ago Number of slices to send: Optional 'thank-you' note: Send You can subscribe to the Struts Users Mailing List. Adios What? What, what, what? What what tiny ad: Smokeless wood heat with a rocket mass heater https://woodheat.net reply reply Bookmark Topic Watch Topic New Topic Boost this thread! Similar Threads Webworks Vs Struts question regarding looping what are struts? Struts Tutorial Struts and eclipse, best choices??? More...",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/132761/gc/Changing-launches-files-Word-Excel",
+ "domain": "coderanch.com",
+ "file_source": "part-00397-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nWe have Windows XP/2000 users accessing files like Word, Excel, etc. on an intranet using IE. Sometimes these files open in the browser window, and other times the associated application is launched. I know that this can be set from Windows Explorer (or My Computer) by selecting Tools > Folder Options > File Types. Then selecting the desired file type (e.g., DOC or XLS), clicking on the \"Advanced\" button, and checking or unchecking \"Browse in same window.\" However, some of our users are on \"locked down\" Citrix desktops and are not able to access these settings. Is there another way to change the way IE launches files?\n\nWe have Windows XP/2000 users accessing files like\n\nWord\n, Excel, etc. on an intranet using IE. Sometimes these files open in the browser window, and other times the associated application is launched.\n\nI know that this can be set from Windows Explorer (or My Computer) by selecting Tools > Folder Options > File Types. Then selecting the desired file type (e.g.,\n\nDOC\nor XLS), clicking on the \"Advanced\" button, and checking or unchecking \"Browse in same window.\"\n\nHowever, some of our users are on \"locked down\" Citrix desktops and are not able to access these settings.\n\nIs there another way to change the way IE launches files?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.coderanch.com/t/333718/java/image-zoom",
+ "domain": "coderanch.com",
+ "file_source": "part-00619-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI've never done this. I'd try to construct a new image of whatever size I am displaying using a clipping region of the original image effectively zooming in on the original image. To zoom in some more, repeat using some clipping region of the new image. To zoom out, either maintain a collection of images and step backwards through them, or use some clipping region from the original image to construct a new image, etc. For a more sophisticated approach, you might want to see what the group at Koala Graphics did. They provide an open source, high end, 2D graphics package. Good Luck.\n\nI've never done this.\n\nI'd try to construct a new image of whatever size I am displaying using a clipping region of the original image effectively zooming in on the original image. To zoom in some more, repeat using some clipping region of the new image. To zoom out, either maintain a collection of images and step backwards through them, or use some clipping region from the original image to construct a new image, etc.\n\nFor a more sophisticated approach, you might want to see what the group at\n\nKoala Graphics\ndid. They provide an open source, high end, 2D graphics package.\n\nGood Luck.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/587419/java/java/large-number-results",
+ "domain": "coderanch.com",
+ "file_source": "part-00397-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nDears, Hope this finds you well. I posted this also in JDBC forum, I have an issue and I need an architectural solution or opinion for this. I have these three tables 1- Users table 2- Groups table 3- UserGroups table The issue is that I have service allows users(these users are in Users table) to subscribe in specific groups (these groups are in Groups table), I managed this in UserGroups table. The UserGroups contains two columns, group id (which is unique in Groups table) and user id (which is unique in Users table) -- one to many relationship -- The user table may contain over 1 000 000 of users. The group id is number (1,2,....,8), so I use this SQL statement I'm using this SQL statement to get the whole stuff as one record. I'm using JDBC (prepared statement and result set), setting setFetchSize for both with specific parameter, The return type is like this \"Map>\", UserTO contains the details of the user, and GroupsTO contains a list of subscribe group. The problem is when I execute this task, it takes very very long time and then a timeout exception thrown ! Any better solution? or any suggestion? from both sides the database and java code ! May environment is : Database: 9.5, application server: IBM - WebSphere Application Server 7, the task is hosted by EJB component as scheduler deployed in the application server. Your quick help is highly appreciated.\n\nDears,\n\nHope this finds you well.\n\nI posted this also in\n\nJDBC\nforum,\n\nI have an issue and I need an architectural solution or opinion for this.\n\nI have these three tables\n\n1- Users table 2- Groups table 3- UserGroups table\n\nThe issue is that I have service allows users(these users are in Users table) to subscribe in specific groups (these groups are in Groups table), I managed this in UserGroups table.\n\nThe UserGroups contains two columns, group id (which is unique in Groups table) and user id (which is unique in Users table) -- one to many relationship --\n\nThe user table may contain over 1 000 000 of users.\n\nThe group id is number (1,2,....,8), so I use this SQL statement\n\nI'm using this SQL statement to get the whole stuff as one record.\n\nI'm using JDBC (prepared statement and result set), setting setFetchSize for both with specific parameter,\n\nThe return type is like this \"Map>\", UserTO contains the details of the user, and GroupsTO contains a list of subscribe group.\n\nThe problem is when I execute this task, it takes very very long time and then a timeout exception thrown !\n\nAny better solution? or any suggestion? from both sides the database and\n\njava\ncode !\n\nMay environment is : Database: 9.5, application server: IBM - WebSphere Application Server 7, the task is hosted by\n\nEJB\ncomponent as scheduler deployed in the application server.\n\nYour quick help is highly appreciated.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/665321/certification/EPractice-Lab-quiz-filter",
+ "domain": "coderanch.com",
+ "file_source": "part-00559-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nYou want to create a filter for your web application and your filter will implement javax.servlet.Filter. Which two statements are true? [ Choose two ] a. Your filter class must implement an init method and a destroy method. b. Your filter class must also implement javax.servlet.FilterChain. c. When your filter chains to the next filter, it should pass the same arguments it received in its doFilter method. d. The method that your filter invokes on the object it received that implements javax.servlet.FilterChain can invoke either another filter or a servlet. e. Your filter class must implement a doFilter method that takes, among other things, an HTTPServletRequest object and an HTTPServletResponse object. Choice A and Choice D are correct A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both. Filters perform filtering in the doFilter method. Every Filter has access to a FilterConfig object from which it can obtain its initialization parameters, and a reference to the ServletContext which it can use, for example, to load resources needed for filtering tasks. Filters are configured in the deployment descriptor of a web application. Examples that have been identified for this design are: 1. Authentication Filters 2. Logging and Auditing Filters 3. Image conversion Filters 4. Data compression Filters 5. Encryption Filters 6. Tokenizing Filters 7. Filters that trigger resource access events 8. XSL/T filters 9. Mime-type chain Filter A FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource. Filters use the FilterChain to invoke the next filter in the chain, or if the calling filter is the last filter in the chain, to invoke the resource at the end of the chain. Your filter class must implement an init method and a destroy method. The method that your filter invokes on the object it received that implements javax.servlet.FilterChain can invoke either another filter or a servlet. I think C is also correct. For example: Reference: http://tutorials.jenkov.com/java-servlets/servlet-filters.html\n> \n\nYou want to create a filter for your web application and your filter will implement javax.servlet.Filter.\n\nWhich two statements are true?\n\n[ Choose two ]\n\na. Your filter class must implement an init method and a destroy method.\n\nb. Your filter class must also implement javax.servlet.FilterChain.\n\nc. When your filter chains to the next filter, it should pass the same arguments it received in its doFilter method.\n\nd. The method that your filter invokes on the object it received that implements javax.servlet.FilterChain can invoke either another filter or a servlet.\n\ne. Your filter class must implement a doFilter method that takes, among other things, an HTTPServletRequest object and an HTTPServletResponse object.\n\nChoice A and Choice D are correct\n\nA filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both.\n\nFilters perform filtering in the doFilter method. Every Filter has access to a FilterConfig object from which it can obtain its initialization parameters, and a reference to the ServletContext which it can use, for example, to load resources needed for filtering tasks.\n\nFilters are configured in the deployment descriptor of a web application.\n\nExamples that have been identified for this design are:\n\n1. Authentication Filters\n\n2. Logging and Auditing Filters\n\n3. Image conversion Filters\n\n4. Data compression Filters\n\n5. Encryption Filters\n\n6. Tokenizing Filters\n\n7. Filters that trigger resource access events\n\n8. XSL/T filters\n\n9. Mime-type chain Filter\n\nA FilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource. Filters use the FilterChain to invoke the next filter in the chain, or if the calling filter is the last filter in the chain, to invoke the resource at the end of the chain.\n\nYour filter class must implement an init method and a destroy method.\n\nThe method that your filter invokes on the object it received that implements javax.servlet.FilterChain can invoke either another filter or a servlet.\nI think C is also correct.\n\nFor example:\n\nReference:\n\nhttp://tutorials.jenkov.com/java-servlets/servlet-filters.html",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/90000/application-servers/book",
+ "domain": "coderanch.com",
+ "file_source": "part-00317-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nThat's OK, I'll answer your question. Our book shows how to develop a single a application, iteratively adding new technologies (JSP, Servlet, JDBC, Hibernate, Stateless Session Bean, JMS, Security, Web Services) and showing how to deploy it on JBoss. We feel that showing how to add one technology at a time makes it easier to learn rather than showing everything all at once. We have the only JBoss book that isn't a reference. This book is for J2EE developers who want to develop/deploy applications on JBoss. Tom\n\nThat's OK, I'll answer your question.\n\nOur book shows how to develop a single a application, iteratively adding new technologies (\n\nJSP\n,\n\nServlet\n,\n\nJDBC\n, Hibernate, Stateless Session Bean, JMS, Security, Web Services) and showing how to deploy it on\n\nJBoss\n. We feel that showing how to add one technology at a time makes it easier to learn rather than showing everything all at once.\n\nWe have the only JBoss book that isn't a reference. This book is for\n\nJ2EE\ndevelopers who want to develop/deploy applications on JBoss.\n\nTom",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/11653/careers/Websphere-Unix-Admin-NCR-India",
+ "domain": "coderanch.com",
+ "file_source": "part-00687-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nWebsphere Administrator A minimum of 4 years IT experience including: A minimum of 24 months Websphere administration and development experience incorporating the following: An in depth understanding of the J2EE and Web sphere architecture (security model, Work Load Management etc), for version 4.0/5.0 Ability to carry out day to day administration of Web sphere and automation of administration activities in a Unix environment. Detailed experience of setting up Application servers (MQ, JDBC, CICS etc) and resolving issues in a timely manner. Detailed experience of code packaging and deployment. Ability to provide advice and guidance to development project teams on application design, application server set-up, deployment, performance tuning for all Web sphere interaction. Provide ongoing support in terms of performance tuning, assessing impacts of new Web sphere versions, application of patches, liasing with IBM support. Required Skills/Knowledge - IBM Websphere - Weblogic - Sun Solaris Unix - Unix Shell/Perl Shell Scripting - Apache - Java - Iplanet Web Server - Microsoft Internet Information Server (IIS) - J2ee - Experience with patching, migrations, and new product rollouts at enterprise level - Experience Troubleshooting All Of The Above - Excellent troubleshooting skills - Understanding of web technologies at conceptual and detailed levels Key Skills - Excellent Voice and Communication Skills - Problem solving and analysis - Global orientation - Process oriented - Ability to stay focused - Willingness to handle repetitive account administration tasks Location: Delhi/NCR & Chennai , India HP-UX administration Profile: HP-UX (Level � 3) Should have around 6+ year of Unix Experience with 4+ years of demonstrated experience and proficiency in managing and maintaining HP-Unix (V11.x or later), will be responsible for. - Installing, configuring and maintaining HP servers - Installation and configuration of High Availability environment using MC \\Service Guard. - Configuration and administration of HP Logical volume manager - Installation and Configuration of ignite backup - Patch and Package administration - Printer Administration - Writing shell scripts for day to day system administration task - Configuring and supporting HP Super dome Servers - Installation and configuration of HP -ignite environment and able to create and verify Golden image. - Troubleshooting Hardware and Operating system related issue - Capacity planning and Fine tune system for optimal performance - Installation, configuration and Administration of Veritas, Netbackup environment - Configuring Unix Security baseline - Experience in System Fault Tolerance Design, Business continuity and Disaster recovery planning Profile: HP-UX: (Level � 2) Should have minimum 3-5 year of Unix Administration experience with 3+ years of demonstrated experience and proficiency in managing and maintaining HP-Unix (V11.x or later) will be responsible for. - Installing, configuring and maintaining HP servers - Account and Printer administration - Patch and package administration - Configuration and administration of HP Logical volume manager - Fine tune the system for optimal performance - Changing kernel parameters - Understanding of SAN environment - Day to day administration task on MC /Service guard environment - Able to write basic shell scripting to accomplish day to day administration task - Understanding of Ignite backupsss - Understanding of Unix Security baseline - Troubleshooting Hardware and Operating system related issue Additional skills for HP-UX (Level 3 and Level 2) Experience on following will be added advantage - CIFS - DNS - NIS - Sendmail - LDAP - HP Glance - Monitoring Tools (like BMC Patrol, HP openview, IBM Tivoli) Location: Delhi/NCR & Chennai , India Please PM me you CV in text format .\n\nWebsphere Administrator\n\nA minimum of 4 years IT experience including: A minimum of 24 months Websphere administration and development experience incorporating the following: An in depth understanding of the\n\nJ2EE\nand Web sphere architecture (security model, Work Load Management etc), for version 4.0/5.0 Ability to carry out day to day administration of Web sphere and automation of administration activities in a Unix environment. Detailed experience of setting up Application servers (MQ,\n\nJDBC\n, CICS etc) and resolving issues in a timely manner. Detailed experience of code packaging and deployment. Ability to provide advice and guidance to development project teams on application design, application server set-up, deployment, performance tuning for all Web sphere interaction. Provide ongoing support in terms of performance tuning, assessing impacts of new Web sphere versions, application of patches, liasing with IBM support.\n\nRequired Skills/Knowledge\n\n- IBM Websphere\n\n- Weblogic\n\n- Sun Solaris Unix\n\n- Unix Shell/Perl Shell Scripting\n\n- Apache\n\n-\n\nJava\n- Iplanet Web Server\n\n- Microsoft Internet Information Server (IIS)\n\n- J2ee\n\n- Experience with patching, migrations, and new product rollouts at enterprise level\n\n- Experience Troubleshooting All Of The Above\n\n- Excellent troubleshooting skills\n\n- Understanding of web technologies at conceptual and detailed levels\n\nKey Skills\n\n- Excellent Voice and Communication Skills\n\n- Problem solving and analysis\n\n- Global orientation\n\n- Process oriented\n\n- Ability to stay focused\n\n- Willingness to handle repetitive account administration tasks\n\nLocation: Delhi/NCR & Chennai , India\n\nHP-UX administration\n\nProfile: HP-UX (Level � 3)\n\nShould have around 6+ year of Unix Experience with 4+ years of demonstrated experience and proficiency in managing and maintaining HP-Unix (V11.x or later), will be responsible for.\n\n- Installing, configuring and maintaining HP servers\n\n- Installation and configuration of High Availability environment using MC \\Service Guard.\n\n- Configuration and administration of HP Logical volume manager\n\n- Installation and Configuration of ignite backup\n\n- Patch and Package administration\n\n- Printer Administration\n\n- Writing shell scripts for day to day system administration task\n\n- Configuring and supporting HP Super dome Servers\n\n- Installation and configuration of HP -ignite environment and able to create and verify Golden image.\n\n- Troubleshooting Hardware and Operating system related issue\n\n- Capacity planning and Fine tune system for optimal performance\n\n- Installation, configuration and Administration of Veritas, Netbackup environment\n\n- Configuring Unix Security baseline\n\n- Experience in System Fault Tolerance Design, Business continuity and Disaster recovery planning\n\nProfile: HP-UX: (Level � 2)\n\nShould have minimum 3-5 year of Unix Administration experience with 3+ years of demonstrated experience and proficiency in managing and maintaining HP-Unix (V11.x or later) will be responsible for.\n\n- Installing, configuring and maintaining HP servers\n\n- Account and Printer administration\n\n- Patch and package administration\n\n- Configuration and administration of HP Logical volume manager\n\n- Fine tune the system for optimal performance\n\n- Changing kernel parameters\n\n- Understanding of SAN environment\n\n- Day to day administration task on MC /Service guard environment\n\n- Able to write basic shell scripting to accomplish day to day administration task\n\n- Understanding of Ignite backupsss\n\n- Understanding of Unix Security baseline\n\n- Troubleshooting Hardware and Operating system related issue\n\nAdditional skills for HP-UX (Level 3 and Level 2)\n\nExperience on following will be added advantage\n\n- CIFS\n\n- DNS\n\n- NIS\n\n- Sendmail\n\n- LDAP\n\n- HP Glance\n\n- Monitoring Tools (like BMC Patrol, HP openview, IBM Tivoli)\n\nLocation: Delhi/NCR & Chennai , India\n\nPlease PM me you CV in text format .",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/401613/java/java/Java-applications",
+ "domain": "coderanch.com",
+ "file_source": "part-00317-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nposted 19 years agoIf your ultimate goal is to be able to write things that integrate well on the desktop with Office, seriously consider learning C# instead of Java. Although this kind of thing is not absolutely impossible with Java, it's vastly harder to do than in a .NET language. Doing it in Java will entail various workarounds and compromises, so if you're just starting out, consider taking another path.\n\nIf your ultimate goal is to be able to write things that integrate well on the desktop with Office, seriously consider learning C# instead of Java. Although this kind of thing is not absolutely impossible with Java, it's vastly harder to do than in a .NET language. Doing it in Java will entail various workarounds and compromises, so if you're just starting out, consider taking another path.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/314418/java/java-io-InvalidClassException",
+ "domain": "coderanch.com",
+ "file_source": "part-00317-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHi, I am trying to implement 1:N relationship. Ex: Plane -- Seats Seat Bean would be having a plane id as the foriegn key. The client code is as below : Ejb create of Seat Bean is as follows : Exception occurs when the method setPlane () is invoked. java.io.InvalidClassException: javax.ejb.EJBException; local class incompatible: stream classdesc serialVersionUID = -9219910240172116449, local class serialVersionUID = 796770993296843510 Could any one suggest why does the exception occur.. However the same code works if I invoke setPlane() from the client.i.e. Thanks for the help in advance. Regards Atul\n\nHi,\n\nI am trying to implement 1:N relationship.\n\nEx: Plane -- Seats\n\nSeat Bean would be having a plane id as the foriegn key.\n\nThe client code is as below :\n\nEjb\ncreate of Seat Bean is as follows :\n\nException occurs when the method setPlane () is invoked.\n\njava.io.InvalidClassException: javax.ejb.EJBException; local class incompatible: stream classdesc serialVersionUID = -9219910240172116449, local class serialVersionUID = 796770993296843510\n\nCould any one suggest why does the exception occur..\n\nHowever the same code works if I invoke setPlane() from the client.i.e.\n\nThanks for the help in advance.\n\nRegards\n\nAtul",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/416282/sockets/java/Client-Server-Chat-Network",
+ "domain": "coderanch.com",
+ "file_source": "part-00559-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nPlaying with the Head First Java Chat program, I have run into a network problem: How do I run the Chat Server on my computer, and allow my roommate to run the client on her computer, so we can chat? I have a motorola router on a wireless network with two desktop computers running Windows XP. Each has its own internal IP address.\n\nPlaying with the Head First\n\nJava\nChat program, I have run into a network problem: How do I run the Chat Server on my computer, and allow my roommate to run the client on her computer, so we can chat?\n\nI have a motorola router on a wireless network with two desktop computers running Windows XP. Each has its own internal IP address.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/436017/certification/SCWCD-Reference-books",
+ "domain": "coderanch.com",
+ "file_source": "part-00017-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHi Rocky, Check out the link http://faq.javaranch.com/java/ScwcdLinks I've also just been researching the book to use for the SCWCD, and i think most ranchers are using the Head First Servlets & JSP by Bryan Basham, Kathy Sierra, Bert Bates. I'll be getting that book for my prep. Of course there are other books, but i think this is the one i'll definately be using. Check out the link for more information and the FAQ section for other useful information as well. Happy prepping. Regards, Siphiwe Madi SCJP 5\n\nHi Rocky,\n\nCheck out the link\n\nhttp://faq.javaranch.com/java/ScwcdLinks\nI've also just been researching the book to use for the SCWCD, and i think most ranchers are using the\n\nHead First\n\nServlets\n&\n\nJSP\nby Bryan Basham, Kathy Sierra, Bert Bates. I'll be getting that book for my prep. Of course there\n\nare other books, but i think this is the one i'll definately be using. Check out the link for more information and the FAQ section for\n\nother useful information as well.\n\nHappy prepping.\n\nRegards, Siphiwe Madi SCJP\n5\n\nRegards, Siphiwe Madi [SCJP, SCWCD, __] Next ... scjwsd\nRegards, Siphiwe Madi\n\n[SCJP, SCWCD, __] Next ... scjwsd",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.coderanch.com/t/349554/java/Windows-server-JSP-page-displaying",
+ "domain": "coderanch.com",
+ "file_source": "part-00747-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI have just installed tomcat to work with IIS. If I go to the server that I just installed this on and view (through IE) one of the example jsp pages that came with tomcat, I see the 'source' for jsp and the html. I don't see a nice web page. Secondly, if I go to another computer and enter the IP address followed by the path to this same example, i get a 404 file not found. In my isapi.log I am seeing an error message that reads as follows: /tomcat/webapps/examples//jsp/num/numguess.jps is not a servlet url. check is /tomcat/webapps/examples/jsp/num/numguess.jsp points to the web-inf directory. Any suggestions on solving this one?\n\nI have just installed\n\ntomcat\nto work with IIS.\n\nIf I go to the server that I just installed this on and view (through IE) one of the example\n\njsp\npages that came with tomcat, I see the 'source' for jsp and the html. I don't see a nice web page.\n\nSecondly, if I go to another computer and enter the IP address followed by the path to this same example, i get a 404 file not found.\n\nIn my isapi.log I am seeing an error message that reads as follows:\n\n/tomcat/webapps/examples//jsp/num/numguess.jps is not a\n\nservlet\nurl.\n\ncheck is /tomcat/webapps/examples/jsp/num/numguess.jsp points to the web-inf directory.\n\nAny suggestions on solving this one?",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/40/46568/frameworks/Error-NewsLetter",
+ "domain": "coderanch.com",
+ "file_source": "part-00397-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nposted 21 years agoOk everyone. It is finally working. Here was my problem and it was NOT A TYPO on Thomas' part. In my struts-config.xml file I had but never started the within that element. So I fixed that and I believe all is working. Except I don't know my own username and password. LOL. Anyway, thanks to everyone for the tremendous amount of help solving this problem.\nOk everyone. It is finally working. Here was my problem and it was NOT A TYPO on Thomas' part.\n\nIn my struts-config.xml file I had but never started the within that element.\n\nSo I fixed that and I believe all is working. Except I don't know my own username and password. LOL.\n\nAnyway, thanks to everyone for the tremendous amount of help solving this problem.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/412365/java/java/difference-arraylist-vector",
+ "domain": "coderanch.com",
+ "file_source": "part-00017-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nSearch... FAQs Subscribe Pie FAQs Recent topics Flagged topics Hot topics Best topics Search... Search within Beginning Java Search Coderanch Advance search Google search Register / Login Post Reply Bookmark Topic Watch Topic New Topic programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums this forum made possible by our volunteer staff, including ... Marshals: Campbell Ritchie Tim Cooke paul wheaton Jeanne Boyarsky Ron McLeod Sheriffs: Paul Clapham Liutauras Vilda Devaka Cooray Saloon Keepers: Tim Holloway Roland Mueller Bartenders: Forum: Beginning Java difference between arraylist and vector praveena reddyk Greenhorn Posts: 11 posted 16 years ago Number of slices to send: Optional 'thank-you' note: Send Hi can anybody explain me about arraylist and vector other than arraylist is unsynchronized whereas vector is not. Ravikanth kolli Ranch Hand Posts: 179 I like... posted 16 years ago Number of slices to send: Optional 'thank-you' note: Send A similar question was already in the forum and can be found here [ October 21, 2008: Message edited by: Ravikanth kolli ] -kolli praveena reddyk Greenhorn Posts: 11 posted 16 years ago Number of slices to send: Optional 'thank-you' note: Send Thanks thats i know instead of going to vector for synchronization we can use collections framework methods other than this is there any other difference since in an interview i got this who is expecting more There is no \"i\" in denial. Tiny ad: Smokeless wood heat with a rocket mass heater https://woodheat.net reply reply Bookmark Topic Watch Topic New Topic Boost this thread! Similar Threads type casting array Multiple Thread allow to change single variable Array List vs Vector performance : arraylist vs vector More...",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/496927/Flex/Callback-Methods-called-UI-Componet",
+ "domain": "coderanch.com",
+ "file_source": "part-00317-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nposted 14 years agoHi , There are 3 callback methods called as preInitialize , initialize and creationComplete that will come into picture when a UI Component is initialized . Can anybody clarify my confusion here , what does a UI Component Mean here ?? Is it a Container like a Application or a control like Button ?? Please share your ideas . Thanks for reading .Save India From Corruption - Anna Hazare.\nHi ,\n\nThere are 3 callback methods called as preInitialize , initialize and creationComplete that will come into picture when a UI Component is initialized .\n\nCan anybody clarify my confusion here , what does a UI Component Mean here ??\n\nIs it a Container like a Application or a control like Button ??\n\nPlease share your ideas . Thanks for reading .Save India From Corruption - Anna Hazare.\n\nSave India From Corruption - Anna Hazare.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/145854/po/certification/Sun-Certified-Java-CAPS-Integrator",
+ "domain": "coderanch.com",
+ "file_source": "part-00397-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHizey ........................ SCJP/SCWCD/SCBCD/SCDJWS IBM RAD Cert Assoc. Dev. ........................",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.coderanch.com/t/269855/certification/output-mock-tests",
+ "domain": "coderanch.com",
+ "file_source": "part-00017-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHi All, I was going through some of the programs. The following two program's output caught me confused. 1) The answer is: 0 0 3 0. I could not understand why does it print 3 at the 2nd index. 2) Answer: It does not compile. But if we replace Boolean by string it complies. Why we cant sort a boolean array? About quote the source: I am sorry, I dont remember the exact source. I have been solving from miscellaneous sources on the internet and I put all my doubts in a word file as and when I encounter them. Henceforth, I will take the responsibility of making a note of the source too. (Its unlikely to get the real questions though ) MOCK TESTS: I had previously also posted queries regarding mock tests. I got the following link as a reference http://faq.javaranch.com/java/ScjpMockTests. Can someone tell me precisely which mock exams (that are free and available online) map with the objectives of SCJP 5? I have purchased Javabeat's 350 mock questions. Can someone tell me how much does it map with the SCJP 5 objectives? I would appreciate if some one could thoroughly guide me as after reading K&B, which mock exams should be practiced before appearing for SCJP 5.0? Thanks All for your time. Regards [ August 10, 2008: Message edited by: Badal Chowdhary ]\n\nHi All,\n\nI was going through some of the programs. The following two program's output caught me confused.\n\n1)\n\nThe answer is:\n\n0 0 3 0.\n\nI could not understand why does it print 3 at the 2nd index.\n\n2)\n\nAnswer:\n\nIt does not compile.\n\nBut if we replace Boolean by\n\nstring\nit complies. Why we cant sort a boolean array?\n\nAbout quote the source:\n\nI am sorry, I dont remember the exact source. I have been solving from miscellaneous sources on the internet and I put all my doubts in a\n\nword file\nas and when I encounter them. Henceforth, I will take the responsibility of making a note of the source too. (Its unlikely to get the real questions though\n\n)\n\nMOCK TESTS:\n\nI had previously also posted queries regarding mock tests. I got the following link as a reference\n\nhttp://faq.javaranch.com/java/ScjpMockTests.\nCan someone tell me precisely which mock exams (that are free and available online) map with the objectives of\n\nSCJP\n5?\n\nI have purchased Javabeat's 350 mock questions. Can someone tell me how much does it map with the SCJP 5 objectives?\n\nI would appreciate if some one could thoroughly guide me as after reading K&B, which mock exams should be practiced before appearing for SCJP 5.0?\n\nThanks All for your time.\n\nRegards\n\n[ August 10, 2008: Message edited by: Badal Chowdhary ]",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/102565/Enabling-assertions",
+ "domain": "coderanch.com",
+ "file_source": "part-00331-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI have set the compliance setting to 1.4, but I am not able to run and trigger an assertion error. Even if the assertion fails, the console does not report the assertion failure. Is there some option in eclipse which I am not setting properly? Thanks in advance...",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.coderanch.com/t/115902/languages/chat",
+ "domain": "coderanch.com",
+ "file_source": "part-00017-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHello sir, I am developing a chat application using JSP and Servlets. Currently we have reached a stage where the common ie general chat works quite fine using servlet as message transporter Now we are trying for the one to one chat module in the same. if you could tell me that is it possible to use SIMULTANEOUSLY :the HTML forms action attribute to call a servlet & make available the page for sending the message continuosly in front of the user as its for a Chat Application. I have tried using XMLHttpRequest concept which can simultaneously call a server side component and also makes visible HTML page on which the user is currently working. As i've seen some examples on the internet using this concept but in all of them common thing was that they were only \"GETTING\" from the server side like the search engines & not posting anything. So is it possible to use Ajax concept to \"POST\" on the Serverside as at present i'm not able to even store the messages on the server side which previously got stored. If you do have another fruitful idea that i could use to send a one to one message without the usage of servlets and using any new concept that you suggest then plz tell. So please guide me how to approach. Waiting for your reply..... Thanking you, Siddharth [ April 16, 2005: Message edited by: Bear Bibeault ]\n\nHello sir,\n\nI am developing a chat application using\n\nJSP\nand\n\nServlets\n. Currently we have reached a stage where the common ie general chat works quite fine using servlet as message transporter\n\nNow we are trying for the one to one chat module in the same.\n\nif you could tell me that is it possible to use SIMULTANEOUSLY :the HTML forms action attribute to call a servlet & make available the page for sending the message continuosly in front of the user as its for a Chat Application.\n\nI have tried using XMLHttpRequest concept which can simultaneously call a server side component and also makes visible HTML page on which the user is currently working.\n\nAs i've seen some examples on the internet using this concept but in all of them common thing was that they were only \"GETTING\" from the server side like the search engines & not posting anything.\n\nSo is it possible to use Ajax concept to \"POST\" on the Serverside as at present i'm not able to even store the messages on the server side which previously got stored.\n\nIf you do have another fruitful idea that i could use to send a one to one message without the usage of servlets and using any new concept that you suggest then plz tell.\n\nSo please guide me how to approach.\n\nWaiting for your reply.....\n\nThanking you,\n\nSiddharth\n\n[ April 16, 2005: Message edited by: Bear Bibeault ]",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.coderanch.com/u/16762/Wilfried-LAURENT",
+ "domain": "coderanch.com",
+ "file_source": "part-00397-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nAccording to Peter Coad:\n Choose Inheritance when it satisfy all of the following:\n 1. A subclass represents \"Is a special kind of\" and not \"is a role of\"\n 2. An object of one class never needs to transmute to another class\n 3. The derived class extends rather than overrides or nullyfies the responsabilities of its base class \n 4. A subclass does not extend a utility class\n 5. For a class in the actual Problem Domain, the subclass specializes a role, a transaction or device.\n So make up your mind \n W.\n\nAccording to Peter Coad:\n\nChoose Inheritance when it satisfy all of the following:\n\n1. A subclass represents \"Is a special kind of\" and not \"is a role of\"\n\n2. An object of one class never needs to transmute to another class\n\n3. The derived class extends rather than overrides or nullyfies the responsabilities of its base class\n\n4. A subclass does not extend a utility class\n\n5. For a class in the actual Problem Domain, the subclass specializes a role, a transaction or device.\n\nSo make up your mind\n\nW.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/209787/java/JXTA",
+ "domain": "coderanch.com",
+ "file_source": "part-00317-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHello folks, I am hereby looking forward to take my first step to develop a sample application using JXTA, so can anyone guide me with some sample code so that i can get started.I could not get much help from jxta.org site. Also please let me know to test a P2P application, can i use a single PC to do the testing or do i need 2 networks for testing . I am intending to develop a file transfer application across the peers. Please help me as i am not getting my work started. Thanks in advance ,... Saurabh\n\nHello folks,\n\nI am hereby looking forward to take my first step to develop a sample application using JXTA, so can anyone guide me with some sample code so that i can get started.I could not get much help from jxta.org site.\n\nAlso please let me know to\n\ntest\na P2P application, can i use a single PC to do the testing or do i need 2 networks for testing .\n\nI am intending to develop a file transfer application across the peers.\n\nPlease help me as i am not getting my work started.\n\nThanks in advance ,...\n\nSaurabh",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://www.coderanch.com/t/218306/databases/Unit-test-patterns-Hibernate",
+ "domain": "coderanch.com",
+ "file_source": "part-00687-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nHi, I have a simple question for folks who have strong experience with using Hibernate. My question relates to best practices in terms of unit testing Hibernate code, particularly when the DAO pattern is used. In general, should unit tests be written just for the DAOs, just for the entities, or for both? We are beginning a project, and I want to ensure that we provide good test coverage, while at the same time not spending more time than we need. I'd imagine that one answer to my question is \"if you want complete coverage, then test the entity and the DAO layer\", but I'm curious if, in practice, anyone has found it more efficient to omit tests for one or the other. Thanks in advance!\n\nHi,\n\nI have a simple question for folks who have strong experience with using Hibernate. My question relates to best practices in terms of\n\nunit\ntesting Hibernate code, particularly when the DAO\n\npattern\nis used. In general, should unit tests be written just for the DAOs, just for the entities, or for both?\n\nWe are beginning a project, and I want to ensure that we provide good test coverage, while at the same time not spending more time than we need. I'd imagine that one answer to my question is \"if you want complete coverage, then test the entity and the DAO layer\", but I'm curious if, in practice, anyone has found it more efficient to omit tests for one or the other.\n\nThanks in advance!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/344584/java/Centering-dialogs-multi-monitor-environment",
+ "domain": "coderanch.com",
+ "file_source": "part-00317-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nposted 17 years agoCurrently, all of our dialogs seem to center themselves in the primary display. This is bad because the button that triggers the dialog may be 4 monitors away. I'm trying to get the dialog box to center on the screen where the action occured. My current solution involves passing a Point object that represents the location of the action into the method that eventually shows the dialog. From this Point, I'm trying get the object (GraphicsConfiguration?) that represents the screen that contains this Point. My current code looks something like this: As you can see, it's pretty much a mess. It works in some cases, but is unpredictable in others. If the main window is resized so that it takes up less than 1 screen, then everything seems OK. If I drag this window between monitors and try to show the dialog, it seems to center correctly on the proper display. There is a problem when the window is stretched to take up more than one screen, however. The dialog does not always appear on the correct display. I can't possibly be the only person having this problem, but any information on how to properly support multi-monitor environments is pretty hard to come by. Is my understanding of the GraphicsConfiguration object correct? Does it represent the current display? Any one have any ideas? Thanks!\nCurrently, all of our dialogs seem to center themselves in the primary display. This is bad because the button that triggers the dialog may be 4 monitors away. I'm trying to get the dialog box to center on the screen where the action occured.\n\nMy current solution involves passing a Point object that represents the location of the action into the method that eventually shows the dialog. From this Point, I'm trying get the object (GraphicsConfiguration?) that represents the screen that contains this Point. My current code looks something like this:\n\nAs you can see, it's pretty much a mess. It works in some cases, but is unpredictable in others. If the main window is resized so that it takes up less than 1 screen, then everything seems OK. If I drag this window between monitors and try to show the dialog, it seems to center correctly on the proper display. There is a problem when the window is stretched to take up more than one screen, however. The dialog does not always appear on the correct display.\n\nI can't possibly be the only person having this problem, but any information on how to properly support multi-monitor environments is pretty hard to come by. Is my understanding of the GraphicsConfiguration object correct? Does it represent the current display? Any one have any ideas? Thanks!",
+ "content_format": "markdown"
+ },
+ {
+ "url": "https://coderanch.com/t/399144/java/Decision-tree",
+ "domain": "coderanch.com",
+ "file_source": "part-00619-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nOriginally posted by kiennjal shah: is this something popular that is related to binary trees?\n\n No, binary trees specifically involve sorting the values in the tree for faster lookup, insertion, etc. \n A decision tree instead labels each edge (connection from one node to another). A node has a question (decision) with multiple edges leading to other nodes. Once you have an answer to the question, you navigate the edge with the matching answer.\n> \nOriginally posted by kiennjal shah:\n\nis this something popular that is related to binary trees?\nNo, binary trees specifically involve sorting the values in the tree for faster lookup, insertion, etc.\n\nA decision tree instead labels each edge (connection from one node to another). A node has a question (decision) with multiple edges leading to other nodes. Once you have an answer to the question, you navigate the edge with the matching answer.",
+ "content_format": "markdown"
+ },
+ {
+ "url": "http://www.coderanch.com/t/206564/sockets/java/java-net-SocketException-open-files",
+ "domain": "coderanch.com",
+ "file_source": "part-00331-d9b45f53-efdc-4ae8-a3e4-b1d5d9e13869-c000",
+ "content": "# \n\nDate: \nCategories: \nTags: \n\nI'm running some simple but fast-pounding test programs against our Tomcat server from a machine on the same network, and we've been tuning our database, etc, based on this. But right now, I'm seeing a new one coming out of our Java code whenever we try to open a URL: java.net.SocketException: Too many open files at java.net.Socket.createImpl(Socket.java:331) at java.net.Socket.connect(Socket.java:450) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(DashoA12275) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.(DashoA12275) at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(DashoA12275) at sun.net.www.protocol.https.HttpsClient.doConnect(DashoA12275) at sun.net.www.http.HttpClient.openServer(HttpClient.java:402) at sun.net.www.http.HttpClient.openServer(HttpClient.java:618) at sun.net.www.protocol.https.HttpsClient.(DashoA12275) at sun.net.www.protocol.https.HttpsClient.a(DashoA12275) at sun.net.www.protocol.https.HttpsClient.a(DashoA12275) at sun.net.www.protocol.https.HttpsClient.a(DashoA12275) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.plainConnect(DashoA12275) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA12275) at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA12275) We're opening lots of these, and it appears we're opening more than a maximum number of connections to the internet. Is there a way to bump this up? Or maybe we're just pounding this harder than it will ever get hit in the real world? I'm also seeing this as well: SEVERE: Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=80] ignored exception: java.net.SocketException: Too many open files java.net.SocketException: Too many open files at java.net.PlainSocketImpl.socketAccept(Native Method) at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353) at java.net.ServerSocket.implAccept(ServerSocket.java:448) at java.net.ServerSocket.accept(ServerSocket.java:419) at org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:107) at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:356) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:529) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534) Feb 1, 2005 4:53:08 PM org.apache.tomcat.util.net.PoolTcpEndpoint closeServerSocket SEVERE: Caught exception trying to unlock accept. java.net.SocketException: Too many open files at java.net.Socket.createImpl(Socket.java:331) at java.net.Socket.(Socket.java:304) at java.net.Socket.(Socket.java:124) at org.apache.tomcat.util.net.PoolTcpEndpoint.closeServerSocket(PoolTcpEndpoint.java:326) at org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:397) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:529) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:534) Feb 1, 2005 4:53:08 PM org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket WARNING: Reinitializing ServerSocket\n\nI'm running some simple but fast-pounding\n\ntest\nprograms against our\n\nTomcat\nserver from a machine on the same network, and we've been tuning\n\nour database, etc, based on this. But right now, I'm seeing a new one\n\ncoming out of our\n\nJava\ncode whenever we try to open a URL:\n\njava.net.SocketException: Too many open files\n\nat java.net.Socket.createImpl(Socket.java:331)\n\nat java.net.Socket.connect(Socket.java:450)\n\nat com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(DashoA12275)\n\nat com.sun.net.ssl.internal.ssl.SSLSocketImpl.(DashoA12275)\n\nat com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(DashoA12275)\n\nat sun.net.www.protocol.https.HttpsClient.doConnect(DashoA12275)\n\nat sun.net.www.http.HttpClient.openServer(HttpClient.java:402)\n\nat sun.net.www.http.HttpClient.openServer(HttpClient.java:618)\n\nat sun.net.www.protocol.https.HttpsClient.(DashoA12275)\n\nat sun.net.www.protocol.https.HttpsClient.a(DashoA12275)\n\nat sun.net.www.protocol.https.HttpsClient.a(DashoA12275)\n\nat sun.net.www.protocol.https.HttpsClient.a(DashoA12275)\n\nat sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.plainConnect(DashoA12275)\n\nat sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA12275)\n\nat sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA12275)\n\nWe're opening lots of these, and it appears we're opening more than a\n\nmaximum number of connections to the internet. Is there a way to bump\n\nthis up? Or maybe we're just pounding this harder than it will ever get\n\nhit in the real world? I'm also seeing this as well:\n\nSEVERE: Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=80]\n\nignored exception: java.net.SocketException: Too many open files\n\njava.net.SocketException: Too many open files\n\nat java.net.PlainSocketImpl.socketAccept(Native Method)\n\nat java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)\n\nat java.net.ServerSocket.implAccept(ServerSocket.java:448)\n\nat java.net.ServerSocket.accept(ServerSocket.java:419)\n\nat org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFactory.java:107)\n\nat org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:356)\n\nat org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:529)\n\nat org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)\n\nat java.lang.Thread.run(Thread.java:534)\n\nFeb 1, 2005 4:53:08 PM org.apache.tomcat.util.net.PoolTcpEndpoint\n\ncloseServerSocket\n\nSEVERE: Caught exception trying to unlock accept.\n\njava.net.SocketException: Too many open files\n\nat java.net.Socket.createImpl(Socket.java:331)\n\nat java.net.Socket.