Environment Variables

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
 
C

Clay Calvert

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top