Questions tagged [subscription]

An arrangement to receive something, typically a publication, regularly.

An arrangement to receive something, typically a publication, regularly.

2251 questions
1
vote
1 answer

SSRS Data Driven Subscription Not Generating File

In SQL Server 2014 I have a data driven subscription that is executing successfully, but no file is generated. It is a Windows File Share subscription and the report has three parameters. I've tried removing all the parameters to see if it was an…
ptownbro
  • 1,240
  • 3
  • 26
  • 44
1
vote
2 answers

iOS Subscription: How to handle INTERACTIVE_RENEWAL notification 10 minutes after INITIAL_BUY?

My server received a INTERACTIVE_RENEWAL notification for a (unsupported) 6 month subscription from the iOS App Store just 10 minutes after it received INITIAL_BUY notification for a 3 months subscription. How should I handle this? The long…
Andrei Herford
  • 17,570
  • 19
  • 91
  • 225
1
vote
2 answers

WARNING in ./node_modules/@angular/compiler/src/util.js 10:24-31 Critical dependency: require function is used in a way in which dependencies

A warning message shows up when a for loop is used inside of a subscription (when I delete the for loop, the warning dissapear). I was trying to convert a Timestamp from SQL into a number readable for angular, i find a workaround but a warning…
FTello31
  • 51
  • 1
  • 10
1
vote
2 answers

SSRS subscription with cursor

In my (ssrs) data-driven subscription I try to use cursor. The result that I need: number of letters should be equal to the lines the cursor returns. Example: SET ANSI_WARNINGS ON DECLARE cur CURSOR FOR SELECT * FROM #ForResult OPEN cur WHILE…
1
vote
0 answers

Use recovery service vault across subscriptions

As the title suggests, I would like to know if there is a way to use a Recovery Service Vault from another subscription to backup a VM. Simplified it is about having only one backup service for VMs which is then used for all VMs from other…
Lutze
  • 13
  • 3
1
vote
1 answer

Subscribing to an Observable based on conditions

Background Im using Reactive Forms that expands over two tabs (first half of the page alone has tabs) and then a long page with Submit button at the bottom. I do the validation on click of the Submit button. On clicking of Submit button, the page…
josiebhai
  • 321
  • 3
  • 12
1
vote
0 answers

Can Azure ExpressRoute be connected to multiple subscriptions that are owned by different organizations?

I have an ExpressRoute circuit and gateway associated with my Enteprise Organizations Azure subscription. Can I connect to multiple other Azure subscriptions that are not owned by my company - ie. managed cloud solutions running in Azure from…
cdaly26
  • 11
  • 1
1
vote
1 answer

WooCommerce Subscriptions Emails: What are the correct 'woocommerce_email_order_details' hook function arguments (to modify "renewal" emails)?

I'm having trouble tracking down the correct hook function arguments to modify/add email content for the (WooCommerce Subscriptions-specific) 'customer_renewal_invoice' and 'processing_renewal_order' email IDs within the…
1
vote
1 answer

Subscriber is triggering even it is unsubscribed

I have an event emitter and 5 subscriber's in each of the 5 pages say(Page 1, Page 2, Page 3, Page 4, Page 5) I subscribed for the event on the ngOnInit() and unsubscribe it on ngOnDestroy(), These pages are actually routed pages , ie only only one…
1
vote
1 answer

How do you perform receipt validation for Android on Xamarin Forms

I am following this guide: https://jamesmontemagno.github.io/InAppBillingPlugin/SecuringPurchases.html to try and perform receipt validation. It mentions that I must implement this interface: IInAppBillingVerifyPurchase. But it also mentions for…
1
vote
1 answer

All Google Play subscriptions are refunded after trial period

I am developing Android app with com.android.billingclient:billing:2.0.1. My subscription has the following parameters. Billing period: 3 months Free trial period: 3 days Introductory price: - Grace period: 3 days But all of them (>100) become…
Alex
  • 419
  • 1
  • 5
  • 24
1
vote
0 answers

How use The youtube subscription_manager

I have the subscription_manager file that has I think RSS content. file content Channels info that I am there's subscription. how I can use that file in android app? this is part of the file :
Sana Ebadi
  • 6,656
  • 2
  • 44
  • 44
1
vote
0 answers

How to handle exceptions from onData callback in a StreamSubscription?

I want to handle the exception from the 'onData' function(the first positional parameter), but the onError is not fired when the exception is thrown. I just got an 'Unhandled Exception' warning. Am I misunderstanding the 'onError' on usage? When…
RockingDice
  • 1,909
  • 2
  • 14
  • 22
1
vote
1 answer

Cancelling a running SSRS timed subscription

I have several timed subscriptions that are running and I would like to cancel them. I looked at the SQL Server agent and the jobs are not in there. Does anyone know of a command in SQL Server that I can execute to kill/cancel the jobs? I'm using…
WWaldo
  • 213
  • 3
  • 12
1
vote
0 answers

Refunded receipt JSON example

I'm developing a web service and SDK for iOS for tracking auto-renewable subscriptions, and now developing a case where customer has refunded auto-renewable subscription. Can anybody share any iOS receipt example with refund in JSON please? Receipt…