Community
 
 
 

CloudPortal Business Manager 2.x

324 followers
 
Avatar
Gert Jensen

signing up for a new retail account - error

Hello

On the login screen if i click on request new account, the click on either retail or test..
i get this error
Oops! An error has occurred. Please contact technical support at

An unhandled exception occurred on the server

Details of this error below:

Error Reference Number:
_________________________
1371112445399

see the attached file for the rest..

Kind regads
Gert Jensen

Attached Files


19 comments
0

Please sign in to leave a comment.

 
 

Previous 19 comments

Avatar
Pankaj Paliwal
Avatar

signing up for a new retail account - error

It appears the Default channel currency is not defined. I believe it is set by default to USD.

Not sure how it got removed.

Can you please confirm the version of the software being used?


Somesh Naidu CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Gert Jensen

it is version 2.0.1

tho only thing i can think of is this field
com.citrix.cpbm.portal.settings.default.currency='DKK'

i have changed this before i started the server the first time..

But how do i change the default channel currency.. ?

Kind regards
Gert


Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

From looking at the error stack in the attached file it appears to be Danube (2.0.x).

I believe one or both of the below config are not set:
select name, value from configuration where name='com.citrix.cpbm.portal.settings.default.currency';
select name, value from configuration where name='com.citrix.cpbm.accountManagement.onboarding.default.channel';

Regards,
Somesh


Somesh Naidu CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Gert Jensen

The last select statement does not give any value..
how do i set that value.

should i create a field in cloud.properties
com.citrix.cpbm.accountManagement.onboarding.default.channel='DKK'

This does not exist.
Are there any newer version than Danube ?

Below is what i got from the select statemens...

mysql> select name, value from configuration where name='com.citrix.cpbm.portal.settings.default.currency';
--------------------------------------------------+-------
| name | value |
--------------------------------------------------+-------
| com.citrix.cpbm.portal.settings.default.currency | DKK |
--------------------------------------------------+-------
1 row in set (0.00 sec)

mysql> select name, value from configuration where name='com.citrix.cpbm.accountManagement.onboarding.default.channel';
--------------------------------------------------------------+-------
| name | value |
--------------------------------------------------------------+-------
| com.citrix.cpbm.accountManagement.onboarding.default.channel | |
--------------------------------------------------------------+-------
1 row in set (0.00 sec)

Kind reagards
Gert


Comment actions Permalink
Avatar
Gert Jensen

Hello Somesh,

I have tryied putting com.citrix.cpbm.accountManagement.onboarding.default.channel='DKK'
in the cloud.properties.
That did not solve the problem.

Should i try an update in the SQL database ?

Kind regards
Gert Jensen


Comment actions Permalink
Avatar
Gert Jensen

Hello,

I did.
update cloud_portal.configuration set value='DKK' where name='com.citrix.cpbm.accountManagement.onboarding.default.channel';

That did not help..

Have you any idea of what i should do ?

Kind regards
Gert


Comment actions Permalink
Avatar
Gert Jensen

Please.. - LOL


Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

Hi Gert,

From the logs it seems there is no channel available in DB.
Could you please confirm that you have one or more active channels in CPBM?
You can use below query to check it.
select * from cloud_portal.channels where removed is null ;

And, there is one correction in previous post.
The config "com.citrix.cpbm.accountManagement.onboarding.default.channel" is actually the name of the channel which service provider wants to be used for default registrations. And it is NOT a mandatory config. So, please revert it to NULL.

Thanks,
Manish


Manish Agarwal CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Gert Jensen

Hello Manish,

I did revert it to null...

here is what i got from the Query:
----+--------------------------------------+-----------+------------+------+-------------------+------------+--------------+---------+------------+---------
| id | uuid | name | catalog_id | type | description | image_path | code | removed | removed_by | version |
----+--------------------------------------+-----------+------------+------+-------------------+------------+--------------+---------+------------+---------
| 7 | 86ed0de9-f2a9-4cf2-8d6b-87615e135823 | Corporate | 7 | 0 | Corporate Channel | NULL | CORP-CHANNEL | NULL | NULL | 2 |
| 8 | 7466c39c-6615-4385-8dbc-74619479198b | Retail | 8 | 0 | NULL | NULL | Retail | NULL | NULL | 0 |
----+--------------------------------------+-----------+------------+------+-------------------+------------+--------------+---------+------------+---------

Kind regards
Gert Jensen


Comment actions Permalink
Avatar
Gert Jensen

What to Do.

This is a new clean installation., fresh as snow.....

I do not understand what i need to do after i have checked how many channels that are active..

If you have the time could you please tell me, i have had this problem for over a week now.

I do have a active Citrix subscription, will it help if i create a case there, as this is
a bug I think it will be free of charge..

I really do not understand what I need to do to move forward..?

Kind regards
Gert Jensen


Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

Hi Gert,

Could you please let us know what all you have done on the instance after starting the instance for the first time? Any configuration changes, any new entity created?

I am asking this because you are saying it is a fresh instance.

We will try our best to help you out.

Thanks,
Manish


Manish Agarwal CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Gert Jensen

Hello

the only property i changed is
com.citrix.cpbm.portal.settings.default.currency='DKK'

after i found thsat you can not use "&" as part of you password the installation was ok.

If you send a mail i can make a ssh tunnel for you to the server ?

Kind regards
Gert


Comment actions Permalink
Avatar
Gert Jensen

Hello,

Yes it was a fresh, i have created some test computers channels etc..
I can delete it an re install it, if i can help you.

i takes app. 27 min to reinstall the entire CPBM environment, from scratch.

I have the following setup.
2 x CPBM <--- this i can reinstall
2 x SQL server -> 1 master <---- this i can delete the databases and reinstall CPBM
2 x CP <--- this is in production/test close production..

Kind regards
Gert


Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

Hello Gert,

In order to help you better , could you please log a case with Citrix then we will be able to investigate the issue properly.

Thanks,
Manish


Manish Agarwal CITRIX EMPLOYEES
Comment actions Permalink
Avatar
Gert Jensen

Yes i will do that tomorrow.

Kind regards
Gert


Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

Gert.


Pete Valentine MEMBERS
Comment actions Permalink
Avatar
Gert Jensen

Yes


Comment actions Permalink
Avatar
Pankaj Paliwal
Avatar

Sorry it sent before I finished. I have three fresh installs and they all show no channel either.


Pete Valentine MEMBERS
Comment actions Permalink
Avatar
Gert Jensen

Great,

If I can I will post the solution in this thread..

Kind regards
Gert Jensen


Comment actions Permalink

Top Contributors