1. James Medick
  2. PowerBuilder
  3. Wednesday, 7 February 2018 22:28 PM UTC

When trying to run the demo app, I get a "userid / password combination invalid".  PB is installed and working (2017R2), as is SQL Anywhere 17.  I did see a warning message upon installing PB that said vs 17.0.4.2053 cannot be used for stored procedures (don't need them).  Is this why I cannot run the application?  PB connects to the DB OK.

Jim

Accepted Answer
Olan Knight Accepted Answer Pending Moderation
  1. Thursday, 8 February 2018 22:01 PM UTC
  2. PowerBuilder
  3. # Permalink

Once of the previous thread discussed how SQL Anywhere 17 has a serious bug with PB2017. Scroll down (a real pain, I know) the Q&A list and/or search for "SQL Anywhere 17".

If I recall, the recommendation was to use a previous version of SQL Anywhere.


Olan

Comment
There are no comments made yet.
Izaal Nadir Accepted Answer Pending Moderation
  1. Thursday, 7 March 2024 21:10 PM UTC
  2. PowerBuilder
  3. # 1

can any one provide me a code sample for ez order system as i have just started with power builder. I want to use it as a reference so that it is easy for me to understand and relate the sample code to create my new practice application. If not ex order system then any simple program which allows users to insert and search for record using data window and SQL server management system. i would like to practice using this sample codes which allow users to insert and then search.

 

Comment
  1. Armeen Mazda @Appeon
  2. Friday, 8 March 2024 04:01 AM UTC
You can download the course materials here: https://www.appeon.com/appeon-u/downloads
  1. Helpful
  1. John Fauss
  2. Friday, 8 March 2024 04:06 AM UTC
Hi, Izaal - Instead of hi-jacking a post that is over six years old, I suggest you ask your question in a NEW post. This will improve the likelihood that someone in the Community will respond. Also... did you read through the replies in this post?
  1. Helpful 1
  1. Armeen Mazda @Appeon
  2. Friday, 8 March 2024 18:12 PM UTC
Good point John!
  1. Helpful
There are no comments made yet.
informatica San Pedro Accepted Answer Pending Moderation
  1. Wednesday, 21 October 2020 16:23 PM UTC
  2. PowerBuilder
  3. # 2

where i can get the Ez_Order demo?, the resources link doesn't have any pbl or pbw.

Comment
  1. Chris Pollach @Appeon
  2. Wednesday, 21 October 2020 16:34 PM UTC
Hi;

The EZOrder App is one that the students build in the "PB Fundamentals" course.

FYI: https://www.appeon.com/appeon-u/pb

Regards ... Chris
  1. Helpful
There are no comments made yet.
Sam Stern Accepted Answer Pending Moderation
  1. Thursday, 7 February 2019 18:59 PM UTC
  2. PowerBuilder
  3. # 3

Hey James. I just had the same exact problem - and just solved it now. 

The issue is in the Database name. 

If you check the first training video - it talks about checking the DB connection. Do that - and see the exact name of the DB there. 

In my case the name of the available DB was "PB Demo DB V2017R3 " 

But in the EZorder login screen the default DB name was "PB Demo DB V2017" 

Once I added the "R3" at the end of it - it logged in with DBA/sql. 

So just match the DB you have to the one in the login screen. 

 

 

 

Comment
  1. Chris Pollach @Appeon
  2. Thursday, 7 February 2019 20:22 PM UTC
Hi Everyone;



Please change the DB name in the EZOrder.INI to match what your PB IDE uses as its "Demo" DB name. In Appeon PB, engineering changed the DB name in every revision.



FWIW: I have changed the Fundamentals Course materials, demo's and solutions to default to R3 and now have a readme.txt file included that outlines these INI changes. The new materials are ready - but, just need to be swapped over on the Appeon-U website's download area. That should be completed soon by the web team.



Regards ... Chris
  1. Helpful
There are no comments made yet.
Angel Angelov Accepted Answer Pending Moderation
  1. Friday, 18 May 2018 19:06 PM UTC
  2. PowerBuilder
  3. # 4

EZOrder.ini

Name=PB Demo DB V2017R2

Comment
  1. Chris Pollach @Appeon
  2. Friday, 18 May 2018 19:24 PM UTC
Correct ... If you are running PB2017R2 - the DB name for the example database was changed in the R2 release.

  1. Helpful
There are no comments made yet.
Govinda Lopez @Appeon Accepted Answer Pending Moderation
  1. Thursday, 8 February 2018 00:26 AM UTC
  2. PowerBuilder
  3. # 5

Hi James,

 

Have you tried:

Username: DBA

Password: sql

 

Maybe ODBC settings are different.

 

Regards,

Comment
  1. James Medick
  2. Thursday, 8 February 2018 15:26 PM UTC
Yes, both upper and lower case.  Just wondering if this is a byproduct of using SQL Anywhere 17 V2053.

  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.