Your Database Name Is Longer Than 11 Characters

Daniel Korba

New Member
Hi,
I am having databese in progress 11.1. I have this databeses on Windows Server 2012 R2 64bit. On server everything works fine, but I need to use RemoteApp. I create shortcut for remote Apps When I tried to run program from remote app i have this messeges" Your database name is longer than 11 characters". When I start program in normal mode everything works fine. I use the same pf file. Below I attached pf file. Meybe sameone of you have similar problem.

-db hogatex
-N tcp
-S legend
-H 192.168.31.2
-E
-lng polnish
-d dmy
-s 63
-yy 1980
-q
-param htcfg
-cpstream 1250
-cpinternal 1250
-mmax 65534
-cpcoll basic
-T "D:\Starlight\Tmp"
-ld hogatex
-nb 200
-nolkctr
 

Daniel Korba

New Member
Hi,
Before I write at progresstalk forum I checked KB. I find this sollution but this did not help at my problem.

Ps.
I find what I did wrong. In remoteApp program configuration in parameters I wirte D:\DLC111\bin\prowin32.exe -pf "%HTX%\config\legend.pf" -p h-start.w -basekey ini -ini "%HTX%\config\legend.ini" -T "%TEMP%" -Wa -wpp, but it should be -pf "%HTX%\config\legend.pf" -p h-start.w -basekey ini -ini "%HTX%\config\legend.ini" -T "%TEMP%" -Wa -wpp
 

Attachments

  • 1.jpg
    1.jpg
    53.8 KB · Views: 5

TomBascom

Curmudgeon
For future readers... this error is almost always due to an error in your startup commands. Your database name is probably not really too long. The problem is usually that something other than the database name is in the place where the dbname is expected.
 
Top