Action Datatype missing

Use this board to ask questions or have discussions with other Atrium users.
Post Reply
kfritz
Profound User
Posts: 64
Joined: Thu Aug 04, 2011 4:53 am
First Name: Karl
Last Name: Fritz
Company Name: Logic IT Services
Address 1: Fluhgasse 141
City: Laufenburg
Zip / Postal Code: 5080
Country: Switzerland
Location: Switzerland
Contact:

Action Datatype missing

Post by kfritz »

I try to recreate the example for the sign on in Atrium. Now, for the user's password I am missing the described datatype "Enter user password". Any suggestions? Thank you.
User avatar
David
Profound Logic Staff Member
Posts: 690
Joined: Fri Jan 04, 2008 12:11 pm
First Name: David
Last Name: Russo
Company Name: Profound Logic Software
Contact:

Re: Action Datatype missing

Post by David »

Sorry -- some of the examples are old. It's no longer necessary to do this to sign the user onto a Genie session in Atrium.

Since version 3.0.0, sign onto Genie from Atrium is automated. The 5250 sign on display is bypassed on the server-side using a profile token. It will never appear in the Genie session, unless the SIGNOFF command is run in the job.

Typically what you would do is run the "close" command in the macro when this happens.
User avatar
David
Profound Logic Staff Member
Posts: 690
Joined: Fri Jan 04, 2008 12:11 pm
First Name: David
Last Name: Russo
Company Name: Profound Logic Software
Contact:

Re: Action Datatype missing

Post by David »

If you are seeing a 5250 sign on display come up, then the URL used to launch Genie is not correct.

The default URL is this:

/profoundui/auth/genie

You may have changed this in the menu option to use a different skin, for example. If you had done that, try changing it to this:

/profoundui/auth/genie?skin=yourskin

This alternate URL causes HTTP server authentication to be used, rather than the 5250 sign on display. Since you are already signed onto the HTTP server through Atrium, there is no further prompt.
kfritz
Profound User
Posts: 64
Joined: Thu Aug 04, 2011 4:53 am
First Name: Karl
Last Name: Fritz
Company Name: Logic IT Services
Address 1: Fluhgasse 141
City: Laufenburg
Zip / Postal Code: 5080
Country: Switzerland
Location: Switzerland
Contact:

Re: Action Datatype missing

Post by kfritz »

Thanks David,

Now I have the next problem. I assume that I have a wrong Genie URL Entry in the navigation item. The result is, that the system loops with "loading" when I want to change this item. A delete isn't possible also.
User avatar
David
Profound Logic Staff Member
Posts: 690
Joined: Fri Jan 04, 2008 12:11 pm
First Name: David
Last Name: Russo
Company Name: Profound Logic Software
Contact:

Re: Action Datatype missing

Post by David »

I'm not sure why you would not be able to change or delete the item. This may relate to some issues we've had with the German CCSIDs, see here:

http://www.profoundlogic.com/forums/php ... f=52&t=920

These are resolved for our next update -- 3.1.8. Probably they there are some characters in the option text that are not currently handled well.

In the meanwhile, try this SQL to see any custom Genie URLs you may have entered:

Code: Select all


select * 
         from profoundui/atnavp
         where angurl <> ''

You can use a similar SQL update command to clear or change ANGURL wherever it is currently set.

For example:

Code: Select all


update profoundui/atnavp
           set angurl = '/profoundui/auth/genie'
           where angurl <> ''

kfritz
Profound User
Posts: 64
Joined: Thu Aug 04, 2011 4:53 am
First Name: Karl
Last Name: Fritz
Company Name: Logic IT Services
Address 1: Fluhgasse 141
City: Laufenburg
Zip / Postal Code: 5080
Country: Switzerland
Location: Switzerland
Contact:

Re: Action Datatype missing

Post by kfritz »

Ok, that works. Thank you.
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests