No content with multiple datasets in detailregion

I have a detailregion, in which I don't just want to display
data, but want to enable data maintenance via a form. There are
some dynamic select fields, so their datasets are declared together
with the main dataset when the detail region is set up. T
The code used to declare the detailregion is
<div spry:detailregion="routerlist_xml edit_country_xml
edit_region_xml">
The detailregion that should be under the list display is
well - not showing.
When I take the datasets for the select fields away so the
line looks like
<div spry:detailregion="routerlist_xml">
the detailregion displays as expected.
(Of course the browser will complain about the missing
datasets, but that is not the point here).
Is it not possible to have multiple datasets in a
detailregion? If not, what is a workaraound to get a dynamic select
into a detailed field? If yes, is there anything wrong in my code?
Or is there a bug in the Spry framework?
Any pointers are welcome.
Thanks

Trial and error solved the problem.
When there is an error XML the dataset for the dynamic select
field is based on, then the whole region in to which the dataset
was linked will not be shown.
The 'error' in my case, it appears, were non-US keyboard
characters (from a german keyboard). The underlying database mysql
is set to UTF8-unicode, and the xml-export function has
$xmlExportObj->setDBEncoding("UTF-8");
$xmlExportObj->setXMLEncoding("UTF-8");
in its code.
Once those characters were removed, it all worked fine.
To make things even more confusing was the fact that the page
worked fine in Firefox when the detailed region just would not show
in IE7 due to the special characters.
A bug or a compatibality issue for the Adobe crew to check
out ?
Comments welcome...

