BizTalk Utilities Xselerator XSLT IDE


Forum main page

Most active member

Login page
Register
Log out

Search page


View our event calendar
Add general event such as an upcoming software release or conference
View all birthdays

Public image gallery
Upload your images in your profile

Profile editing page
Subscription list page
Address book page

Member list page
View the most active member
User groups listing

Private message page

TopXML Discussion Forum TopXML Discussion Forum

Forums  Register  Login  My Profile  Inbox  Address Book  My Subscription  My Forums 

Photo Gallery  Member List  Search  Calendars  FAQ  Ticket List  Log Out

The Application already exists!

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [BizTalk Utilities] >> BizTalk 2004/2006 Utilities and Adapters >> The Application already exists! Page: [1]
Login
Message << Older Topic   Newer Topic >>
The Application already exists! - 16 March 2007   
iraj

 

Posts: 6
Score: 0
Joined: 16 March 2007
Status: offline
When I try to create an affiliate SSO application using 'BizTalk Utilities Adapter for Database' console, I am getting 'An Exception occurred attempting to update the application. Details are as follows: The application already exists'.

I have checked in SSO administration interface, and I can see the affiliate application does exist. But couldn't see from BizTalk Utilities console!

Environment Info:
OS:                              Windows Server 2003 64 bit
BizTalk:                        2006
Utility Adapter: Version 4.0.2

any idea what could be wrong? I am stuck now unable to create mapping using BizTalk Utility console.

More info:
--------------------------------------------------------
when i try to import using SSOImporter, i am getting 'The system cannot find the path specified' error as follows:
starting the import...
Successfully loaded 'D:\SSO_Config.xml'
Importing Applications...
Importing 'sso_app'
System.ComponentModel.Win32Exception: The system cannot find the path specified
  at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
  at System.Diagnostics.Process.Start()
  at BTSUtils.Core.SSO.Configuration.SSOManage.Execute(String[] arguments)
  at BTSUtils.Core.SSO.Configuration.SSOManage.get_AllApplications()
  at BTSUtils.Core.SSO.Configuration.Global.Info.get_Applications()
  at BTSUtils.Core.SSO.Configuration.Global.Info.Import(String path, ImporterEventDelegate message, ImporterStartDelegate start, ImporterCompleteDelegate complete, Boolean throwExceptions)
Completed Importing Applications
Importing Mappings...
Completed Importing Mappings
Completed the Import
--------------------------------------------------------

< Message edited by iraj -- 16 March 2007 >
Post #: 1
RE: The Application already exists! - 17 March 2007   
Pieter

 

Posts: 615
Score: 2
Joined: 8 March 2004
Status: offline
Did you import this from a 2004 version of the Adapter?

What is the name of your affiliate application?

_____________________________

Need a BizTalk Adapter? Visit http://www.topxml.com/biztalkutilities and check out the latest BizTalk Adapters.

(in reply to iraj)
Post #: 2
RE: The Application already exists! - 19 March 2007   
iraj

 

Posts: 6
Score: 0
Joined: 16 March 2007
Status: offline
No. Its from 2006 version of the Adapter

(in reply to Pieter)
Post #: 3
RE: The Application already exists! - 19 March 2007   
Pieter

 

Posts: 615
Score: 2
Joined: 8 March 2004
Status: offline
Okay, this is a nown issue.

We use the ssomanage commandline utility to retrieve the applications. So if you for instance do an ssomanage -listapps all you will notice that the soo applications are listed.

What Microsoft did in the 2006 release is to change the UI for this. The UI unfortunately trunaces the applicaton name if it more than 16 characters.

Because we do not have the application name we cannot retrieve any information on it from SSO.

Change your application name to something shorter.

Also the application description has an impact.

_____________________________

Need a BizTalk Adapter? Visit http://www.topxml.com/biztalkutilities and check out the latest BizTalk Adapters.

(in reply to iraj)
Post #: 4
RE: The Application already exists! - 22 March 2007   
iraj

 

