|
Home > Archive > Commerce Server Setup > July 2005 > Silent Unpack - No Profiles Resource
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Silent Unpack - No Profiles Resource
|
|
|
| Hi,
I am trying to get a silent unpack of a pup working properly. I have
all the resources, databases and website being created properly...
except the global profiles resource.
When I create my pup I did specify schema files so I think they are
packed in to the pup. But how can I use those files during the un pack?
My ini does have a [Biz Data Service] section that looks like this
[Biz Data Service]
UseData = 1
GlobalResourceName=(Add new global resource)
But no profiles resource is created (however the CS Authentication
resource is created ok)
What do I need to do to get the profiles resource created? Is it the
BizData.ini file? if so where do I put that? and where do I put it.
The pup.log file shows an exit code of 0 and no obvious errors.
Thanks
Andy
| |
| James Walters [MSFT] 2005-07-12, 8:51 pm |
| Hi Andy,
What version of Commerce Server and Service Pack level are you running?
What OS and Server Pack level is this on
-James
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
From: "Andy" <google@jenkinsonline.co.uk>
Newsgroups: microsoft.public.commerceserver.setup.deploymentoperations
Subject: Silent Unpack - No Profiles Resource
Date: 29 Jun 2005 04:19:15 -0700
Hi,
I am trying to get a silent unpack of a pup working properly. I have
all the resources, databases and website being created properly...
except the global profiles resource.
When I create my pup I did specify schema files so I think they are
packed in to the pup. But how can I use those files during the un pack?
My ini does have a [Biz Data Service] section that looks like this
[Biz Data Service]
UseData = 1
GlobalResourceName=(Add new global resource)
But no profiles resource is created (however the CS Authentication
resource is created ok)
What do I need to do to get the profiles resource created? Is it the
BizData.ini file? if so where do I put that? and where do I put it.
The pup.log file shows an exit code of 0 and no obvious errors.
Thanks
Andy
| |
|
| Sorry got sidetracked with a BizTalk deployment.......
CS2002 with SP2
and Windows 2003 standard.
| |
| James Walters [MSFT] 2005-07-22, 5:50 pm |
| Hi Andy,
Yes make sure when you are unpackaging that you have
Resourcex=UPM Dts Task Information
Resourcex=Biz Data Service
Resourcex=BDSecurity
Resourcex=Site CS Authentication
NumOfConnStrs= x
[App Default Config]
[ConnStrs]
ConnStrResourceNamex=Biz Data Service
ConnStrPropertyNamex=connstr_db_bds
ConnStrValuex=Provider=SQLOLEDB;Persist Security Info=False;User
ID=%uid%;Password=%pwd%;Initial Catalog=%runtimeDB%;Data
Source=%datasource%;
ConnStrResourceNamex=BDSecurity
ConnStrPropertyNamex=connstr_db_bdsecuri
ty
ConnStrValuex=Provider=SQLOLEDB.1;Password=%pwd%;Initial
Catalog=%runtimeDB%;User ID=%uid%;Data Source=%datasource%;Network
Library=dbmssocn;
then,
[BDSecurity]
UseData = 1
[UPM Dts Task Information]
[Biz Data Service]
UseData = 1
And you should have what you need for a scripted unpackaging
-James
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
From: "Andy" <google@jenkinsonline.co.uk>
Newsgroups: microsoft.public.commerceserver.setup.deploymentoperations
Subject: Re: Silent Unpack - No Profiles Resource
Date: 22 Jul 2005 08:02:58 -0700
Sorry got sidetracked with a BizTalk deployment.......
CS2002 with SP2
and Windows 2003 standard.
|
|
|
|
|