Datamerge merges same info through out layout instead of going off of csv file

i cannot figure out why, but when i click to create merged document it previews perfectly. i unclick preview (have read it can cause issues during merge) and merge the document. Instead of it merging like the preview i literally get 31 pages of the same thing as opposed to 31 pages of my catalog.
thanks
vinny
****it uses row 19 of the catalog.csv source file for everything

this is what happens no matter how i do it. but preview shows the correct way. the info its showing is from row 19 of the csv. ive experienced this a few times but cannot figure out why. usually i just save close and re open and it works but that is not working anymore in any of the files that im working on.

Similar Messages

  • 'Get info' does not open after alarm goes off

    Using iCal, before an alarm goes off, I'm able to 'get info'/'edit' the event, but after an alarm goes off, I'm unable to edit the event unless I quit and reopen the app. Any ideas why and how to resolve?

    I posted this over a week ago. Does anyone have an idea how to rectify this. I can't be the only one having this problem!
    (Using iCal, before an alarm goes off, I'm able to 'get info'/'edit' the event, but after an alarm goes off, I'm unable to edit the event unless I quit and reopen the app. Any ideas why and how to resolve?)

  • How to export out the date into the csv file?

    Hi, I had been trying to export out the value of the date to csv file.
    This is the  script:
    $strADPath = 'LDAP://dc=test,dc=com'
    function ConvertLargeIntegerToDate([object]$LargeInteger){
    try
    $int64 = ConvertLargeIntegerToInt64 ($LargeInteger)
    if ($int64 -gt 0)
    $retDate = [datetime]::fromfiletime($int64)
    else
    $retDate = $null
    return $retDate
    catch
    return $null
    $objSearch = New-Object DirectoryServices.DirectorySearcher
    $objSearch.Filter = '(&(objectClass=user)(samaccountname=user1))'
    $objSearch.SearchRoot = $strADPath
    $objSearch.PageSize = 1000
    $objSearch.SearchScope = "subtree"
    $objResults = $objSearch.Findall()
    $dateAccountExpires = ConvertLargeIntegerToDate $objUser.accountexpires[0]
    Write-Host "date Account expires: " $dateAccountexpires
    $objResults| ForEach-Object{
    $_.GetDirectoryEntry()
    } |
    Select-Object -Property @{Name="sAMaccountName";Expression={$_.sAMAccountName}},
    @{Name="cn";Expression={$_.cn}},
    @{Name="name";Expression={$_.name}},
    @{Name="manager";Expression={$_.manager}},
    @{Name="givenName";Expression={$_.givenName}},
    @{Name="accountExpires";Expression={$_.dateAccountExpires}},
    @{Name="department";Expression={$_.department}} |
    Export-Csv -Path 'D:\test44.csv'
    This is what I get in PowerShell ISE:
    This is what I had get for the csv file for the expire date:

    hi FWN,
    the code had giving me error saying that it could not call method on a null-value expression.
    $temp = $_.Properties
    the code had gave error saying that it could not call method on a null-value expression.
    $properties | %{ $res.$_ = $temp.Item($_) }
    the code had gave error saying that it could not call method on a null-value expression.
    with lot of thanks
    noobcy

  • Is there an RI that uses div s for layout instead of table s?

    I am using Struts Tiles, DWR, script.acu.lous drag and drop and JSF.
    So, my problem is that since I have incorporated <f:verbatim>, the page is being rendered incorrectly and I don't know how to recombine it back to look like it should. The layout I am doing has a header at top, left hand column for navigation and content well in the middle. Essentially, this boils down to, in JSF, a table row with one table data element for the header and one table row with two table data elements for the nav and content. In the content well, it utlizes a JSF subview with JSF components and then below this a JSF subview with a JSF <f:verbatim>. On the pages that I don't use <f:verbatim>, the layout renders correctly. The rendering problem is that when the markup is rendered, the <f:verbatim> tag is rendered outside the <f:view> with the other JSF subview in the content rendered correctly in the layout. In other words, the whole page except the <f:verbatim> is rendered in a <table>. I understand, from an onjava article, the JSP and JSF rendering occurs in parallel and I am guessing this might be the problem. The page is rendering now with the header in the right place, the nav not behaving like it used to but in the correct place, the portion of the content that is a bunch of JSF components is located to the right of the nav. The <f:verbatim> that should be rendered directly below the JSF components on the content page and to the right of the nav is rendered under both the nav and JSF components outside the <table>.
    Is there a RI that uses divs to do layout instead of tables?
    OR
    How can I get the <f:verbatim> back into the flow of the page so everything is lined up correctly?
    Please feel free to yell at me if this is addressed in another thread. I will search for it if this is the case. I haven't had the time to do a thorough search.
    Regards,
    Dan
    sidenote: Using tables for layout is not considered good web design. There are plenty of sites that illustrate use of CSS for layout. I find this a little strange since Sun is always promoting best practices and then it doesn't embrace other industry best practices. This seems more like a MS bullying tactic, but maybe Sun and MS are one in the same.

    Cool. That is a great move. The only concern I have now is that there aren't any containers out that support JSP 2.1 and Servlet 2.5 to enable JSF 1.2 except for glassfish. I am using tomcat and not a heavy weight application server. I couldn't find a roadmap on Apache either for Tomcat to know when they will be coming out with Tomcat 6 I imagine. Is there an article or tutorials out yet that demonstrate how to markup a page with the new specification? That yould help. The more I think about using custom components, the more I lean towards using the standard.
    Thanks for the heads up. Now I have to think about setting up glassfish and migrating from tomcat unless there is other news I am unaware of =P.
    Dan

  • BI analysis authorization - Same info provider- diffrent access ?

    Hi Gurus,
    Designation of roles:
    1. User is having two PFCG roles (A1 & B1) assigned.
    2. Role A1 contains query name ZQRYA1 & Role B1 contains query name ZQRYB1
    3. Role A1 is linked to analysis authrozation role AR1 and Role B1 is linked to analysis auth. role BR1 (thorugh S_RS_AUTH)
    4. AR1 is having access to Company code 1000 & info proivder is ZIC_COPA
    5. BR1 is having access to Company code 2000 & info provider is same ZIC_COPA.
    Requirement :
    When user is executing ZQRYA1, he should see only 1000 company code.
    Result:
    With above design user is able to see 1000 & 2000 company code data for ZQRYA1.
    My analysis:
    1. We should use Customer exit in the Query. (SAP note referred  668520).
      2. As per SAP note 1000004 (Merging and optimizing analysis authorizations), I understand that if same info provider is there then BI analysis auth. will merge the values.
    Please correct me if I understand something wrong. Also suggest how can implement role so that values will not merge.

    Hi experts,
    I am getting confused now.
    As pe rmy practical experience for same info-proivder BI AA will merge the values. Even i got same response in SDN forums.
    But when I raised this issue to SAP (OSS message), SAP says this issue should resolve by applying SAP notes through SNOTE..
    1138708     Unauthorized data is displayed: "Not assigned" (#)     
    1158432     Too many values authorized for hierarchy with intervals     
    1234334     Authorization error for query on InfoSet     
    1229602     Error when using hierarchies: Authorization error     
    1226163     Authorization variables in workbook     
    1000004      Merging and optimizing analysis authorizations
    1150754     Authorizations for InfoSet chars. ignored in input help     
    1235049     F4 help: Unauthorized data for referencing characteristic     
    I have gone through notes but did not find relevant, but still SAP replied it should resolve the issues.
    Please suggest.

  • All deployments reporting 'CI Version Info timed out'

    Hi guys,
    I've had a recent development where all deployment monitoring is reporting 0% success all of a sudden.
    Everything was working fine up until a few weeks ago, then I came in one morning and noticed all of my deployments were now reporting varying percentage of errors. Over time the success percent went all the way down to 0% for almost all deployments.
    However, the actual deployments themselves are successful. As in the software is installed and logs report success.
    Using the 'Application Infrastructure Errors' report, they are all now reporting 'CI Version Info Timed out'.
    I've  followed so many threads on here suggesting redeployment, updating content, updating memberships of collections etc. I've had no luck at all.
    If I look on an example client I see the DCMReporting log has a few errors of 'Failed to resolve version for scope xxxxxxxxx' and the CIDownloader log reports 'Failed to delete Instance Policy xxxxxx'
    I haven't made any infrastructure changes to the actual SCCM build in quite a while, though I did restart the server recently.
    Any help is greatly appreciated!

    Just wanted to leave an update for any future Google'rs.
    I may have resolved the issue, I'm just now waiting but after an hour the success rates are climbing back up across the board. After looking through all of the CIxxxxxx.log files and identifying the applications reporting the xxxx - version not found, I
    completely removed those apps and re-added them.
    This seemed to work so far.
    Even though I had previously done this and failed, there was actually multiple apps with this issue. So I had previously done this for 1-2 apps, and the issue still reoccured, which made me incorrectly assume that this wasn't related to the problem. Following
    it through I readded another 2 applications and started to see the log files clear and the success rates rise.
    Still no call as to what caused it?
    For those experiencing this, check your CIAgent.log for the following (taken from the linked post)
    CIAgent.log
    (The prod version of this app is "12", below you can see the TS was still using version "10"
    CIAgentJob({BB81C59E-0D68-4F80-8C26-F3672FDA6993}):
    CAgentJob::VersionInfoTimedOut for ModelName
    ScopeId_FBAD85CC-8425-4A82-9A2A-A69D6941A909/RequiredApplication_826f927c-b7b4-446b-9767-9e03529677ff, version
    10 not available.
    CCIInfo::SetError - Setting CI level error to (0x87d00314).
    <- this repeated many times
    VersionInfo ModelName=ScopeId_FBAD85CC-8425-4A82-9A2A-A69D6941A909/RequiredApplication_826f927c-b7b4-446b-9767-9e03529677ff,
    Version=10, IsVersionSpecific=TRUE timed out
    I then used the following powershell command to generate a list of Display names and UID's:
    Get-CMDeployment | select SoftwareName, ModelName |Out-GridView
    and just manually found the matching UID.
    I then just manually removed all deployments and then the deployment type. Simply readded the deployment type and redeployed.
    Hours later and seems to be on the mend. Hopefully by tomorrow everything will be back to normal.
    Note: We did have a UPS failure a few weeks ago that took out power to the ESX cluster. I can't confirm for sure that this was related but it seems to have happened around the same time...

  • Need multiple 'MAIL' Icons.   Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain

    Have two mail accounts and i want to keep them separate but want to EASILY switch back and forth from the main screen instead of going through, Settings, Mail, and selecting account. Major pain the butt.  This has been a request from Apple users for many years.    it's great you can now combine all emails into one, but some people want them kept separate and have separate icons on the main page.   They could easily do this by having one "MAIL" account as white and another red.  Or put MAIL 1 and MAIL 2.    Or an actual label that the mail accounts are called on the ICONS!!  
    Help!

    eshghoolak wrote:
    ...I could switch back and forth between accounts while in the mailbox, with one button.  I think that is what you are referring to?  Whoever said it's just a simple switching - you obviously haven't had the pleasure of using an Android device.  It's not that quick to go back and forth - definitely not efficient...
    Not that it matters a lot, Android vs iPhone interface is largely a matter of personal preference and what you know... I'm not sure which one you're saying is not efficient...
    In any event...
    I currently have two email accounts setup.  My iPhone main page Mailbox settings reads:
    Mailboxes
    Inboxes
    All Inboxes
    Gmail
    [email protected]
    Accounts
    Gmail
    [email protected]
    I wish there an efficient way to move back and forth while in the "Inbox" between accounts.  Also, Why does one gmail account show as "Gmail" and another as the actually address?
    The names are based on the names you gave the accounts when you set them up.
    Settings>Mail, Contacts, Calendars.
    Tap the account you want to re-name. Go to the "Description" field and put in what ever you want.
    Second, there is no way to quickly choose a bunch of emails to delete. I have to manually go into each one and move it to the Trash folder.
    If you tap the edit button in the upper right while in mail, you can select multiple items to move, delete or mark (flag).
    I don't want any of the condescending remarks, that I've read here and in other forums.  I'm honestly looking for a solution, which I think you are too!  One thing I realized is that iPhone users in these forums are really defensive and quick to say "that's how it is, live with it, if you don't like it go away"  Um...the only thing that tells me is you are pretty bitter and have kept telling yourself that, to force yourself to like your device.  I prefer to express my issues, and find solutions.  There is ALWAYS a solution...
    I think what you will find is that many people here, myself included, tend to get a bit short with people who start off with attacks or whining about how something has been asked for for years and should be easy, rant about things that have already been beaten to death multiple times in the forums, talk about how much better Android or BB are at something (really... if it's that much better, why did they buy an iPhone to begin with?), etc., or continue to ask questions that could easily be answered with a simple search, or even just by looking back at the last dozen posts to the forum, half of which probably asked the EXACT SAME question.
    I don't think any of us go out of our way to be rude or uncivil.  That said, attacking the people who are attempting to help you is much more likely to generate a response of 'if you don't like it, go away', than it is to generate something that will be truly helpful.

  • How to call the JSP(Web layout) instead of paper layout...

    Hi,
    Iam using Reports 10g. I have created a simple employees report. I have added a listbox in the jsp page by adding small Html and javascript code like below.
    <form action="http://www.wwt.com/reports/rwservlet?10000_reports_listing&p_extranet=p_extranet" name="First" method="post">
    <select name="p_extranet" onChange="First.submit()" >
    <rw:foreach id="RGSOURCE" src="G_SOURCE">
    <rw:getValue id="mysource" src="SOURCE"/>
    <option value=""><%= mysource %>
    </rw:foreach>
    </select>
    </form>
    When I run this report in the report builder as Web layout, Listbox is displayed with values inside.
    But when I move it to Apps server and run it through URL,
    listbox is disappeared. I think report is running the Paper layout instead of weblayout ??????????
    Could you please tell me what is the problem and How to force the Weblayout or JSP to run ?
    Thanks.

    Hi,
    You are running a jsp report through rwservlet. In this case paper layout will be displayed. You have to deploy your jsp as web report to get the web layout. Please refer to the doc below, which describes how to deploy the web report.
    http://download-uk.oracle.com/docs/html/B10314_01/pbr_run.htm#1011901
    To run the jsp report, URL may look like
    http://www.wwt.com/reports/<jsp name>?<parameter list>
    Hope this helps
    Vinayak

  • ITunes 11 - Get Info greyed out for movies on external drive

    With iTunes 10, my itunes movies and TV shows grew to about 1.2TB of data, and I shifted them to an external drive.
    I was able to edit the information via 'get info' until upgrading to iTunes 11.
    Now all the information, bar the 'five stars' field are greyed out. If I shift a particular movie back to the internal drive, I can edit (genre, for example). Shift away again, get info greys out.
    Any advice? It feels like iTunes thinks it has the wrong permissions.

    When you add a movie to iTunes you have to make sure it makes a copy of the file in the iTunes Media folder.  Otherwise, you can't edit any of the information on the movie or video.
    In iTunes 12, go to Edit-->Preferences
    In Preferences, go to Advanced and make sure the "Copy files to iTunes Media folder when adding to library".
    Unfortunately, you will now have to re-import the movie files into iTunes using "Add File To Library..." Once imported, the movie will sometimes appear under "Home Movies" instead of "Movies" but if you right click on the movie file it will list a menu item called "Get Info" where you can change the "Options" to "Movie". 
    Hope that helps.

  • [SOLVED] Awesome 3.5 using english keyboard layout instead of Xorg's

    Keyboard layout was OK on 3.4.
    For 3.5 and git version, Awesome defaults to english layout. Calling awesome.restart() (e.g. with SUPER+SHIFT+R) will correctly set the layout according to Xorg config. That's quite annoying indeed.
    Only Awesome is affected, i.e. all other applications will use the Xorg config. So basically the affected parts are
    * key bindings
    * Run command
    * Run lua code
    Using
    * up to date x86_64 system
    * blank user session
    * startx and 'exec awesome' as the sole command.
    I couldn't find any related issue on the web, seems strange to me since I shouldn't be the only one using a non-english keyboard layout !
    Any idea ?
    Last edited by Ambrevar (2013-08-02 20:01:32)

    Same here, but as with nomorewindows case, I just need to restart awesome, but I need to do it every time I boot. Both my console and X are configured to dvorak, but in X it's set through .xinitrc.
    I'm going to try and see whether putting
    echo "awesome.restart()" | awesome-client
    into my .xinitrc will help.
    By the way, my .xinitrc starts awesome in the following way:
    awesome & wmpid=$!
    [whole bunch of misery involving mpd, urxvt and setting the keymap in X]
    [above for restarting awesome]
    wait $wmpid

  • Group messages come out green instead of blue why? Even though everyone has an iPhone in the group

    group messages come out green instead of blue

    I've been wondering about this on behalf of my mum. I found a solution here but it involves deleting the group thread and starting a new with the same participants. Seems pretty useless that iOS 8 would force us to delete messages.
    Any other solutions to this?
    /p

  • PO/PR approval through out look email.

    Hi Guru
    when we raise PO/PR can we configur through out-look email id?
    for example in our orgganization we got 3 departments like
    engineering, IT and logistic. when they Raise PO/PR for approval, the higher authority get email
    through out-look. how we have to configur plz suggest me.

    Hi,
    Basically work flow have to be configure by basis or workflow consultant,But if u have previlage then check the following settings:
    WORKFLOW FOR PO RELEASE PROCEDURE
    Steps involved are :
    1) SPRO > MM > Purchasing > Purchase Order > Release Procedure for Purchase Orders > Define Release Procedure for Purchase Orders > Release Codes > here assign Workflow indicator as "1" against each Release Code
    2) SPRO > MM > Purchasing > Purchase Order > Release Procedure for Purchase Orders > Define Release Procedure for Purchase Orders > Workflow > Here against each release code assign OT as US and respective User ID's for Release Codes.
    3) Go to OOCU > here under MM, go to MM-PUR,
    4) Click on "activate event linking"
    5) Go for "WS 20000075" and for BUS2012 RELEASESTEPCREATED, click on Detailed view button. Activate "Event linkage activated" and also activate "Enable usage of event queue"
    and Save.
    6) Click on "Assign agents" and proceed all above steps.
    BUS2012 is the relevant business object and Releasestep created is the event for the same.
    7) Check SWETYPV transaction for the WF you have activated for BUS2012 and confirm.
    Test the same by creating a PO and check the SBWP for SAP Mail of respective Users

  • How to reflect changes made on a single page through out our website?

    Hi all,
    We have created a website using SiteStudio Designer.This website has multiple sections and primary pages associated with them.If we make changes to a particular page (suppose company's logo)in a website,is there any way to reflect those changes through out our website?
    Regards,
    Harini.

    Simple. Just create/use a fragment.
    Then use that fragment on every layout of your website. If it's the logo, then have it be an asset of that fragment. Then anytime you make a change in the fragment, every layout that uses that fragment will have the change reflected.

  • I would like to print shipping labels (Avery 8163) with same info in each label.

    I would like to print mailing labels (Avery 8163) with the same info in each label. Where do I get the template & how do I duplicate address info into all 10 boxes?

    You can get the label templates from Avery. You can use a tempalte for Word. In Pages check show Layout in the View menu to see the grid.
    Create one label > Group the objects > Cmd + Drag to duplicate the label

  • RV042 giving out certificate instead of server

    RV042 router is giving out the outer certificate  instead of server certificate. Outlook anywhere is failing and we are receiving certificate errors for any secure site behind this firewall.  I'm not talking  about remote  management. I'm talking about people trying to access our  web site,  which is secured, and getting an error because the RV042 is  giving its  own SSL certificate instead of the Server's certificate.  Firmware Version:  1.3.13.02-tm.  I don't see any updates for that  hardware.  I do have it working on an RV042 with the same firmware at a different location. 
    How do we turn that off or keep it from happenning? 
    Output from a test site
    Attempting to resolve the host name xxxx in DNS.
    The host name resolved successfully.
    Additional Details
    Testing TCP port 443 on host xxxx to ensure it's listening and open.
    The port was opened successfully.
    Testing the SSL certificate to make sure it's valid.
    The SSL certificate failed one or more certificate validation checks.
    Test Steps
    ExRCA is attempting to obtain the SSL certificate from remote server xxxx on port 443.
    ExRCA successfully obtained the remote SSL certificate.
    Additional Details
    Remote  Certificate Subject: SN=California, L=Irvine, C=US, O="Cisco-Linksys,  LLC", OU=RV042, CN=68:ef:bd:b8:0f:78, Issuer: SN=California, L=Irvine,  C=US, O="Cisco-Linksys, LLC", OU=RV042, CN=68:ef:bd:b8:0f:78.
    Validating the certificate name.
    Certificate name validation failed.
    Tell me more about this issue and how to resolve it
    Additional Details
    Host  name xxxx doesn't match any name found on the server  certificate SN=California, L=Irvine, C=US, O="Cisco-Linksys, LLC",  OU=RV042, CN=68:ef:bd:b8:0f:78.

    The fix that worked for me was to totally turn off https access to the router.  Remote access had not been emabled but internal was responding on 443.  Going to straight HTTP stopped it from responding to HTTPS requests. 

Maybe you are looking for

  • Error while extending two interfaces.

    I am using Weblogic Integration 8.5. When an interface extends two interfaces. Out of which one has a clone method declared. <br> This IDE is giving error as <br> ERROR: Sample.java:3: This type inherits two versions of method java.lang.Object clone(

  • Why does it have to be tethered???

    Hi, So I'm just about ready to buy the ipad. But I am having a big problem understanding WHY this thing cannot be used in my household, because my 2 apples run Tiger. If its a matter of an occasional update, I could take it to work to do that. I phon

  • Starting weblogic while the database is down.

    We encountered a problem starting weblogic 8.1.5 while the DB is down. The problem is that the connection pool fails to be created. The DS fails to be created as a result. When the DB finally comes up, the connection pool does not recover although it

  • Finding the Movie Framerate with Code

    I can find the stage size of a movie thusly: myStageWidth = Stage.width; is there a way to do this to find the framerate of the movie the code resides in, or a loaded movie? eg (in pseudo code) myframeRate = myMovie.frameRate; Any help with this woul

  • Quicktime Pro exporting to WMV -- only exports 30 seconds?

    Have 7.6.6 PRO and am exporting to WMV. But I only get 30 seconds of video? Any ideas?