BlackBerry Forums Support Community
              

Showing results 1 to 50 of 115
Search took 0.04 seconds.
Search: Posts Made By: blubyu
Forum: BES Admin Corner 01-07-2009, 10:53 AM
Replies: 107
Views: 23,795
Posted By blubyu
From what little I read it sounded like...

From what little I read it sounded like SQLExpress doesn't use the default SQL port. I don't know didly about SQL so I don't know if this is true or not. But..........I think we can fix it.

Go...
Forum: BES Admin Corner 01-06-2009, 06:11 PM
Replies: 107
Views: 23,795
Posted By blubyu
Is there any kind of software firewall installed...

Is there any kind of software firewall installed on that server? Something is not letting the php software talk to the SQL software.

One more thing. Is your SQL database listening on the default...
Forum: BES Admin Corner 01-06-2009, 05:48 PM
Replies: 107
Views: 23,795
Posted By blubyu
Ok. This is telling us that you can't connect to...

Ok. This is telling us that you can't connect to the server. Which means it doesn't have anything to do with the username, password or database name. Now we need to find out why you can't connect...
Forum: BES Admin Corner 01-06-2009, 05:10 PM
Replies: 107
Views: 23,795
Posted By blubyu
clicker666 and spy1309, do a favor for me. Go...

clicker666 and spy1309, do a favor for me. Go into your php folder and open up your php.ini file. Find the following line:


error_reporting = E_All


comment out that line by puting a ';' in...
Forum: BES Admin Corner 12-03-2008, 12:14 PM
Replies: 107
Views: 23,795
Posted By blubyu
Are you running the php on the same server as the...

Are you running the php on the same server as the BES? If they are on separate servers I am wondering if there is something on the BES server that isn't allowing connections to it from another...
Forum: BES Admin Corner 11-26-2008, 06:09 PM
Replies: 107
Views: 23,795
Posted By blubyu
Instead of having the hostname\dbinstance just...

Instead of having the hostname\dbinstance just put either the hostname or ip of the server in for DBHOST and see if that helps.
Forum: BES Admin Corner 11-26-2008, 10:57 AM
Replies: 107
Views: 23,795
Posted By blubyu
create the following phpinfo.php file: <? ...

create the following phpinfo.php file:

<?
phpinfo();
?>


Then open that file in your web browser. Scroll down and make sure that you have a MSSQL section. If you do then you have mssql...
Forum: BES Admin Corner 08-04-2008, 04:11 PM
Replies: 107
Views: 23,795
Posted By blubyu
shashinp5 See if that does it for you.

shashinp5



See if that does it for you.
Forum: BES Admin Corner 05-06-2008, 09:56 AM
Replies: 107
Views: 23,795
Posted By blubyu
I have only been able to get the snmp stuff to...

I have only been able to get the snmp stuff to work if phpberrystats is being run on a linux server (I use gentoo here at work). If you are running yours on windows then I don't think it is going to...
Forum: BES Admin Corner 04-24-2008, 12:48 PM
Replies: 107
Views: 23,795
Posted By blubyu
I have played around with adding the ability to...

I have played around with adding the ability to add users through my php front end. I just haven't found the time to make it work. Basically you would need to install the BRK on the windows box...
Forum: BES Admin Corner 04-21-2008, 03:25 PM
Replies: 107
Views: 23,795
Posted By blubyu
As far as I know (and I could be wrong) the email...

As far as I know (and I could be wrong) the email addresses that are being received are not kept it the DB. I would imagine if they were this would get pretty big.

What other type of stats are...
Forum: BES Admin Corner 04-17-2008, 10:26 AM
Replies: 107
Views: 23,795
Posted By blubyu
DVX - sorry for taking so long to get back to...

DVX - sorry for taking so long to get back to you. I just got back from Vegas.

Go into the includes folder and edit the config.php file. Everything that is needed is in that file. Let me know...
Forum: BES Admin Corner 03-27-2008, 05:31 PM
Replies: 107
Views: 23,795
Posted By blubyu
NeptuneIT - Thanks for the compliments. I am no...

NeptuneIT - Thanks for the compliments. I am no longer the blackberry admin where I work. I have recently talked to our blackberry admins to see what they wanted added.

It is hard for me to find...
Forum: BES Admin Corner 12-21-2007, 01:28 PM
Replies: 107
Views: 23,795
Posted By blubyu
NinjaRAT - Did you take a look at the link I have...

