Environment Variables

  • Thread starter Thread starter Subramanya
  • Start date Start date
S

Subramanya

Hi All,

I am a service, which takes the PATH inputs from the user
environment variables.
When i try to start the service i am getting the error
"The input line is too long. The syntax of the command is
incorrect."
The user Variable is about 500 to 600 characters.
When i tried and reduced the character length to 259
characters, things work fine. But this will not help me
much, as i have to split the variable in to three or four.

Any help is highly appreciated.

Thanks to all in Advance.
Subbu
 
Hi All,

I am a service, which takes the PATH inputs from the user
environment variables.
When i try to start the service i am getting the error
"The input line is too long. The syntax of the command is
incorrect."
The user Variable is about 500 to 600 characters.
When i tried and reduced the character length to 259
characters, things work fine. But this will not help me
much, as i have to split the variable in to three or four.

Any help is highly appreciated.

Thanks to all in Advance.
Subbu

That sounds like there is a limitation to the service you are using.
What service is this?

Clay Calvert
(e-mail address removed)
Replace "W" with "L"
 
Back
Top