Content Distribution Fails

I have an issue where an application failed to distribute to 1 (EAPSCCM) of our 12 DPs so I removed the content from DP which it failed on as the redistribute option was failing.
However now I am not able to distribute the content back onto that DP, we are using distribution point groups to distribute the content to all the DPs. If I use the redistribute option on the DP group it doesn't add EAPSCCM back into the group.
I have also tried to just add it back onto just EAPSCCM instead of using the group the wizard completes but it never starts transfering it.
Even creating a new DP group with just EAPSCCM in doesn't add it into the targeted list when you look at content status.
What can I try to get this working? It is on a slow link as EAPSCCM is located in Australia our Primary site is in the UK. 

Hi,
Could you see the application listed in the content distribution jobs when you use DP Job Manager tool?
http://www.microsoft.com/en-us/download/details.aspx?id=36213
Best Regards,
Joyce 
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Content Distribution for updated Packages and Applications failing on DP's

    Hi all,
    Since installing SP1 for SCCM 2012 we have noted that our content distribution success rate has gone down considerably
    We have a CAS, 5 Primaries and 78 DP's hanging off the various Primaries
    The issue is with existing content by which it is failing on 90% of DP's when we update a package/application. Please note when we push out fresh, brand new content we get a 100% success rate
    This is causing us a bit of a headache as we regularly update our OSD driver packages aswell as the security update packages
    When we redistribute or update content we are presented with the below 'retying rename of' on random DP's with the content eventually erroring out
    Each DP is the same, by which windows 2008 OS, Antivirus which is configured not to scan the D:\ volume and no mirroring enabled or alike configured
    Is anyone else experiencing the same issue on content push?
    Regards
    Richard

    Did you upgrade your DPs from 2007?  If so, I'm experiencing the same issue.
    I've filed a bug on Connect, please feel free to say you can reproduce it.  I'm not sure how much help that would be, but it probably can't hurt:
    https://connect.microsoft.com/ConfigurationManagervnext/feedback/details/787272/content-status-in-admin-console-of-migrated-packages-on-upgraded-distribution-points-is-unknown#details
    Also, there's another forum post on this same subject:
    http://social.technet.microsoft.com/Forums/en-US/4d140368-2b60-4d23-8759-0867a181d8ee/sccm-2012-content-conversion

  • Automatic Content Distribution issues

    Hi I am trying to test On Demand Content distribution in my environment and its not working. Feel like I am missing something obvious. Also I read over this article:
    http://blogs.technet.com/b/neilp/archive/2013/01/03/on-demand-content-distribution-fallback-distribution-points-a-2012-configuration-manager-micro-depp-dive.aspx
    My 2012 test environment:
    1 Primary site with co-located DP (Subnet in BoundaryGroup1)
    S01 (Secondary site 1) with co-located DP (BoundaryGroup2)
    S02 (Secondary site 2) with co-located DP (BoundaryGroup3)
    Only one subnet and one DP is assigned/member in each Boundary Group.
    All my packages are set to ‘Distribute the content for this package to preferred distribution points’ and fallback is NOT enabled on the deployments
    TestPackage1 is currently deployed to Primary site and S02 DPs. I have a client being managed by S01 and want to download TestPackage1. In the cas.log and execmgr.log it states No DP found with the package and deployment fails. The deployment is set for "Available".
    When I look at the distmgr.log on both Primary and S01 I dont see a DMB file created and package is never deployed to the S01 DP.
    Thanks for the help.

    Can you please zip mp_location.log and distmgr.log on site S01 to SkyDrive? I need to take a look at there logs.
    Suspected causes:
    1. The instruction file has not been dropped by MP.
    2. The instruction file has replication error.
    Juke Chou
    TechNet Community Support

  • Distribution failed to complete

    Hi experts,
    I am in the process to distribute a report in reports and forms 10g and DB is 10g. In the forms menu I have used this code to call the report
    web.show_document('/reports/rwservlet?MYKEY&report=myreport.rep'||'&DESTINATION=distribution.xml'||'&DISTRIBUTE=YES'||'&_BLANK');
    after the parameter form I get the following error message
    REP-34304: d:\orawin90\reports\dtd\distribution.dtd (The device is not ready)
    REP-34304: Distribution failed to complete; review the distribution lists
    I wonder from where d:\orawin90.... is coming, because in my distribution.xml file I have not mentioned any path like this.
    But if I mention the .xml file hardcoded full pathname then the report runs without this error msg in the server but not from any client machine.
    following is my distribution.xml file content which resides in the same folder where my all .fmx and .rep s are there in the server.
    <destinations>
    <!-- Send a mail for each emp with the corresponding file attached-->
    <foreach>
    <mail id="ex2"
    to="&amp;&lt;email_id&gt;" ----------email_id is a column in the report
    from="[email protected]"
    subject="This mail contains Medical Statement for &amp;&lt;emp_no&gt;">
    <body srcType="text">
    Please find attached your Medical statement.
    </body>
    <attach format="pdf" name="medstmt_&amp;&lt;emp_no&gt;.pdf" srcType="report" instance="this">
    <include src="mainSection"/>
    </attach>
    </mail>
    </foreach>
    </destinations>
    Any help is appreciated
    Thanks

    Try booting in Safe Mode and downloading http://support.apple.com/kb/HT1455

  • Report Distribution failed

    Hi experts,
    I am in the process to distribute a report in reports and forms 10g and DB is 10g. In the forms menu I have used this code to call the report
    web.show_document('/reports/rwservlet?MYKEY&report=myreport.rep'||'&DESTINATION=distribution.xml'||'&DISTRIBUTE=YES'||'&_BLANK');
    after the parameter form I get the following error message
    REP-34304: d:\orawin90\reports\dtd\distribution.dtd (The device is not ready)
    REP-34304: Distribution failed to complete; review the distribution lists
    I wonder from where d:\orawin90.... is coming, because in my distribution.xml file I have not mentioned any path like this.
    But if I mention the .xml file hardcoded full pathname then the report runs without this error msg in the server but not from any client machine.
    following is my distribution.xml file content which resides in the same folder where my all .fmx and .rep s are there in the server.
    <destinations>
    <!-- Send a mail for each emp with the corresponding file attached-->
    <foreach>
    <mail id="ex2"
    to="&amp;&lt;email_id&gt;" ----------email_id is a column in the report
    from="[email protected]"
    subject="This mail contains Medical Statement for &amp;&lt;emp_no&gt;">
    <body srcType="text">
    Please find attached your Medical statement.
    </body>
    <attach format="pdf" name="medstmt_&amp;&lt;emp_no&gt;.pdf" srcType="report" instance="this">
    <include src="mainSection"/>
    </attach>
    </mail>
    </foreach>
    </destinations>
    Any help is appreciated
    Thanks

    That path is probably used by the application server to parse the distribution.xml file you provided. So there could be some issues there in the application server access rights.

  • Content Distribution Challenges

    Content distribution is driving me a up a wall here. We've been pounding our heads against a desk for the last two weeks.
    Long story short - one primary, seven remote DPs, varying WAN speeds. Also have one CloudDP.
    Software distribution works fine.
    Content distribution to the remote DPs and CloudDPs is NOT working fine.
    When distributing content to the CloudDP, I get this from the pkgxfrmgr.log
    ERROR: Could not get the package upload location! SMS_PACKAGE_TRANSFER_MANAGER 2/25/2013 8:07:24 AM 4324 (0x10E4)
    STATMSG: ID=9303 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_CLOUD_CONTENT_MANAGER" SYS=CMblah.fqdn.com SITE=ugh PID=4716 TID=4324 GMTDATE=Mon Feb 25 15:07:24.711 2013 ISTR0="ugh00034" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="ugh00034" AID1=404 AVAL1="["Display=\\(CloudDP).fqdn.com\"]MSWNET:["SMS_SITE=ugh"]\\(CloudDP).fqdn.com\" SMS_PACKAGE_TRANSFER_MANAGER 2/25/2013 8:07:24 AM 4324 (0x10E4)
    WARNING: Warning - returning null/empty download address from content upload ugh00034 SMS_PACKAGE_TRANSFER_MANAGER 2/25/2013 8:07:24 AM 4324 (0x10E4)
    STATMSG: ID=9310 SEV=W LEV=M SOURCE="SMS Server" COMP="SMS_CLOUD_CONTENT_MANAGER" SYS=CMblah.fqdn.com SITE=ugh PID=4716 TID=4324 GMTDATE=Mon Feb 25 15:07:24.724 2013 ISTR0="ugh00034" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400 AVAL0="00100034" AID1=404 AVAL1="["Display=\\(CloudDP).fqdn.com\"]MSWNET:["SMS_SITE=ugh"]\\(CloudDP).fqdn.com\" SMS_PACKAGE_TRANSFER_MANAGER 2/25/2013 8:07:24 AM 4324 (0x10E4)
    Failed to generate contentinfo for the package. BranchCache feature might not be turned on. SMS_PACKAGE_TRANSFER_MANAGER 2/25/2013 8:07:24 AM 4324 (0x10E4)
    When I remove the package and redistribute, there's a very good change it will succeed.
    When I distribute to remote DPs on our WAN, I get the same "returning null/empty download address from content upload...." error.
    Any ideas? I do have a ticket open with PSS, but lately it seems they are very overwhelmed.

    I have seen the same a few times in different environments. I have also contacted Microsoft, hopefully I will get an answer soon. I know it might not be the answer you are looking for but now you know you are not alone.
    Kent Agerlund | My blogs: blog.coretech.dk/kea and
    SCUG.dk/ | Twitter:
    @Agerlund | Linkedin: Kent Agerlund |
    Mastering ConfigMgr 2012 The Fundamentals

  • SCCM 2012 R2 Pull distribution fails on remote DPs

    I have a few remote distribution points that I've been able to distribute driver packages to in the past, but after loading updates on my primary site server and the DPs, distribution of new driver packages fail even though it distributes fine to my primary
    site server.
    All DPs are in remote subnets connected via VPN.

    Actually when you use pull DP that mean there will be a standard DP as source, where all the content will be downloading on pull DP from the source DP. so pull DPs should have good enough network from standard DP to pull DPs. and distributed content should
    be available on source DP, otherwise content distribution will be failed.
    Sharad Singh | My blogs: SharadTech | Twitter:
    @SinghSharaad | | Please remember to click “Mark as Answer” on the post that helps you.This can be beneficial to other community members reading the thread.

  • [SCCM 2012] Content distribution to DP's successfull status then in progress

    Hello,
    Had 70 DP on my infrastructure. A distribution group with around 200 contents is created and 70 DP are link to this DP group.
    Every day I check the content distribution status, and the global pourcentage go up and down.
    IE: Monday a DP is fully synched and the day after 10 contents are "in progress" and I have this thing on all DP's. Looks like that content distribution are done again an again....
    Two weeks ago I had 15 DP fully distributed and now only 3... and no changes on the contents...
    So I don't know what is the cause of  this. Any idea?
    Thanks in advance

    We seem to be experiencing this issue in our environment and I just want to try and understand whether this is a bug that only reflects on status messages, or if the status messages reflect on the actual content, and thus, application and task sequence deployments?
    I believe this is becoming a serious issue.
    When the "Content is being distributed to the distribution point" messages first started surfacing, we noticed that certain packages (but not necessarily all), were being sent to all DP's, even when some of those packages weren't assigned to that
    particular DP or the Boundary Group set up for content to that DP (we are viewing this in SCCM 2012 Monitoring | Distribution Status | Distribution Point Configuration Status, and the Details tab.) The biggest issue right now is that this recurrence of packages
    redistributing, is causing task sequences to fail from distribution points that didn't actually have content redistributed to them.
    And yes, validating content individually on those "in progress" packages does remediate the status message and eventually green light the DP. But validating content every time a DP is stood up, or content is distributed is becoming painstaking.
    And scheduling Content Validation to occur more frequently only seems to be a band-aid that will not always help.
    Is there any additional information on this malformed status message that can be provided? Is Microsoft working on a fix? We have not yet upgraded to SP1. Can anyone confirm the issue is resolved with SP1 or later, or if a hotfix exists to address the problem?

  • SCCM 2012 Content Distribution monitoring

    Hi All
    I am trying to enable alerts for content distributions on Primary Site Servers
    Example: I have 1 PS server and multiple DPs and i am distributing/validating multiple packages from my PS Server to Multiple DPs on schduled basis.
    The issue is for some reason if the content distributions/validations fails then i should get email alert (currently i am behind on Console or Offline Reports).
    I tried creating custom Even Logs through status message filters which is not working
    please help if anyone have already done alerting for failed content distributions
    thanks
    ananth

    Yes, I know this is an old post, I'm just trying to clean them up.
    Wouldn't this be better suited for OpsMgr?
    http://www.enhansoft.com/

  • DAG Big Problem with Content Indexes / Failed on both Servers

    Hello,
    i have 20 DBs in a DAG. And for 5 days both! content indexes failed.
    I tried to recreate it on the passive server stopping the services and deleting the folders but it does not work. I will try the contentsubmitters group this evening (because this is very cpu consuming).
    If that doesn't work what else can i do ?
    Best regards
    Stephan

    Hi ,
    Please use the below mentioned blog to have a healthy context index state for your active databases .
    http://blogs.technet.com/b/exchangesearch/archive/2013/10/28/rebuild-an-index-on-exchange-2013-for-specific-databases.aspx
    Then do the following for the passive copies.
    Update-MailboxDatabaseCopy -identity "name of the DB" -CatalogOnly
    Note : Before updating please suspend the passive database copy and then resume the copy once the update gets completed.
    Regards
    S.Nithyanandham
    Thanks S.Nithyanandham

  • Error : External Content Type Failed to SAVE

    Hello All,
    Im trying get connect the sqlserver tablt to Sharepoint List using BCS services + Sharepoint Designer.
    i have created the external content type using SPD, creating all permission to table, operation properties, parameter, filter parameter every thing is fine.
    then here i have to SAVE the external content type, im getting error: External Content Type Failed to SAVE
    detailed Error:
    An unexcepted internal error occured in the Business Data Connectivity Sahred Service: Access to the temp directory is denied. identity 'NTAUTHORITY\NETWORK SERVICE' under which xmlserializer is running does not have sufficient permissions to access the
    temp directory. CodeDom will use the user account to process is using to do the compilation, so if the user doesnot have access to system temp directory, you will not to be able to compile. Use Path.GetTempPath() API to find out the temp directory location
    Before this i created sample external content type which is working correctly. Any suggestion regarding this..
    Advance thanks..
    NS

    Hi,
    I understand that when you save the external content type, there is an error.I have seen similar errors, you can try the steps below:
    Open C::\Windows\Temp.
    Right click on Temp folder and choose Properties>Security.
    Add the Network Service with Full Control permisison.
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

  • Updating Content Type Failed

    I'm fairly new to Sharepoint and Infopath.  I hope someone here can help me.   
    I have a large Infopath form with ~90 fields on it.  When I try to publich to the server, I get "Updating [or Creating] Content Type Failed".
    I determined this to be due to the number of fields and some sort of time out issue with Infopath.  I have seen a few other posts on that and the only solution I've seen is to publish with fewer fields - that does indeed work, but it doesn't solve my problem as I need all of these fields.  
    I've also seen a solution to publish with fewer fileds successfully and then republish with all you need and that the "Failed" message won't matter.  Kinda true, but then I have an issue with it no longer opening in browser.
    So then, I tried publishing it to my desktop and uploading it through Central Admin, activating it to a site collection, and using it that way.  That actually works the best so far, but then I get no option to select my Parent Content Type - it just picks "Form" - and that also doesn't work for me.  I need to select Parent Content Type
    Then, I tried to Create a new CT from scratch and point it to the form template I recently uploaded.  I get to pick my parent and all, but none of the promoted properties are there, so they don't show up in my workflow, and that's the end of that route.
    Now, I am out of ideas (but you can't say I didn't try)
    Anyone out there have any suggestions that could help me?
    Thanks

    We were running into a similar issue where ~90% of the time the publication of a complex InfoPath form would fail. It looks like a timeout issue with the webservice, but it's hard to say. We came up with a different approach that seems to have solved the problem for us. I just posted details on my blog (http://acuffgroup.com/2009/01/21/tip-for-publishing-infopath-form-to-sharepoint-library/) but the summary is: don't have InfoPath re-create the columns on each publish event. Rather have it connect to existing columns, which you can specify in the publishing wizard. This change fixed our issue and looks like it's going to save us a lot of time moving forward. Check out the post and leave a comment if this helps, or if you've got other insights you can add.

  • MIME content conversion failed error while processing "550 5.6.0" NDR using EWS API

    While trying to process journal report having "550 5.6.0" NDR with the following content using EWS API
    *Delivery has failed to these recipients or groups:
    [email protected] ([email protected])
    The email system had a problem processing this message. It won't try to deliver this message again.
    [email protected] ([email protected])
    The email system had a problem processing this message. It won't try to deliver this message again.
    [email protected] ([email protected])
    The email system had a problem processing this message. It won't try to deliver this message again.
    Diagnostic information for administrators:
    Generating server: ALMPR02MB001.namprd05.prod.outlook.com
    [email protected]
    Remote Server returned '550 5.6.0 M2MCVT.StorageError; storage error in content conversion'
    [email protected]
    Remote Server returned '550 5.6.0 M2MCVT.StorageError; storage error in content conversion'
    [email protected]
    Remote Server returned '550 5.6.0 M2MCVT.StorageError; storage error in content conversion'
    Original message headers:
    Received: from ALMPR02MB001.namprd05.prod.outlook.com ((11.255.110.102)) by
    ALMPR02MB001.namprd05.prod.outlook.com ((11.255.110.102)) with
    ShadowRedundancy id 15.0.851.11; Fri, 24 Jan 2014 12:20:42 +0000
    Received: from AN2PR05MB011.namprd05.prod.outlook.com (10.255.202.146) by
    ALMPR02MB001.namprd05.prod.outlook.com (11.255.110.102) with Microsoft SMTP
    Server (TLS) id 15.0.851.11; Wed, 22 Jan 2014 19:25:20 +0000
    Received: from AN1PR05MB018.namprd05.prod.outlook.com ([159.254.10.28]) by
    AN1PR05MB018.namprd05.prod.outlook.com ([159.254.10.28]) with mapi id
    15.00.0851.011; Wed, 22 Jan 2014 19:25:19 +0000
    Content-Type: application/ms-tnef; name="winmail.dat"
    Content-Transfer-Encoding: binary
    From: "Aron,Shakton"
    To: "[email protected]" ,
    "[email protected]" , "[email protected]"
    Subject: Updated: Drive # 3
    Thread-Topic: Updated: Drive # 3
    Thread-Index: AQHPF6evINDh6QBmQ0OJyeaK0OyWzQ==
    Date: Wed, 22 Jan 2014 19:25:18 +0000
    Message-ID: <[email protected]ok.com>
    Accept-Language: en-US
    Content-Language: en-US
    X-MS-Has-Attach: yes
    X-MS-TNEF-Correlator: <[email protected]ok.com>
    MIME-Version: 1.0
    X-Originating-IP: [::]
    Return-Path: [email protected]
    X-Forefront-PRVS: 01018CB5B3
    X-Forefront-Antispam-Report:
    SFV:NSPM;SFS:(10019001)(6009001)(199002)(189002)(377454003)(2656002)(81816001)(81686001)(54316002)(49866001)(63696002)(65816001)(16799955002)(74876001)(47976001)(77982001)(81342001)(79102001)(94316002)(76576001)(56776001)(47736001)(50986001)(85852003)(54356001)(77096001)(74316001)(53806001)(69226001)(80976001)(4396001)(51856001)(83322001)(93136001)(85306002)(46102001)(19580395003)(74662001)(15975445006)(74706001)(15202345003)(76786001)(59766001)(83072002)(81542001)(76176001)(76796001)(87936001)(87266001)(92566001)(2201001)(47446002)(93516002)(33646001)(90146001)(31966008)(56816005)(74366001)(86362001)(24736002)(3826001);DIR:OUT;SFP:1102;SCL:1;SRVR:ALMPR02MB001;H:AN2PR05MB011.namprd05.prod.outlook.com;CLIP:::;FPR:;RD:InfoNoRecords;A:0;MX:1;LANG:en;*
    I am getting the following error.
    ERROR Message: MIME content conversion failed.
    Stack Trace : at Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary()
    at Microsoft.Exchange.WebServices.Data.ExchangeService.InternalGetAttachments(IEnumerable`1 attachments, Nullable`1 bodyType, IEnumerable`1 additionalProperties, ServiceErrorHandling errorHandling)
    at Microsoft.Exchange.WebServices.Data.ExchangeService.GetAttachment(Attachment attachment, Nullable`1 bodyType, IEnumerable`1 additionalProperties)
    Has anyone faced this issue? how s/he got past this?
    Regards
    Call
    Send SMS
    Add to Skype
    You'll need Skype CreditFree via Skype

    Mokchhya-
    I responded to your
    StackOverflow post as well, but I'll respond here as well.
    Are you using Exchange Server 2010 SP3 RU2? If not, that might fix the issue. Another poster ran into a similar error and they were also sending an email with an attachment:
    http://social.technet.microsoft.com/Forums/en-US/fd7ef80e-f80b-47ed-883b-a34511c6233c/a-storage-transient-failure-has-occurred-during-content-conversion?forum=exchangesvrsecuremessaginglegacy.
    The support page related to the fix is here:
    http://support.microsoft.com/kb/2863310.
    -Mimi

  • Content compliance: failed during windows 8 (32 bit) App Submission?

    Content compliance: failed
    This test evaluates your software for content compliance with Windows Store Certification Requirements. Learn
    more
    Your app doesn't meet requirement 10.1.10. Learn
    more
    Notes from Testers:
    The app is about a non-Windows platform.
    Not getting 10.1.10 Certification requirement document in App certification requirements for the Windows Store.
    How can I know the exact issue of this failure?
    How can I resolve it.

    Raise a support request. I would guess that requirement 10.1.10 is new and part of the next update for Windows 10. There is no mention of it that I can find.
    Unfortunately some of the people who certify apps are useless. They give incredibly unhelpful notes.
    "The app is about a non-Windows platform." doesn't help because there doesn't seem to be any requirement that this relates to.
    What is the app about? If the given reasoning doesn't make sense to you, try resubmitting with a note to the testers (there is unfortunately no guarantee that it will be read). If you make a clear case that your app is not violating any terms (and get a
    competent reviewer) your app might be accepted.
    Check your dashboard, there might be a report with more details (I'm not sure if they provide reports if the app failed for non-crashing reasons).
    I'm a self-taught noob amateur. Please take this into account when responding to my posts or when taking advice from me.

  • Creating the site content type failed when publish Infopath form to Sharepoint 2013

    I have an InfoPath 2013 form trying to publish it to SharePoint 2013.  When I click on publishing an error message appears stating "Creating the site content type failed".  I can't figure out why this
    is happening, any help on this one?
    Also it appears the form template is uploaded when I go to the library settings under advance.  When I see the .xsn file and click on it, it opens in InfoPath but not in sp.

    Rettajm, could you please find any errors in ULS?

Maybe you are looking for

  • Reg.Negative delivery cost problem in PO release

    Dear Friends '' PO cannot be released due to negative delivery costs" this is my client requirement, I am unable to understand this. Please explain and give the solution. Thanks Rajakumar.K

  • Can we store procedure in a folder in text file using SQL QUERY

    I want to create a folder in D drive and give folder name as current date. After that create no. of text files based on how many procedure are,  text file name will be same as procedures name and insert a procedures inside the text files by using sto

  • Error in Adapter FrameWork

    Dear All, While doinf File to File scenerio, i m getting following error in Mesage Monitoring in Runtime Workbench   "Transmitting the message to endpoint http://trexserver:8000/sap/xi/engine?type=entry using connection AFW failed, due to: Received H

  • Flash Player 11.7.700.169 and 11.7.700.178 Not loading External Audio

    We have a website that uses Action Script 2 (AS2). We load .mp3 files from our server to our flash program on our website. Sounds built into the flash library load fine, but .mp3's loaded from our server do not. The audio loads a few seconds of the f

  • Shared Google calendars are not shown

    Hi, A friend of mine has shared a Google calendar with me and it does not show up in the calendar app. I have added a Google calendar in the app and my own shows up just fine. The calendars added by Google shows up as well such as week nr and officia