NinjaRAT - Did you take a look at the link I have in post #64? On page 3 of his guide he talks about the default windows php install reading the wrong php.ini file.

A Quick way to check is to...
Forum: BES Admin Corner 12-20-2007, 03:51 PM
Replies: 107
Views: 23,795
Posted By blubyu
NinjaRAT - create a php page with this...

NinjaRAT -

create a php page with this code:
<?
phpinfo();
?>


name the page something like info.php and then open that page in a web browser. Scroll down and make sure you have a MSSQL...
Forum: BES Admin Corner 11-28-2007, 02:38 PM
Replies: 107
Views: 23,795
Posted By blubyu
Filip_PwC - I was going to write up a quick...

Filip_PwC -

I was going to write up a quick and dirty way to get php running on a win box with IIS but I will post this link instead. These are the best instructions I have found for getting php...
Forum: BES Admin Corner 10-18-2007, 10:29 AM
Replies: 107
Views: 23,795
Posted By blubyu
This might be a stupid question on my part but...

This might be a stupid question on my part but are you sure you used the default name for the database? Other then that I don't know what it could be. Since it is saying can't select database then...
Forum: BES Admin Corner 09-25-2007, 05:47 PM
Replies: 107
Views: 23,795
Posted By blubyu
AndyT_uk - I just changed my username in my...

AndyT_uk - I just changed my username in my config.php to something I know won't work and tried to connect. I get a message that says unable to connect to database. So if you are not getting that I...
Forum: BES Admin Corner 09-25-2007, 12:06 PM
Replies: 107
Views: 23,795
Posted By blubyu
AndyT_uk - If you had the wrong credentials then...

AndyT_uk - If you had the wrong credentials then I am pretty sure you would get an error message stating so. I am not a SQL guy so this might be a dumb question but does the user account you are...
Forum: BES Admin Corner 09-14-2007, 05:33 PM
Replies: 1,020
Views: 139,424
Posted By blubyu
Bjgrim - good to see you are still with us ;-) ...

Bjgrim - good to see you are still with us ;-) I have a question. Why do smtp address lookups using AD? The addresses are in the SQL db. You can just pull them out of there. Or am I missing...
Forum: BES Admin Corner 07-24-2007, 01:00 AM
Replies: 107
Views: 23,795
Posted By blubyu
Is the last forward time displaying correctly? ...

Is the last forward time displaying correctly?

