Fellow Monks,
I have some scripts that work fine on my linux box, they access a sybase database using DBD::Sybase. A great module to install and use on linux. However I have to move my scripts over to some windows webspace (before you ask...I don't understand why really either). These boxes uses activestate perl. I tried using the cpan module to install DBD::Sybase, but had little joy. Then I found crazyinsomniacs repository and succesfully installed it using the ppm from that repository. However when I try to view my scripts I get the following error message:
Internal Server Error: [Thu Aug 26 15:38:36 2004] editrequestdetail.cg
+i: DBI connect('host=testserver.internal.com;port-7100;database=Repor
+tingdb','sa',...) failed: OpenClient message: LAYER = (6) ORIGIN = (8
+) SEVERITY = (5) NUMBER = (3) [Thu Aug 26 15:38:36 2004] editrequestd
+etail.cgi: Server , database [Thu Aug 26 15:38:36 2004] editrequestde
+tail.cgi: Message String: ct_connect(): directory service layer: inte
+rnal directory control layer error: Requested server name not found.
+[Thu Aug 26 15:38:36 2004] editrequestdetail.cgi: at C:\www\root\cgi-
+bin\editrequestdetail.cgi line 20 [Thu Aug 26 15:38:36 2004] editrequ
+estdetail.cgi: Can't connect: OpenClient message: LAYER = (6) ORIGIN
+= (8) SEVERITY = (5) NUMBER = (3) [Thu Aug 26 15:38:36 2004] editrequ
+estdetail.cgi: Server , database [Thu Aug 26 15:38:36 2004] editreque
+stdetail.cgi: Message String: ct_connect(): directory service layer:
+internal directory control layer error: Requested server name not fou
+nd.
If anybody could give me any pointers as to whats going wrong here I would greatly appreciate it. Any clues as to how to get this stuff to work for windows?
Thanks in advance,
Martymart
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.