Get Newsletters

  • Get the Latest News
  • Product Updates
  • Helpful Tricks
  • Productivity Tips

Subscribe Now!

Tomek Stojecki

Tomek Stojecki is a senior consultant specializing in architecting and developing SharePoint applications. His recent work involves numerous SharePoint projects in FTI Technology's R&D group.


My Latest Content
My Latest Comments



   

Author Articles

Deploying a Visual Studio Business Data Connectivity Model Solution in SharePoint

By Stefan Kowalewski, 03/12/2012

What to do in SharePoint after you try to deploy a VS BDCM model solution and get an error message that begins: Error1 Error occurred in deployment step 'Add Solution'.

SQL Server 2008 R2 Reporting Data Source Error

By Ethan Wilansky, 03/08/2012

When you configure a Reporting Data Source for Microsoft SQL Server 2008 R2 Reporting Services (SSRS) in Microsoft SharePoint integrated mode on a SharePoint 2010 farm, an error ...

6 Lessons for Developing a Business Connectivity Services Solution

By Ethan Wilansky, 02/01/2012

Building a complete BCS solution is no easy task, but tips from our experts can help. These 6 lessons are the results of in-the-trenches experience. Take them to heart and save ...

Q: I received the error "Failure Loading Item Picker" in the SharePoint ULS log. What do I do?

By Ethan Wilansky, 05/31/2011

The underlying SharePoint BDC code didn't catch this and the error message isn't exactly specific. What should you do?

Q: I got this error: "Report Server has encountered a SharePoint error. User cannot be found."

By Ethan Wilansky, 05/09/2011

Did you set the Author field on all Webs in all site collections in all SharePoint Web Applications?

Q: How do I control the visibility of BDC type descriptors in the External Item Picker control with the ShowInPicker property?

By Tomek Stojecki, 04/01/2011

Want to hide some of the type descriptors that appear in the item picker? Here's how.

Q: How do I make filter descriptors on an entity in my BDC model display as I want them to?

By Stefan Kowalewski, 03/16/2011

Opening the entity in the SharePoint entity picker, you find all the filter descriptors are listed in the Find dropdown box, but the one you want isn’t selected as the default.

Q: How can I automate retrieving and deleting a BDC Application Model in SharePoint 2010?

By Tomek Stojecki, 01/13/2011

Automate BDC application model deletion and save some time.

Q: Attempting to Configure Search Scope Settings for a Site Collection Throws an Error

By Ethan Wilansky, 01/12/2011

The error message says The search request was unable to connect to the Search Service. Here's one solution involving configuring service application associations in SharePoint.

Q: How do I configure a load balancer to accept only SSL requests for a SharePoint 2010 FQDNs?

By Ethan Wilansky, 12/27/2010

After configuring a load balancer to accept only SSL requests for a SharePoint 2010 FQDNs, some URLs in SharePoint 2010 are not translated properly to https.

Q: How do I display a user-friendly value?

By Stefan Kowalewski, 12/06/2010

SharePoint InfoPath tip for when you don't want to display the ID of the selected value but something more user friendly.

Q: How Do I Apply a Filter Based on a URL to an External List?

By Tomek Stojecki, 11/22/2010

How to filter an external list in SharePoint.

Q: How Do I Smoothly Deploy Reports Hosted in SharePoint?

By Stefan Kowalewski, 11/15/2010

How to make the deployment of reports through the development, QA and production environments smoother.

Speeding InfoPath 2010 Custom Form Deployment to External Lists

By Ethan Wilansky, 11/05/2010

Learn how to deploy your own custom InfoPath forms to external lists.

Q: How Do I Propagate BDC Model Updates to an Entity Picker to Resolve the "Parameter is Missing" Error?

By Ethan Wilansky, 09/24/2010

How to resolve the Parameter is missing error in SharePoint

Q: InfoPath Designer 2010 message says "By default this control will send data to the server whenever its value changes"

By Ethan Wilansky, 09/23/2010

Here's a tip for how to fix the List URLs in the manifest.xsf file and republish the form.

Q: How do I display a more user-friendly error message?

By Stefan Kowalewski, 09/02/2010

Error messages are useful in debugging, but they're not exactly what you want your users to see when they access your application--here's how to display a different message.

Q: How do I submit the InfoPath 2010 form programmatically to an external list?

By Tomek Stojecki, 08/12/2010

To submit the InfoPath form programmatically to an external list, you will need to inspect the manifest.xsf, for starters.

Q: How Do I Make a Type String Type Descriptor a Required Field in the BDC Explorer

By Tomek Stojecki, 08/10/2010

Make a type descriptor of type string a required field? Yes, it's not difficult.