I am pulling the last forward time from the userstats table and using it for both the last forward time and the inactivity time. If it is working...
Forum: BES Admin Corner 07-23-2007, 12:51 PM
Replies: 107
Views: 23,795
Posted By blubyu
If the inactivity dates are all the same (and...

If the inactivity dates are all the same (and therefore wrong) it must be reading the wrong thing. I will look at the code and see if I can help track down why it isn't working correctly.

You...
Forum: BES Admin Corner 07-20-2007, 11:43 AM
Replies: 107
Views: 23,795
Posted By blubyu
I have had this problem before too but I can't...

I have had this problem before too but I can't remember what I did to fix it. I want to say I only had it trying to set things up on a windows box.

Are you only getting text on the screen? No...
Forum: BES Admin Corner 07-20-2007, 10:16 AM
Replies: 107
Views: 23,795
Posted By blubyu
I believe the problem lies in the php tags. ...

I believe the problem lies in the php tags. There should be a setting in your php.ini file that allows you to use short php tags like this:
<?
php code
?>

I use short tags throughout my code. ...
Forum: BES Admin Corner 07-16-2007, 05:08 PM
Replies: 107
Views: 23,795
Posted By blubyu
Just dropping by to give an update on my...

Just dropping by to give an update on my progress....there is none :( I have been very busy at work and haven't had the chance to pick this project back up. I am hoping that next month things will...
Forum: BES Admin Corner 06-20-2007, 11:42 AM
Replies: 107
Views: 23,795
Posted By blubyu
goresci - Well I am not sure how much this...

goresci -

Well I am not sure how much this is going to help you. Do you have your php compiled with mssql support? You can make a quick php page that has this:

<?
phpinfo();
?>

Then...
Forum: BES Admin Corner 06-01-2007, 12:18 PM
Replies: 1,020
Views: 139,424
Posted By blubyu
Unfortunately I don't use QC's asp version of...

Unfortunately I don't use QC's asp version of berrystats. I am more of a linux guy so that is why I wrote my php version. Sorry I can't be of more help.
Forum: BES Admin Corner 05-30-2007, 12:39 PM
Replies: 107
Views: 23,795
Posted By blubyu
Just to give a quick update, I sent my latest...

Just to give a quick update, I sent my latest code to jibi to test out for me. This code includes the authentication against an AD tree for access to the options page. jibi tested it out and found...
Forum: BES Admin Corner 05-29-2007, 12:33 PM
Replies: 1,020
Views: 139,424
Posted By blubyu
bpvictor - scroll up to QC's last post. You...

bpvictor - scroll up to QC's last post. You should find a link to his last release there.
Forum: BES Admin Corner 05-22-2007, 01:42 PM
Replies: 107
Views: 23,795
Posted By blubyu
Well I did some searching today on the internet...

Well I did some searching today on the internet to add group lookup authentication. I found a php module that does exactly what I want. I have worked on it this morning and I now have my options...
Forum: BES Admin Corner 05-21-2007, 06:37 PM
Replies: 107
Views: 23,795
Posted By blubyu
I have the IIS server still running. I can do...

I have the IIS server still running. I can do the testing on that to get the BRK stuff up and running. After looking at the readme files it should be pretty straight forward. I downloaded the...
Forum: BES Admin Corner 05-21-2007, 04:26 PM
Replies: 107
Views: 23,795
Posted By blubyu
So I started playing around with authenticating...

So I started playing around with authenticating users against an AD tree. I currently have my options page ask for a username and password when it is being accessed. If the username is valid and...
Forum: BES Admin Corner 05-18-2007, 02:58 PM
Replies: 107
Views: 23,795
Posted By blubyu
I downloaded the Blackberry Resource Kit and...

I downloaded the Blackberry Resource Kit and started looking at it. I didn't know that it had the ability to work from a remote server. As far as the php code goes, it won't matter if it sits on the...
Forum: BES Admin Corner 05-18-2007, 10:21 AM
Replies: 107
Views: 23,795
Posted By blubyu
Here is a question for you. Do you guys run this...

Here is a question for you. Do you guys run this on your blackberry servers? If everybody is then it should be pretty easy and straight forward to add the user functions to my code.

The reason...
Forum: BES Admin Corner 05-15-2007, 05:46 PM
Replies: 107
Views: 23,795
Posted By blubyu
Ok. I would have been very surprised if the snmp...

Ok. I would have been very surprised if the snmp worked. For some reason the windows version sends the wrong OID to the server. I played with it a little bit but never got it to work.

I have...
Forum: BES Admin Corner 05-15-2007, 05:33 PM
Replies: 107
Views: 23,795
Posted By blubyu
So you have snmp enabled and it is working? If...

So you have snmp enabled and it is working? If you do I think you would be the first to get it working on a windows box :) I still can't get it to work on my windows box (it works fine on my linux...
Forum: BES Admin Corner 05-15-2007, 05:06 PM
Replies: 107
Views: 23,795
Posted By blubyu
Do you see any of the server stats? They should...

Do you see any of the server stats? They should be displayed above the user stats. Also can you check one more thing in your php.ini file for me?

Scroll down until you see the Error handling and...
Forum: BES Admin Corner 05-15-2007, 04:35 PM
Replies: 107
Views: 23,795
Posted By blubyu
I think that has to do with the a setting in the...

I think that has to do with the a setting in the php.ini file. I use what are called short tags (I think that is what they are called). Basically I use these:


<?
php code;
?>


Instead of...
Forum: BES Admin Corner 05-15-2007, 03:56 PM
Replies: 107
Views: 23,795
Posted By blubyu
Merlin, do you know for sure that you have the...

Merlin, do you know for sure that you have the mssql stuff working in php? I took some time last week and got this going on a windows box (I do everything here on a linux box). I learned quite a...
Forum: BES Admin Corner 05-04-2007, 10:17 AM
Replies: 107
Views: 23,795
Posted By blubyu
Your going to make me install this on a windows...

Your going to make me install this on a windows machine so that I can test things out aren't you :) I have all errors turned on here and I don't see any of those errors. The permissions on the...
Forum: BES Admin Corner 05-03-2007, 04:54 PM
Replies: 107
Views: 23,795
Posted By blubyu
I found the problem and fixed it. I have...

I found the problem and fixed it. I have uploaded version 0.0.10 to sourceforge. Check it out and see if I have missed anything.

Was it just me or was this site not available for a while?
Forum: BES Admin Corner 05-03-2007, 09:47 AM
Replies: 107
Views: 23,795
Posted By blubyu
I will add these in and then upload 0.0.10 to...

I will add these in and then upload 0.0.10 to sourceforge. We had eDirectory problems yesterday so I didn't have a chance to upload anything.

Jibi - LOVE the new themes. I just added them and...
Forum: BES Admin Corner 05-01-2007, 04:27 PM
Replies: 107
Views: 23,795
Posted By blubyu
I will look into the inactivity stuff. I...

I will look into the inactivity stuff.

I turned notice errors on and I saw the stuff you were talking about (and some other ones you didn't notice). I am pretty sure I have all of them fixed.
...
Forum: BES Admin Corner 05-01-2007, 02:45 PM
Replies: 107
Views: 23,795
Posted By blubyu
I have Notice errors turned off on my server :) ...

I have Notice errors turned off on my server :) This must be why they don't show up for me. I will turn them on, make your changes and then test to make sure they still work.