Similar Messages

  • Creating a Month dropdown list for a report with multiple datasets

    I am currently working on a report that contains many charts that rely on multiple datasets. Currently, I have parameters @StartDate and @EndDate to display the information of the previous month across all the charts as my default value. Now, I would like
    to create a dropdown list so that the user can pick any month, and have the report display the data across all the charts for that particular month, while keeping the display of the previous month as the default value. Can anyone help as to how I can approach
    this. Would I have to use an expression when I specify my available values, or would I have to create a dataset to get the value of all 12 months? Any help would be greatly appreciated.

    This is essentially where I am having some trouble, as in creating the dataset that returns the individual months of the year as I am relatively to the use of SSRS. Could you possibly elaborate on how I can do so? Thank you in advance!
    Create a dataset in SSRS
    Inside dataset properties map datasource and then inside give command like
    DECLARE @Month int = 5 --example value
    SELECT ...
    FROM Table
    WHERE datefield >= DATEADD(mm,DATEDIFF(yy,0,GETDATE())*12 +(@Month-2),0)
    AND datefield < DATEADD(mm,DATEDIFF(yy,0,GETDATE())*12 +(@Month-1),0)
    then on refresh it will take field information and parameter information by itself.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to fix a report textbox aggregate expression error in SQL server reporting with multiple datasets?

    I have a SQL Server Reporting Services report that has a textbox within a Report with variations of the following expression 
    =Sum(IiF(Fields!RegisterID.Value = 6000, 1, 0) 
    and 
    Iif(Fields!PointID.Value = 500, 1, 0)) / Sum(Iif(Fields!PointID.Value = 500, 1, 0)) 
    I see the following error when I try to preview the report: 
    The Value expression for the text box ‘Textbox2’ uses an aggregate expression without a scope. A scope is required for all aggregates used outside of a data region unless the report contains exactly one dataset. 
    What am I missing in this this expression to make it run incorrectly

    Can you include dataset name in your sum functions? e.g. Sum(IiF(Fields!RegisterID.Value = 6000, 1, 0) 
    and 
    Iif(Fields!PointID.Value = 500, 1, 0)) should include your dataset name as Sum(IiF(Fields!RegisterID.Value = 6000, 1, 0) and Iif(Fields!PointID.Value = 500, 1, 0),"datasetname")Like wise  Sum(Iif(Fields!PointID.Value = 500, 1, 0))  should also have dataset name Sum(Iif(Fields!PointID.Value = 500, 1, 0),"datasetname") 
    Gaur

  • Bursting with multiple datasets

    I have a report that I want to burst. The report is based on 2 datasets.
    1 dataset contains the information about the people that will be mailed with their report and their personal data. Split by/deliver by is based on this dataset (LIDNUMMER)
    The 2nd dataset contains informational data that is placed in a table on this report.
    The report runs perfect when it's not burst. Once the report is burst the table with the data from the 2nd dataset remains empty.
    Format of the XML :
    <DATA>

    <Ledenlijst>

    <LEDENLIJST_ROW>
    <LIDNUMMER>354</LIDNUMMER>
    <NAAM>Aer </NAAM>
    <VOORNAAM>Mar</VOORNAAM>
    <BBSFNR>326</BBSFNR>
    <GEBOORTEDATUM>04/08/1997</GEBOORTEDATUM>
    <ACTIEF_BIJ_JEUGD>Y</ACTIEF_BIJ_JEUGD>
    <JIC_BC>JIC</JIC_BC>
    <DINSDAGLIGA/>
    <WOENSDAGLIGA/>
    <INTER/>

    <ADRESSEN>

    <ADRESSEN_ROW>
    <TELEFOON>016/000000</TELEFOON>
    <GSM1>0495/000000</GSM1>
    <GSM2/>
    <EMAIL1>[email protected]</EMAIL1>
    <EMAIL2>[email protected]</EMAIL2>
    <STRAAT>laan</STRAAT>
    <STRAATNR>33</STRAATNR>
    <BUS>21</BUS>
    <POSTCODE>3000</POSTCODE>
    <WOONPLAATS>Leuven</WOONPLAATS>
    </ADRESSEN_ROW>
    </ADRESSEN>

    <LIDMAATSCHAPPEN>

    <LIDMAATSCHAPPEN_ROW>
    <NAAM>BBSF Prém. - Min. - Jun. Lid</NAAM>
    <KOST_NIEUW_SEIZOEN>8</KOST_NIEUW_SEIZOEN>
    </LIDMAATSCHAPPEN_ROW>

    <LIDMAATSCHAPPEN_ROW>
    <NAAM>JIC - Jeugdlid</NAAM>
    <KOST_NIEUW_SEIZOEN>17</KOST_NIEUW_SEIZOEN>
    </LIDMAATSCHAPPEN_ROW>
    </LIDMAATSCHAPPEN>
    </LEDENLIJST_ROW>

    <LEDENLIJST_ROW>
    <LIDNUMMER>190</LIDNUMMER>
    <NAAM>Al </NAAM>
    <VOORNAAM>David</VOORNAAM>
    <BBSFNR>27</BBSFNR>
    <GEBOORTEDATUM>06/10/1971</GEBOORTEDATUM>
    <ACTIEF_BIJ_JEUGD>N</ACTIEF_BIJ_JEUGD>
    <JIC_BC>BC</JIC_BC>
    <DINSDAGLIGA>Lost 2</DINSDAGLIGA>
    <WOENSDAGLIGA/>
    <INTER>Rubens 2</INTER>

    <ADRESSEN>

    <ADRESSEN_ROW>
    <TELEFOON>03/00000</TELEFOON>
    <GSM1>0475/00000</GSM1>
    <GSM2/>
    <EMAIL1>[email protected]</EMAIL1>
    <EMAIL2/>
    <STRAAT>straat</STRAAT>
    <STRAATNR> 129</STRAATNR>
    <BUS/>
    <POSTCODE>2627</POSTCODE>
    <WOONPLAATS>Schelle</WOONPLAATS>
    </ADRESSEN_ROW>
    </ADRESSEN>

    <LIDMAATSCHAPPEN>

    <LIDMAATSCHAPPEN_ROW>
    <NAAM>BBSF L-lid</NAAM>
    <KOST_NIEUW_SEIZOEN>25</KOST_NIEUW_SEIZOEN>
    </LIDMAATSCHAPPEN_ROW>

    <LIDMAATSCHAPPEN_ROW>
    <NAAM>BC Liga (+ inter)</NAAM>
    <KOST_NIEUW_SEIZOEN>27</KOST_NIEUW_SEIZOEN>
    </LIDMAATSCHAPPEN_ROW>
    </LIDMAATSCHAPPEN>
    </LEDENLIJST_ROW>
    </Ledenlijst>

    <Lidmaatschappen_volgend_seizoen>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF L-lid</NAAM>
    <KOST>25</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF M-lid (enkel verzekering)</NAAM>
    <KOST>8</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF Junior-L Lid</NAAM>
    <KOST>25</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF Prém. - Min. - Jun. Lid</NAAM>
    <KOST>8</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF Miniem-L Lid</NAAM>
    <KOST>25</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BBSF Veteraan Lid</NAAM>
    <KOST>8</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BC Inter</NAAM>
    <KOST>42</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BC Liga</NAAM>
    <KOST>17</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>JIC - Jeugdlid</NAAM>
    <KOST>17</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

    <LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    <ID>5</ID>
    <SEIZOEN>Seizoen '10-'11</SEIZOEN>
    <NAAM>BC Liga (+ inter)</NAAM>
    <KOST>27</KOST>
    </LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
    </Lidmaatschappen_volgend_seizoen>
    </DATA>
    So, as you can see both XML's are appended into 1 XML file. To get the table with the data out of the 2nd dataset I had to play with XPATH statements.
    Is there a way this can solve the bursting issue as well?
    Tx!

    I would like to have the following output:
    File 1 - Store 2 - Query A + Store 2 - Query B
    File 2 - Store 4 - Query A + Store 4 - Query B
    File 3 - Store 5 - Query A + Store 5 - Query B
    the bursting level should be give at
    File 1 - Store 2 - Query A + Store 2 - Query B
    so the tag in the xml has to be split by common to these three rows.
    since the data is coming from the diff query, and the data is not going to be under single tag.
    you cannot burst it using concatenated data source.
    But you can do it, using the datatemplate, and link the query and get the data for each file under a single query,
    select distinct store_name from all-stores
    select * from query1 where store name = :store_name === 1st query
    select * from query2 where store name = :store_name === 2nd query
    define the datastructure the way you wanted,
    the xml will contain something like this
    <stores>
    <store> </store> - for store 2
    <store> </store> - for store 3
    <store> </store> - for store 4
    <store> </store> - for store 5
    <stores>
    now you can burst it at store level.

  • Cloud Content with Multiple Users

    My husband and I share an account. When I go to the cloud I only see my contents and I can't find my husband's content that he has backed up. I am the primary account holder but I would think there is an option to switch between users. Can someone help me figure out how we can view his items?

    Your husband needs his own My Verizon account for his line in order for him to see his backed up information.  His account would be as an Account Member and he'd have limited access to account information like you see in your My Verizon account as the Account Owner.

  • How to sync with multiple computers?

    I have my iTunes library on my MacBook and all of my Apple devices synced accordingly. My family also has an iMac, and I would like other family members to be able to sync from the iMac. I know I can use Home Sharing to allow the iMac to view/play the music when my Macbook is active on the network. I also know I can purchase iTunes Match so I can access the music when my MacBook is offline and edit the playlists. Yet, I would love to be able to set up the iMac so the iDevices could actually by synced with that computer as opposed to mine. How can I go about this?

    Yes, you can sync your device with multiple computers.  Only that one is set to AUTO SYNC whilst the rest is set to "MANUALLY MANAGE MUSIC".
    Refer to this article:
    Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/HT1202
    However, issues may occur leading to data corruption or data loss if you regularly sync Contacts, Calendars, Notes, or bookmarks between multiple computers using iTunes and your iOS device. Syncing once to move your data to a new computer should not cause these issues.
    Refer to this article:
    iOS: Issues syncing content with multiple computers using iTunes
    http://support.apple.com/kb/TS1474

  • Multiple Datasets w/ Observers

    I have a spry-ajax paging system setup so users can goto the
    next 10 records, or back 10 records, etc.
    it uses the onDataChanged observer to do
    contentObserver.onDataChanged = function(dataSet, data){
    Do some stuff
    This works fine when there is one dataSet being used, but now
    we need to add paging for multiple datasets, and we could have 5 or
    6 on a page.
    Normally, I would just do this:
    contentObserver.onDataChanged = function(dataSet, data,
    dataSetNumber){
    But I'm new to observers, and my understanding is it doesn't
    work that way. But there must be a way to know inside my function
    what dataset is being returned.
    So has anyone every done spry paging with multiple datasets
    and could shed some light on this?

    Try to create a general function like this:
    myDataChanged = function(dataSet, data, datasetnumber){
    Do some stuff
    and then call this function from within different observers:
    ds1.addObserver({onDataChanged:function(ds, data){return
    myDataChanged(ds, data, 1)}});
    ds2.addObserver({onDataChanged:function(ds, data){return
    myDataChanged(ds, data, 2)}});
    ds3.addObserver({onDataChanged:function(ds, data){return
    myDataChanged(ds, data, 3)}});
    If this doesn't help you, please describe us the real use
    case when you need multiple pagination.
    Thanks,
    Diana

  • Crosstab with multiple rowset xml content

    I have multiple rowsets (xml files) which I want to calculate subtotals from.  Each xml data set has identical columns.  If I union all the files together, the xml content contains multiple rowsets and the Crosstab function does not give me a summed value of each column, but instead it creates a column for each column in each rowset.
    The Normalize and the rowset combiner transform both combine rowsets by appending the second dataset into new columns, is there any way to append the data into new rows instead?
    Because my final file is going to have something over 30,000 rows (14Mb), I am reluctant to use a repeater on each row of each file to combine it into a new rowset.  Is there an efficient way to handle this calculation?

    Sue,
    I believe that we are off on the wrong foot here...all things aside...
    Join will work for your scenario when combined with other actions for your calculation and it will be easier to maintain than a stylesheet which will be beneficial to you in the end.  Please do not be too quick to judge the solution
    As for the error message that's one for support, what was the error in the logs?
    -Sam

  • Using Content Query webpart for specific Document library with multiple managed metadata - Document with multiple metadata tags not showing up

    Hi,
    I am having an issue where when I insert a Content Query webpart into a page, and filter to managed metadata, all the right documents show up except one document that happens to have two metadata tags attached to it.  The content query webpart is set
    to only look through a specific document library.  I'm not sure what I am doing wrong.
    Here is the one document with two metadata tags:
    Below is the Content Query:

    Hi,
    As I understand, you did not get the results with multiple metadata tags through Content Query web part in SharePoint 2013.
    Check things below:
    1. Check if you have set the item limit more than the display items in Presentation section of the web part. If the item number more than item limit, the rest items will not show.
    2. Check if the item you cannot find uses the content type you have set in the content type section of content query web part.
    When you edit the properties of the item, you will see the content type the item is using.
    Best regards
    Sara Fan
    TechNet Community Support

  • Document library view: Group by a column with multiple values

    I have a document library which has a managed metadata column.
    I would like to create a view which groups the documents by this managed metadata column.
    The managed metadata column can have multiple values.
    I know that this is not possible with SharePoint's group by, since it only accepts those columns which can have only one single value.
    But is this possible to accomplish by some other means, e.g. Content query web part? Or is there perhaps a 3rd party solution to this?
    Is it possible to change the group by settings somehow to allow Group by to function with columns with multiple values? <- this may be far fetched...

    Hi Pekch,
    I'm assuming you have VS2010 to build the custom web part. From there you will need to figure out the following:
    Get a SPList object for the Document Library (See below for code example)
    Loop through all the documents in the SPList object 
    If you have audience targetting enabled, then you'll need to determine if the user has access to the document by checking the "Target_x0020_Audiences" column)
    As you also want to group by metadata, you'll need to populate 2 datatables (one table with a column containing unique metadata values and another table with a metadata column and other document related columns).  Link these two tables via a dataset
    relation.
    Set the dataset as the datasource for a repeater, add in some css and javascript for the group expand/collaspe and it should be close to what you need.
    This will be a time consuming task if you don't know where to start or have problems figuring out how to perform a certain operation.  So you may want to determine if the functionality you want is required or just a "nice to have".  Good
    luck and if I have some spare time, I'll create a blog post outlining how to do all the above.
    I got the below code from a sharepoint blog sometime in the past and you can use it to retrieve a list.
    You can use it like this: GetListByUrl(http://servername/Shared%20Documents/Forms/AllItems.aspx)
    using    Microsoft.SharePoint;
    public SPList GetListByUrl(string listURL)
    SPList list = null;
    try
    using (SPSite site = new SPSite(listURL))
    if (site != null)
    // Strip off the site url, leaving the rest
    // We'll use this to open the web
    string webUrl = listURL.Substring(site.Url.Length);
    // Strip off anything after /forms/
    int formsPos = webUrl.IndexOf("/forms/", 0, StringComparison.InvariantCultureIgnoreCase);
    if (formsPos >= 0)
    webUrl = webUrl.Substring(0, webUrl.LastIndexOf('/', formsPos));
    // Strip off anything after /lists/
    int listPos = webUrl.IndexOf("/lists/", 0, StringComparison.InvariantCultureIgnoreCase);
    if (listPos >= 0)
    // Must be a custom list
    // Strip off anything after /lists/
    webUrl = webUrl.Substring(0, webUrl.LastIndexOf('/', listPos));
    else
    // No lists, must be a document library.
    // Strip off the document library name
    webUrl = webUrl.Substring(0, webUrl.LastIndexOf('/'));
    // Get the web site
    using (SPWeb web = site.OpenWeb(webUrl))
    if (web != null)
    // Initialize the web (avoids COM exceptions)
    string title = web.Title;
    // Strip off the relative list Url
    // Form the full path to the list
    //string relativelistURL = listURL.Substring(web.Url.Length);
    //string url = SPUrlUtility.CombineUrl(web.Url, relativelistURL);
    // Get the list
    list = web.GetList(listURL);
    catch { }
    return list;

  • How do I use your iPhone with multiple iTunes libraries

    Hi, I have my music spread out between 3 seperate Itunes libraries on 3 different profiles on my computer. I have the newest generation Ipod Nano, Ipod Shuffle, and Iphone 4s. My Ipod's are both full, so I've decided to start putting music onto my phone. With my Ipod's, I can plug them into one profile on the computer, download the music on the Itunes library that exists on that profile, then do the same with the other profiles with no issue. However when I try to do this with my phone, It asks me to erase the music I have gotten from one Itunes library and sync with the current library, as soon as I plug it in to a different Itunes on one of the other profiles. I have my Iphone configured with the Manually manage music option, and I still haven't found a way to use my Iphone with multiple music libraries. PLEASE HELP

    http://support.apple.com/kb/PH12113 - If you use manual syncing, you can sync items from more than one iTunes library to your iPod. (You can sync iPod touch, iPhone, and iPad with only one iTunes library.)
    http://support.apple.com/kb/HT1202 - When manually managing content, you can add content from multiple libraries to your iPod or iPad. Even when manually managing music, some content may be available from only one library at time. This includes all content on iPhone and video content on iPod and iPad.
    They seem inconsistent as far as the iPad is concerned but in both articles the iPhone appears to only be able to sync to one library at a time.
    Troubleshooting Home Sharing - http://support.apple.com/kb/TS2972

  • How to configure one TREX host with multiple index servers ?

    Hi All,
    Does anyone know how to configure TREX on the one host,
    with multiple index servers ?
    Reason for this is to make better use of resources available on the host server(4 Gig, 4 Processor, Windows2003), to improve the search performance of
    our KM content for portal users.
    I am using TREX 7 and have not been able to do this,
    despite reading the Single and Distributed install
    documentation.
    Any help would be appreciated.
    Regards,
    Andres

    Hi Andres,
    To make use of the RAM a Server provides you have to run two indexserver processes (each can then consume 2 GB);
    Proceed like this:
    1. Go to TREXdeamon.ini; check if section [indexserver2] is there (it is already provided, but not active in standard installation)
    2. In TREXdeamon.ini go to
    [daemon]
    references sections below
    programs=nameserver,preprocessor1,indexserver1,queueserver,alertserver
    and add indexserver2 here. Restart TREX; second porcess is then started; can be checked in TREX monitor in Portal as well
    3. To distribute existing indexes to the new process, start TREXadmintool and go to Index: Landscape
    Go to the last two columns and move the indexes (move master here/secondary mouse click)
    If you don't distribute the indexes the new index server process will be regarded when an new index is created.
    Hope this helps!
    cheers
    Bettina

  • ITunes setup on a NAS with multiple windows users - how?

    iTunes setup on a NAS with multiple windows users?
    I am very confused on what is the best way to handle this setup for my friends family.  Any help would be appreciated.  Sorry in advance as I know this is a long winded post - I have a feeling this will help others faced with the same issues or questions.
    CURRENT SETUP
    I have three new Windows 7 machines networked (two desktops and one laptop) that have four users on each - as busy family with children who need the computers for homework, projects, games, etc...  The goal of this setup is that any user can log onto any computer and have there documents available to them no matter computer was free to use.  I set this up using the library function in Windows 7 and seems to work pretty well.
    I have put a Buffalo Linkstation NAS on the system as well.  This was going to serve two purposes 1)  run some backup software to protect the computers and 2) consolidate the iTunes content in one place for all users.  There is also an iPad in the home that I should would be better served by accessing the content on the NAS without requiring any of the computers being on.  Dave is thinking about getting some other playback devices like Apple TV so thought a NAS would be a good way to go.
    CURRENT ITUNES SETUP - I have created a new iTunes library on the NAS by holding the SHIFT button down while starting iTunes and pointed to that folder on a Share on the NAS.  There was no music on the system at the time as we are planning to copy this over from an OLD machine that is now not being used.  I have also authorized all the computers and turned on the home sharing feature (although I am not sure what good that does).
    This “shift” button trick seesm to also point the default directory there without point to it in the advanced setup tab of iTunes.
    I then synced one of the iPods with purchased content on it and synced that to the library after asking me to do so before an update.  All the content showed up in the library and was playable - awesome.
    I then logged into each user on each machine (yikes) and installed iTunes  and used the “shift” trick to connect each users iTunes to the database on the NAS.  Everything seems to work - but I have not tested it thoroughly.
    SUMMARY
    3 new Windwos 7 networked machines
    4 identical users on each machine
    1 TB Buffalo linkstation
    iTunes setup with the folder on a SHARE
    all user’s itunes connected to the iTunes folder on the NAS
    all computers authorized with home sharing turned on.
    one iTunes user account signed in on each machine
    multiple iPods and one iPad in the system
    QUESTIONS/CONCERNS
    Is there a better way to do this on a NAS?
    Would home sharing be better in some way?
    I understand the NAS should show up under the shared section in iTunes - I assume that would mean that would mean each user has an iTunes library on their documents?
    I have read that there may be corruption issues if users on the different machines try to access iTunes at the same time.
    Will there be any issues syncing that various iPods with?
    Ugh - sorry for the long post and all the questions.  I am just trying to find the best way to do this.  I wish Apple would put out a best practices document for setups like this.  Thanks in advance.

    This is a user to user support forum. Your fellow users can offer solutions or workarounds based on their experience with the application. If you think it should work differently drop a line to iTunes Feedback.
    For reasons unknown Apple haven't chosen to allow iTunes to be suspended in one profile and active in another. My recollection is that this applies even if each profile has a different library, although it is some time since I've committed a personal test.
    I'm not sure why my suggestion make less sense that your current approach?. As I understand it currently everybody is either signed into their own account when they can do something other than work with iTunes, or they sign into the special iTunes account where they can't access any of their other stuff. You don't have to disable fast user switching. Follow exactly the same steps, but make sure everyone closes iTunes before turning the computer over to another user. Disabling fast user switching helps to enforce that action.
    tt2

  • Using a seagate external drive with multiple macs

    i got a 1TB seagate external hard drive for backup and transfer purposes... it had a little program to help set it up and i set it up for use with mac and pc ( only onther option was stricty this computer.) it works on my computer and a pc but when i tried transfering files from another older mac i have it showed that i could only read on that computer...
    how can i get it to work with multiple macs...?

    I have the oldest macbook (1.83. 2 gigs ram, 60 gig internal hard drive)
    I have all my logic content on my external maxtor firewire 400 drive (usb 2.0 is actually faster than firewire 400) and everything is fine. the good thing is if your external drive has 7200rpm, but the ones with 5600rpm should do as well.
    Once you drag your apple loops to logic from your external drive, logic will remember for the next visit. And when you are opening a project which is on the external drive , just find it with logic finder and all should be fine.

  • Object with multiple states and slider in folio are rasterized, settings seem correct.

    I am having trouble keeping An object with multiple text states from being rasterized, as well as a slider that is also rastering.
    I have read that you are supposed to set the folio and article up to be .pdf and that the slider should have the vector option chosen.
    I haven't found anything for the multi state object to for these settings.
    What happens is when I output the folio to Adobe Content Viewer, only the text in those items is rasterized. All other text is crisp. Tested on both iPad Mini and iPad Retina and the both are blurry.
    Is there a way to force the vector option? It seems even with the correct options selected it is still rastering the test in interactive elements.
    Thanks!

    Here is the MSO with the folio.
    Here is the Slider with folio overlays panel.

Maybe you are looking for

  • Problem to update my quicktime player

    when I start the update process software arrives at a certain point that the computer looks for the file QuickTime.msi, but can not find it. I tried several times, including via download from Apple's Web site but the same thing happens. What can I do

  • Audiobook downloaded but cant get it on my iphone

    I downloaded  an audiobook but it wont transfer onto my i phone .Tried syncing a few times  but nothing happening .Do i need to do something different with an audiobook . Thanks

  • .mac and .me email duplication

    I just got a 3Gs/16g and freakin' love this thing. I'm having a problem where when I get an email sent to me using my .mac address, and I reply to all, my iPhone is cc'ing my .me address to my replies. So unless I manually delete the .me address, I'm

  • Hiding Calculated Result If No Entry

    I'm new to using Acrobat forms and am trying to make a simple one for ordering. I have three basic fields: price, quantity, and total, which is a calculated product of the first two. My problem is that I'd like to keep the total calculation field emp

  • How can i download ios 6 to an iphone 4s if i dont have the phone with me?

    how can i download ios 6 to an iphone 4s if i dont have the phone with me?