Answer Questions
Rafael Leonhardt Display access database in sharepoint 2003
Not sure if this question is approprate here since i saw other threads are all related to MOSS 2007. We are using SPS2003 and recently a user wants to display their MS Access data on wss site. Is there any easy way to handle that Seems data view web part cannot deal with Access db. Btw, what shall I use to open CSV file in doc lib I tried to use "Edit in Excel", but got error: The document could not be edited. The required application may not be installed properly. Thanks a lot The easiest way to display Access data in SPS2003 is probably to create a web service that exposes the data and using the data view web part to consume it. I'm not sure about the CSV file question. ...Show All
Jalf Can't search within PDF files
I've installed the Adobe Ifilter 6.0 and can now search to list posted pdf files in multiple sites by querying the pdf name. I can search content within Word files, but still cannot search content within these pdf files. Is there something else I need to configure to see content within these pdf files I can't seem to find any clues to what needs to be tweaked. Thanks. On our WSS 3.0 system, indexing PDF files did not work for existing PDF files. In order to have them indexed by the crawler we had to upload the PDF files again. Try uploading new PDF files and see if those are indexed. I'm having the same issue. My Operating System is Windows 2003 R2 x64 with ...Show All
nbrege Using Content Query Web part
Hi I am using MOSS 2007 RTM version. I want to use CQ web part to display all sites under sitedirectory. What list type should I select while doing this I tried links and custom list but that did not returned any result. Can someone please help me with this Thanks Amit > If anyone has any info about my custom field filter not returning the expected results, I would be happy to hear from you. We are having the exact same concern. By creating custom column and trying to filter on that custom column does not return the correct / expected results in the content query web part. Any replies would be appreciated - please post back to the forum or email nilesh_kelkar @ hotmail . com & I will post it back ...Show All
Flack When I edit a document it opens as Read Only
Hi: Does anybody knows why if one user is administrator of a site and edits a Word or Excel document, it opens as Read Only He is opening the document with the 'Edit with Microsoft Office...' but he cannot save the document, and it is necessary to delete and upload it again, and he has to do it every time he wants to modify it. Regards. I hate to jump on the old rant about " What version are you using" in the beginning of my explaination but that would have helpful here. Go into your document libary settings and click no for Requrie Content Approval. Hope this helps Can I remove the force check out Regards. We are having the same ...Show All
BarryDay start making architecture
hi guys, I am soon be given the task of laying architecture of .net application. The irony is that till now i have been part of designing one .net application:) So i have to start from very beginning, which book would be the best. Should i start seeing the books on microsoft certified architecture program Cheers Look at the patterns and practices books from the p&p-team of microsoft, and... alot more ;-) software architecture in practice [sec. edition] is a nice one to look at. I just want to be a little more specific than people suggesting to check Patterns & Practices content Although it's a little old-fashioned (it was written the end of 2002), chapter 2 of book &quo ...Show All
jpatrick62 Code Generation - MyGeneration, CodeSmith, GAT/GAX or DSL?
I am looking to generate code based on a database structure. I want to start with a base template and add things I need to it. My goal is to auto generate the boring repetative code so I can focus on the most important areas. I have been looking at CodeSmith and MyGeneration which both have starting point templates that use Enterprise Library but I wanted to see what Microsofts approach was. Is it Guidance Automation or DSL If so does anybody have an example of how to generate DAL classes and entity classes from a database using these tools Thanks for the responses Diego and Clemens. I am open to any idea that helps me increase my productivity and consistency. I am currently looking at ...Show All
Ben Santiago Visio 2002 (Professional) and SQL 2005 Express Edition
I tried to reverse engineer from a database created with sql server 2005 express edition, configuring and using the SQL Native driver. The odbc was successfuly created with the native driver, but as soon as I go forward to resume the process, and right after I was promped for the user name and password to login to the database, I got the following error: "The currently selected Visio driver is not compatible with the data source" Maybe I missed something. However it seems that I would need an updated Visio driver for this version, capable to connect with SQL Native data sources. Did I do something wrong How can I get the driver Luger Hi! If you "Reverse Engineer" Choos ...Show All
Ernie Anderson how to quote content
I am new to moss. I encounter a problem: Say i have an Calendar in my site. And I want to quote the Calendar in another page. How to do Any suggestion Hi Ishai Sagi. What is "same site collection" I create a "Site Directory" site A . And add a child site to the A site.. Are the in same site collection Are the 2 pages within the same site And when you say "quote", do you mean showing the calendar on a different page (maybe in a different view) content query web parts can only show information from the same site collection, and not from differernt site collections. Let's assume your site doesn't have a calendar already: Go to Lists > Create > Tracking &g ...Show All
Helen999888 Why does "anonymous" address present in response messages?
Hello all, I'm currently using CSF v.2.5 and develop own sample application. The goal of this application is compute monthly payments on a loan and total overpayment of credit. The following participants are involved with: UIParticipant - WinForms client BankDirectoryParticipant - Provide information about credits programmes. CalculatorParticipant - Computes annuity and overpayment BusinessLogicParticipant - Session driver Here is the sample manifest: Even the "ReplyTo" tag has the same address <wsa:ReplyTo> <wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address> </wsa:ReplyTo> Ruchi - ...Show All
lalala--la Cross enterprise security by microsoft
I have to list down about the technologies(like passport, wse3.0) and tools(domain controller i am not sure can work across domains,similarly kerberos implementation) available from microsoft end for implementing cross enterprise security If some can gives names of some of them,it would be of great help for me Guys please pore in ASAP Regards By the way is it different from Microsoft Infocard.If it is then how http://www.microsoft.com/technet/technetmag/issues/2006/07/InfoCard/ related=/technet/technetmag/issues/2006/07/InfoCard regards Hi, Try latest one from Microsoft called CardSpace. http://DotNetWithMe.blogspot.com vikas goyal H ...Show All
Jack Wong analysis and answers to ACM ICPC?
Hello everyone, ACM ICPC question list can be found from ACM ICPC web site -- but no analysis and answers. Does anyone know where to find analysis of the problem and reference solutions/answers to the problems regards, George ...Show All
csk2006 Business Process description
I'm looking to use our WSS3.0 server for publishing the Business Manual of the company, internally. I'd like to present it as graphical overview/diagrams that the user can drill down into, eventually ending up with a list of process descriptions, linked procedures as well as templates. I first thought of using Visio for generating the overviews and diagrams, but soon discovered that the drill down was going to cause problems, essentially making me have to create bitmaps and clickable areas and whatnot (sheesh). And the key is that it should be easy to maintain. Unable to find anything available (either free or at a price), I've taken a few stabs at it myself, but the effort that has to be put into creating a quality solution s ...Show All
likong dataSet Vs DataReader
Hi All, I have one question regarding implementing data reader and dataset in my project. My project is a windows application with the database in a separate server. I have numerous records to be retrieved and processed.My application has many master data tables and has many transaction tables too. Is it a good approach to frequently hit database server to get the data using datareader or to get the data using dataset with minimal round trips. Which is good approach Please advice me on this. Thanks in advance. How numerous is numerous .NET 2.0 Datasets are designed to handle a large amount of records. You also don't have to load all the data at once. You can have one dataset in memory that fills up incremen ...Show All
clint 2 Architecture options for running a long process from an ASP.NET website
Hi, We currently have a solution where a user can upload a file, which gets processed in an ASP.NET v1.1 intranet website The solution was designed to handle 10-100 items, but customers have (ab)used the solution to process 1000-10000 items. Processing 100 items takes less then a minute, processing 1000 items takes around 7 minutes, larger uploads take (non-linear) longer. Now besides performance tuning the processing, I want to gather feedback on what is the best strategy to take the upload and have it process 'asynchronously'. After the upload, the user would immediatly get a status page which would refresh itself (every so often). So I have a few questions about what would be the best route to go about 1) Which process to ...Show All
Amde Service Catalog - Installation issue
Hi, I had installed CSF 3.0 Dev version except Service catalog component (Since i don't have Platform SDK). Now i installed Platform SDK. I can able to see the following entry in the Add Remove Programs Microsoft Platform SDK (R2) (3790.2075) size 951.00MB Even though, I'm getting "Optional Pre-requistes Platform SDK missing" message when i try to install Service Catalog component. I uninstalled all the components and re-installed. But i couldn't make Service Catalog component is running. I already installed UDDI for CSF 2.5 itself. I didn't change anything for CSF 3.0. 1. What are the possible issues 2. How to verify Service Catalog is successfully installed (Will Virtual Directory be created ) Could any one he ...Show All
