Select Language
New Contributor
tpeiffer
Posts: 5
Registered: 09-16-2009
0

Channel Delete - with a twist

Hello,

 

Has anyone modified the C# code (Bulk Blackberry Push) so that it will do a channel delete EVEN IF the website that the original channel was linked to no longer exists?

 

Long story short, we need to remove a channel from several thousand devices because it's no longer a valid site, but since the URL can't resolve it won't do the delete, and fails in the getInputPage function while trying to read the page content.

 

I'd rather not have to recreate the wheel if possible.

 

Thanks!

Thad

Regular Contributor
abarber
Posts: 73
Registered: 08-13-2008
0

Re: Channel Delete - with a twist

I'm not sure why the web page needs to be returned for a channel delete?

 

I don't know how to change the C# code, but maybe you can change the windows hosts file to point to a live webpage on the machine you're running the bulk push app on.

 

Just a thought, don't know if it will work.