Posts: 6
Score: 0
Joined: 16 March 2007
Status: offline
I have end up changing the application name as well as description as 'A' (just a 1 character) and i am still getting the "System.ComponentModel.Win32Exception: The system cannot find the path specified " error.

Please note everything was working fine in 32 bit environment as we moved into 64 bit, we start getting this error.

Any idea what else could be wrong?


Error message FYI:
------------------------------------------------
Starting the import...
Successfully loaded 'C:\Temp\SSO_Config.xml'
Importing Applications...
Importing 'A'
System.ComponentModel.Win32Exception: The system cannot find the path specified
  at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
  at System.Diagnostics.Process.Start()
  at BTSUtils.Core.SSO.Configuration.SSOManage.Execute(String[] arguments)
  at BTSUtils.Core.SSO.Configuration.SSOManage.get_AllApplications()
  at BTSUtils.Core.SSO.Configuration.Global.Info.get_Applications()
  at BTSUtils.Core.SSO.Configuration.Global.Info.Import(String path, ImporterEventDelegate message, ImporterStartDelegate start, ImporterCompleteDelegate complete, Boolean throwExceptions)
Completed Importing Applications
Importing Mappings...
Completed Importing Mappings
Completed the Import
------------------------------------------------ 


(in reply to iraj)
Post #: 5
RE: The Application already exists! - 22 March 2007   
Pieter

 

Posts: 615
Score: 2
Joined: 8 March 2004
Status: offline
Where is ssomanage.exe located in your system. Did you install the SSO Admin Tools?

_____________________________

Need a BizTalk Adapter? Visit http://www.topxml.com/biztalkutilities and check out the latest BizTalk Adapters.

(in reply to iraj)
Post #: 6
RE: The Application already exists! - 22 March 2007   
iraj

 

Posts: 6
Score: 0
Joined: 16 March 2007
Status: offline
ssomanage.exe is under "C:\Program Files\Common Files\Enterprise Single Sign-On"

and

BizTalk Utilities is under "C:\Program Files (x86)\"

(in reply to iraj)
Post #: 7
RE: The Application already exists! - 22 March 2007   
Pieter

 

Posts: 615
Score: 2
Joined: 8 March 2004
Status: offline
We use System.Environment to look up paths for Common Files etc. Is there a Common Files Folder under your Program Files(x86) folder?

_____________________________

Need a BizTalk Adapter? Visit http://www.topxml.com/biztalkutilities and check out the latest BizTalk Adapters.

(in reply to iraj)
Post #: 8
RE: The Application already exists! - 23 March 2007   
iraj

 

Posts: 6
Score: 0
Joined: 16 March 2007
Status: offline
Yes, i can see 'Common Files' folder under both 'C:\Program Files (x86)\Common Files' as well as 'C:\Program Files\Common Files'

(in reply to iraj)
Post #: 9
RE: The Application already exists! - 26 March 2007   
Pieter

 

Posts: 615
Score: 2
Joined: 8 March 2004
Status: offline
I think the framework is reporting the incorrect path when asked for the common files folder can you copy the SSO Files to the (x86) folder?

_____________________________

Need a BizTalk Adapter? Visit http://www.topxml.com/biztalkutilities and check out the latest BizTalk Adapters.

(in reply to iraj)
Post #: 10
RE: The Application already exists! - 27 March 2007   
iraj

 

Posts: 6
Score: 0
Joined: 16 March 2007
Status: offline
Great, it works fine, if i copy the SSO files to (x86) folder. Thanks Pieter

(in reply to Pieter)
Post #: 11
RE: The Application already exists! - 28 March 2007   
Pieter

 

Posts: 615
Score: 2
Joined: 8 March 2004
Status: offline
We'll have a look into this when readying our official 64-bit edition.

_____________________________

Need a BizTalk Adapter? Visit http://www.topxml.com/biztalkutilities and check out the latest BizTalk Adapters.

(in reply to iraj)
Post #: 12
Page:   [1]
All Forums >> [BizTalk Utilities] >> BizTalk 2004/2006 Utilities and Adapters >> The Application already exists! Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts



Email TopXML

Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.063