 |
|
 |
Hi,
I have a Biztalk server 2006 R2 configured on SQL 2005 standard, whenever i try to install the tool the mentioned exception is being thrown.
Please advise
Regards,
Wael Al Wirr
http://waelalwirr.sosblog.com/
|
|
|
|
 |
|
 |
There is another installer for SQL 2005 have you tried that??
1. The user must have dbcreate permissions on the SQL.
Alternative
1. You can create an empty BCCDB database and when the installer will prompt you to override, say 'yes'.
Always be there....| MCSD.NET | Sun Certified...
|
|
|
|
 |
|
 |
Hi,
Same error: Error -2147217843: failed to create SQL Dtabase: BCCDB, error detail: unknow error
I follow your pdf documentation step by step, I try also to create manually the Db and after and re-run step but same error... Do you have solution ?
Thanks & Regards.
|
|
|
|
 |
|
 |
HI,
thanks for this tool, but when i tried to run the scripts i found that there is some error in the scripts.
am i missing anything ?
Regards,
Wael Al Wirr
http://waelalwirr.sosblog.com/
|
|
|
|
 |
|
 |
Please get the most recent version and try again. Always be there....| MCSD.NET | Sun Certified...
|
|
|
|
 |
|
 |
Can you please let me know how I can add other applications to the DefaultProfile.
For "BizTalk Application 1", I see 2 tags
<Key ID="SPApplicationList">
<Value>BizTalk Application 1</Value>
</Key>
<Key ID="RLApplicationList">
<Value>BizTalk Application 1</Value>
</Key>
So if I need to add "MyBTApp", should I create a new module and use all tags inside <Module>
or just add the mentioned 2 tags inside module 101.
I find BCC very intersting and cool. However, I logged with Admin and in the health matrix, I saw all artifacts, orch, piplines....
I created a user with exactly the 3 privileges as admin, I see only 1 receive and send location instead of all as with Admin logging with a red box in which inside it an excalamation mark with a text "Not found".
Thanks for your help
|
|
|
|
 |
|
 |
Step 1: You would need to add your new BizTAlk Application as follows (See the XML below). Step 2: You would need to login as 'Admin' and create a new user and this new updated profile will apply to the new user. Step 3: Logout as Admin and login once again as the <b>new</b> user created in Step 2 and you will see you new BizTalk application listed there. Step 4: You might want to add your new BizTalk application name for all the modules (103,104 etc...) Module number == Speedcode <Module ID="101" Title="BizTalk Monitoring - Health Matrix" SubTitle="Information"> <Basic> <Key ID="HelpText" Value="" /> <Key ID="" Value="" /> </Basic> <Extended> <Key ID="ServiceList"> <Value>BTSSvc$BizTalkServerApplication</Value> </Key> <Key ID="SPApplicationList"> <Value>BizTalk Application 1</Value> <Value>MyBTApp</Value> </Key> <Key ID="RLApplicationList"> <Value>BizTalk Application 1</Value> <Value>MyBTApp</Value> </Key> <Key ID="HostInstanceList"> <Value>BizTalkServerApplication</Value> </Key> <Key ID="DatabaseServerWatchList"> <Value>Integrated Security=SSPI;database=BCCDB;server=xxx</Value> <Value>Integrated Security=SSPI;database=BizTalkMgmtDb;server=xxx</Value> </Key> <Key ID="Announcement"> <Value>Welcome to ControlCenter. Send your compliments to Naveen (naveenji@yahoo.com)</Value> </Key> </Extended> </Module>
|
|
|
|
 |
|
 |
Thanks, I followed the steps, indeed I was able to see artifacts for added app.
However, what is the philosophy behind this type of architecure? this means that whenever I want to monitor any new application with my login, lets say "salam", I need to drop and recreate my login.
Another question, in the health matrix, we have always BT Application 1" as the default, how to chnage it according to each login.
Regards
|
|
|
|
 |
|
 |
I have done a lot of research and finally decided on this one for the following reasons 1. Suppose there are two biztalk development groups and both the groups use the same BizTalkControlCenter (since its installed on the server.) In this scenario, the two dev groups have different BizTalk Applications and therefore they will have two different profiles. Both the groups will have different views since they use different BizTalk Application groups. 2. Note that the profile once created will not be changed, (unless u drop and re-create user). So this enables two users to view two different biztalk applications, hence avoid conflicts to biztalk artifacts (accidentally starting/stopping others artifacts.) Aslo u may be interested in only some BizTalk Applications and not all of them. 3. Default BizTalk Application is what u choose as default while creating a new BizTalk Application. When you create a new BizTalk Application using Admin console, it asks whether you want to make it as the default application, thats the default application, BCC only shows it. Does this make sense? 4. The speedcode 603 is under-development and I asking users to donate to develop that module, until then u have to do it manually.
|
|
|
|
 |
|
 |
By the way, how can I add filters? when I go to administration > System settings I see FiltersEnabled= False.
I can not add any filter.
I went through the defaultProfile.xml, was not able to find filter realted tag.
Another question, the name "defaultProfile.xml" gives me the impression that we can have several xml files? is this the case, if yes then we can have a myppProfile.xml per application.
|
|
|
|
 |
|
 |
DefaultProfile.xml is only a template, you would want to take a backup of the profile u created like 'myProfile.xml'. Note that defaultprofile.xml is used only when a user is created, and after that its never used. Speedcode 603 is still under-development. So overall have u liked BCC? Please rate and let me know.
-- Modified Friday, May 6, 2011 10:21 AM
|
|
|
|
 |
|
 |
Thanks for all your responses. Then in this case I need to save my profiles somewhere else, have a aprofile file by user.
Lets say something linke, myadmin1, myadmin2.xml.
Does this means that I can use any name for the file, if I delete defaultprofile.xml, put myadmin1.xml, then BCC will pick it up when I create a new user.
Thanks
|
|
|
|
 |
|
 |
Nice tool. Just a word of advice, you might want to resize the large screenshots in order to fit into the page. Also, you might want to summarize the essential features. It allows busy people(like me ) to absorb the important ideas without going through the whole article.
|
|
|
|
 |
|
 |
Its done. Always be there....| MCSD.NET | Sun Certified...
|
|
|
|
 |
|
 |
Cool.thanks
Ignorance of the ability brings disability.
|
|
|
|
 |