I did get the...
Forum: BES Admin Corner 05-01-2007, 11:34 AM
Replies: 107
Views: 23,795
Posted By blubyu
One of the things that jibi asked for was dynamic...

One of the things that jibi asked for was dynamic columns on the display page. That is the biggest thing I am working on right now. If I find enough time today I should have that done and ready to...
Forum: BES Admin Corner 05-01-2007, 09:57 AM
Replies: 107
Views: 23,795
Posted By blubyu
phpberrystats

Hey everybody. If some of you have followed this thread:

BerryStats for NonAdmins (http://www.blackberryforums.com/bes-admin-corner/10003-berrystats-nonadmins.html)

Then you might know that I...
Forum: BES Admin Corner 03-19-2007, 05:00 PM
Replies: 2
Views: 2,200
Posted By blubyu
Cashmo - Are all of these users in the same...

Cashmo -

Are all of these users in the same post office? Cachinng mode can be turned off/on at the PO level as well as the user lever. Maybe this user doesn't have caching mode turned on?
Forum: BES Admin Corner 03-19-2007, 04:56 PM
Replies: 4
Views: 1,322
Posted By blubyu
Trini313 - I think the address books sync...

Trini313 -

I think the address books sync about every 4 hours or so. And they will simply show up in the address book on the BB. You won't have a seperate icon.
Forum: BES Admin Corner 12-12-2006, 11:37 AM
Replies: 1,020
Views: 139,424
Posted By blubyu
So I have lost another one to the dark side huh...

So I have lost another one to the dark side huh :)

I think the problem was a path problem. Sometimes with the installer it doesn't create the config file properly. But at least you got qc's...
Forum: BES Admin Corner 11-13-2006, 05:32 PM
Replies: 1,020
Views: 139,424
Posted By blubyu
qc - sorry to hear. Hope you land on your feet...

qc - sorry to hear. Hope you land on your feet 8-)
Showing results 1 to 50 of 115

 
Forum Jump

Chroma 6312 DC Electronic Load Mainframe  picture

Chroma 6312 DC Electronic Load Mainframe

$239.96



Fluke Networks Versiv Modular Mainframe AS IS picture

Fluke Networks Versiv Modular Mainframe AS IS

$1500.00



Keysight N6708A Low Profile MPS Mainframe Filler Panel Kit 3 Panels N6708A-FG picture

Keysight N6708A Low Profile MPS Mainframe Filler Panel Kit 3 Panels N6708A-FG

$49.00



Tektronix TM 502A Two-Slot Power Module/Mainframe - Tested (SR5) picture

Tektronix TM 502A Two-Slot Power Module/Mainframe - Tested (SR5)

$154.99



SHC SYSTEM 6 MAINFRAME + Mixed Modules 6-562,6-201,6-402. picture

SHC SYSTEM 6 MAINFRAME + Mixed Modules 6-562,6-201,6-402.

$99.99



USED 100%Tested NI PXI-1033 Mainframe Offers pxi 1033  picture

USED 100%Tested NI PXI-1033 Mainframe Offers pxi 1033

$780.90







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.